-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Adding Xiaomi MiMo provider, the MiMo-V2-Flash model #9404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
1 similar comment
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 8 files
Documentation Navigation Update NeededHi! I noticed that while you've created the documentation file , it hasn't been added to the navigation menu in . Required ChangeAdd the mimo documentation to the navigation by updating : In the "More Providers" section, add: "customize/model-providers/more/mimo"The entry should be placed alphabetically between "llamastack" and "mistral" in the pages array. Solution AvailableI've prepared the fix on branch
Let me know if you need any help with this! This comment was generated by Continue |
|
Ah, Xiaomi has also entered the LLM race! |
RomneyDa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ahmedk20 thanks for the contribution!
|
@ahmedk20 one thing I noticed that would be great for a follow up contribution is that the icon in the dropdown appears to be broken: |
|
🎉 This PR is included in version 1.38.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.37.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |


Description
I have added the Xiaomi MiMo provider and the MiMo-V2-Flash model to Continue.
Note: The MiMo-V2-Flash model is free to use until January 20, 2026.
AI Code Review
@continue-reviewChecklist
docs/customize/model-providers/more/mimo.mdx)core/llm/llms/OpenAI-compatible.vitest.ts)What's Included
core/llm/llms/Mimo.ts)core/llm/autodetect.ts)gui/src/pages/AddNewModel/configs/models.tsandproviders.ts)docs/customize/model-providers/more/mimo.mdx)gui/public/logos/mimo.png)core/llm/llms/OpenAI-compatible.vitest.ts)Screen recording or screenshot
Tests
Tests have been added to
core/llm/llms/OpenAI-compatible.vitest.tsusing the standardcreateOpenAISubclassTests()pattern, which validates:Summary by cubic
Adds the Xiaomi Mimo provider and the MiMo-V2-Flash model, with full UI support, docs, and tests. MiMo-V2-Flash is free to use until January 20, 2026.
Written for commit 6a05e10. Summary will update on new commits.