feat: add MiniMax-M2.7 models and fix legacy MiniMax API config#9
Open
octo-patch wants to merge 1 commit intoEvolvingLMMs-Lab:mainfrom
Open
feat: add MiniMax-M2.7 models and fix legacy MiniMax API config#9octo-patch wants to merge 1 commit intoEvolvingLMMs-Lab:mainfrom
octo-patch wants to merge 1 commit intoEvolvingLMMs-Lab:mainfrom
Conversation
- Add MiniMax-M2.7 and MiniMax-M2.7-highspeed (204K context) to VLMEvalKit model registry as OpenAI-compatible API models - Update API base URL from api.minimax.chat to api.minimax.io for all MiniMax entries (legacy abab models included) - Fix temperature from 0 to 0.01 (MiniMax API requires strictly > 0) - Extend API key detection in OpenAIWrapper to match 'MiniMax-M' model name pattern, with fallback to MINIMAX_API_KEY env var - Apply same changes to VLMEvalKit_ov for consistency - Add 17 unit tests and 3 integration tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
abab6.5s-chat/abab7-chat-previewto the latest MiniMax-M2.7 and MiniMax-M2.7-highspeed (204K context window)api.minimax.chattoapi.minimax.iofor all MiniMax entries0to0.01— MiniMax API requires temperature in(0.0, 1.0]OpenAIWrapperto matchMiniMax-Mmodel name pattern alongside legacyabab, with fallback toMINIMAX_API_KEYenv varVLMEvalKit/andVLMEvalKit_ov/Usage
Changes
VLMEvalKit/vlmeval/config.pyVLMEvalKit/vlmeval/api/gpt.pyMiniMax-MpatternVLMEvalKit_ov/vlmeval/config.pyVLMEvalKit_ov/vlmeval/api/gpt.pyVLMEvalKit/tests/test_minimax_provider.pyTest plan
working()check against live MiniMax API