Add MiniMax M3 model option (#513)

Expose MiniMax-M3 in the MiniMax model suggestions now that the provider integration supports MiniMax chat models.

Co-authored-by: octo-patch <266937838+octo-patch@users.noreply.github.com>
This commit is contained in:
Octopus 2026-07-09 13:00:39 +08:00 committed by GitHub
parent f32395f859
commit c6c3f93d72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -534,6 +534,7 @@ class HuggingFaceLLMConfiguration(BaseLLMConfiguration):
MINIMAX_MODELS = [
"MiniMax-M2.7",
"MiniMax-M2.7-highspeed",
"MiniMax-M3",
]