docs(providers): document Xiaomi MiMo Token Plan region endpoints
Clarify that xiaomi-mimo Token Plan keys (tp-...) default to the Singapore endpoint https://token-plan-sgp.xiaomimimo.com/v1, that pay-as-you-go keys use https://api.xiaomimimo.com/v1, and that China-region Token Plan accounts must set base_url = https://token-plan-cn.xiaomimimo.com/v1 explicitly. Also note that a generic [vision_model] OpenAI-compatible block does not auto-select MiMo endpoints. Matches the branch resolve_xiaomi_mimo_base_url behavior. Harvested from PR #2756 by @xyuai. Fixes #2735. Co-authored-by: xyuai <281015099+xyuai@users.noreply.github.com>
This commit is contained in:
@@ -137,6 +137,12 @@ work. The chat picker also exposes the latest Omni model `mimo-v2.5`. Xiaomi MiM
|
||||
TTS is available through `codewhale --provider xiaomi-mimo speech "text"
|
||||
--model tts` (or the `tts` alias) plus model-visible `speech` / `tts` tools in
|
||||
Agent/YOLO mode.
|
||||
|
||||
Token Plan keys default to the Singapore endpoint
|
||||
`https://token-plan-sgp.xiaomimimo.com/v1`. If your MiMo account is provisioned
|
||||
for the China region, set `base_url = "https://token-plan-cn.xiaomimimo.com/v1"`
|
||||
explicitly in `[providers.xiaomi_mimo]`.
|
||||
|
||||
Voice-design and voice-clone shorthands map to `mimo-v2.5-tts-voicedesign` and
|
||||
`mimo-v2.5-tts-voiceclone`. Xiaomi's current
|
||||
[image-understanding guide](https://platform.xiaomimimo.com/docs/en-US/usage-guide/multimodal-understanding/image-understanding)
|
||||
|
||||
Reference in New Issue
Block a user