-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Problem (one or two sentences)
When a user provides a custom model name for MiniMax (and other providers) (not in the predefined list), the model is silently replaced with the default "MiniMax-M2.5" and the user's choice is ignored.
Context (who is affected and when)
Any user trying to use a custom MiniMax model or a newly released model not yet in the hardcoded list.
Reproduction steps
- Set up MiniMax provider with API key
- Enter a custom model ID (e.g., "MiniMax-M2.7" or any model not in the predefined list)
- Start a chat session
- Check which model is actually used
Expected result
Either the custom model is used (with default model info), or an error message indicates the model is unknown.
Actual result
The API uses "MiniMax-M2.5" instead of the user's custom model, with no warning. The user's custom model selection is silently ignored.
Variations tried (optional)
No response
App Version
3.51.1
API Provider (optional)
Not Applicable / Other
Model Used (optional)
No response
Roo Code Task Links (optional)
No response
Relevant logs or errors (optional)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working