Skip to content

feat: add Xiaomi MiMo as LLM provider#16

Open
sylzd wants to merge 1 commit intoCapeAga:mainfrom
sylzd:feat/add-mimo-provider
Open

feat: add Xiaomi MiMo as LLM provider#16
sylzd wants to merge 1 commit intoCapeAga:mainfrom
sylzd:feat/add-mimo-provider

Conversation

@sylzd
Copy link
Copy Markdown

@sylzd sylzd commented Mar 21, 2026

Summary

  • Add Xiaomi MiMo (platform.xiaomimimo.com) as the 6th LLM provider
  • Uses OpenAI-compatible API format, base URL: https://api.xiaomimimo.com
  • Supports 4 models: MiMo-V2-Flash (default), MiMo-V2-Pro, MiMo-V2-Omni, MiMo-V2-TTS

Changes

  • src/shared/types.ts — Added "mimo" to ProviderKey, DEFAULT_PROVIDERS, PROVIDER_META
  • src/options/constants.ts — Added MiMo to PROVIDER_INFO with model list and hints
  • src/options/tabs/Settings.tsx — Added MiMo to PROVIDER_KEYS array and verifyStatus

Test plan

  • Build passes (npm run build)
  • Settings page shows MiMo as a provider option
  • Can input API key and select model for MiMo
  • Test connection works with a valid MiMo API key

🤖 Generated with Claude Code

Add MiMo (xiaomimimo.com) as the 6th LLM provider with OpenAI-compatible
API format. Supports MiMo-V2-Flash, MiMo-V2-Pro, MiMo-V2-Omni, MiMo-V2-TTS models.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant