Skip to content

added minimax m2.5 to provider list#5889

Closed
cloudwithax wants to merge 2 commits intoKilo-Org:mainfrom
cloudwithax:feature/minimax-m2.5
Closed

added minimax m2.5 to provider list#5889
cloudwithax wants to merge 2 commits intoKilo-Org:mainfrom
cloudwithax:feature/minimax-m2.5

Conversation

@cloudwithax
Copy link

@cloudwithax cloudwithax commented Feb 15, 2026

Context

adding minimax m2.5 model to the official minimax provider lists

Implementation

  • modified model list to include model and correct params for model that matches official documentation
  • added model specific tests

Screenshots

Before

image

After

image

How to Test

  1. add minimax api key to provider in settings
  2. select "MiniMax M2.5 from model list
  3. go into Code mode and ask a question (eg. "who are you?")

Get in Touch

im available in the kilo code discord @clxudfast

@changeset-bot
Copy link

changeset-bot bot commented Feb 15, 2026

🦋 Changeset detected

Latest commit: 3a08248

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
kilo-code Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Collaborator

@kevinvandijk kevinvandijk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi there! This PR includes a lot of non-related changes to the web-evals dir which are not relvant to adding minimax to the provider list. Can you clean that up please?

},
"MiniMax-M2.5": {
maxTokens: 16_384,
contextWindow: 1_000_000,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1M context?

@Astricaelus
Copy link
Contributor

MiniMax also announced 2 high-speed variants, I added them in PR #5883

…xt window length to match that of official docs
@cloudwithax
Copy link
Author

Hi there! This PR includes a lot of non-related changes to the web-evals dir which are not relvant to adding minimax to the provider list. Can you clean that up please?

fixed in 3a08248

@chrarnoldus
Copy link
Collaborator

closing in favor of #5883

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants