Skip to content

Conversation

@ahmedk20
Copy link
Contributor

@ahmedk20 ahmedk20 commented Jan 5, 2026

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

  • Team members only: AI review runs automatically when PR is opened or marked ready for review
  • Team members can also trigger a review by commenting @continue-review

Checklist

  • I've read the contributing guide
  • The relevant docs, if any, have been updated or created (docs/customize/model-providers/more/mimo.mdx)
  • The relevant tests, if any, have been updated or created (core/llm/llms/OpenAI-compatible.vitest.ts)

What's Included

  • New Mimo provider implementation (core/llm/llms/Mimo.ts)
  • Provider configuration in LLM index and autodetect (core/llm/autodetect.ts)
  • Model configuration for UI (gui/src/pages/AddNewModel/configs/models.ts and providers.ts)
  • Documentation page for the provider (docs/customize/model-providers/more/mimo.mdx)
  • Logo asset (gui/public/logos/mimo.png)
  • Tests in OpenAI-compatible provider test suite (core/llm/llms/OpenAI-compatible.vitest.ts)

Screen recording or screenshot

Screenshot 2026-01-05 025743

Tests

Tests have been added to core/llm/llms/OpenAI-compatible.vitest.ts using the standard createOpenAISubclassTests() pattern, which validates:

  • Provider name and default API base URL
  • Chat completions (streaming and non-streaming)
  • Embeddings API
  • Request formatting and response parsing

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.

  • New Features
    • Added OpenAI-compatible "mimo" provider with default API base and model (mimo-v2-flash).
    • Updated provider autodetect and LLM index.
    • Enabled Add New Model UI for Mimo, including icon and API key input.
    • Added provider documentation with YAML/JSON config examples.
    • Included provider in OpenAI-compatible test suite (defaults, chat streaming/non-streaming, embeddings).

Written for commit 6a05e10. Summary will update on new commits.

@ahmedk20 ahmedk20 requested a review from a team as a code owner January 5, 2026 02:20
@ahmedk20 ahmedk20 requested review from sestinj and removed request for a team January 5, 2026 02:20
@continue
Copy link
Contributor

continue bot commented Jan 5, 2026

All Green - Keep your PRs mergeable

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts


Unsubscribe from All Green comments

1 similar comment
@continue-staging
Copy link

All Green - Keep your PRs mergeable

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts


Unsubscribe from All Green comments

@continue-development-app
Copy link

All Green - Keep your PRs mergeable

Learn more

All Green is an AI agent that automatically:

✅ Addresses code review comments

✅ Fixes failing CI checks

✅ Resolves merge conflicts


Unsubscribe from All Green comments

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jan 5, 2026
Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a 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

@continue
Copy link
Contributor

continue bot commented Jan 5, 2026

Documentation Navigation Update Needed

Hi! I noticed that while you've created the documentation file , it hasn't been added to the navigation menu in .

Required Change

Add 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 Available

I've prepared the fix on branch docs-update-mimo-provider in the main repo. You can either:

  1. Cherry-pick the commit from that branch, or
  2. Manually add the line to your branch

Let me know if you need any help with this!


This comment was generated by Continue

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:M This PR changes 30-99 lines, ignoring generated files. labels Jan 5, 2026
@uinstinct
Copy link
Contributor

Ah, Xiaomi has also entered the LLM race!
https://mimo.xiaomi.com/

Copy link
Collaborator

@RomneyDa RomneyDa left a 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!

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 6, 2026
@github-project-automation github-project-automation bot moved this from Todo to In Progress in Issues and PRs Jan 6, 2026
@RomneyDa RomneyDa merged commit 4a938d6 into continuedev:main Jan 6, 2026
52 of 57 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Issues and PRs Jan 6, 2026
@github-actions github-actions bot locked and limited conversation to collaborators Jan 6, 2026
@RomneyDa
Copy link
Collaborator

RomneyDa commented Jan 6, 2026

@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:
image

@sestinj
Copy link
Contributor

sestinj commented Jan 13, 2026

🎉 This PR is included in version 1.38.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@sestinj
Copy link
Contributor

sestinj commented Jan 14, 2026

🎉 This PR is included in version 1.37.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

lgtm This PR has been approved by a maintainer released size:L This PR changes 100-499 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants