{ "opencollection": "1.0.0", "info": { "name": "Xiaomi Galaxy FDS Access Control Chat API", "version": "1.0.0" }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "Create Chat Completion", "type": "http" }, "http": { "method": "POST", "url": "https://cnbj0.fds.api.xiaomi.com/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a chat completion response from the specified MiMo model. The API is OpenAI-compatible and supports streaming, function calling, and multi-turn conversations. Available models include mimo-v2.5-pro, mimo-v2.5, mimo-v2-pro, mimo-v2-omni, mimo-v2-flash, and TTS variants." } ] } ], "bundled": true }