現已上線
Xiaomi
mimo-v2-flash
MiMo-V2-Flash is an open-source foundation language model developed by Xiaomi. It is a Mixture-of-Experts model with 309B total parameters and 15B active parameters, adopting hybrid attention architecture. MiMo-V2-Flash supports a...
TextReasoningToolsOpen Weights262.1K
輸入$0.08/ 1M
輸出$0.23/ 1M
上下文262.1K
端點openai
§ 01
價格
| 輸入價格 | $0.08/每百萬 tokens |
| 輸出價格 | $0.23/每百萬 tokens |
| 上下文視窗 | 262.1K tokens |
| 相容端點 | openai |
| 供應商 | Xiaomi |
§ 02
從您的程式碼呼叫 mimo-v2-flash
將任何 OpenAI 相容 SDK 指向 UnoRouter,並以名稱請求模型。請將 YOUR_API_KEY 換成您儀表板上的真實金鑰。
bash
curl https://api.unorouter.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mimo-v2-flash",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
常見問題
mimo-v2-flash 每百萬 tokens 的費用是多少?
輸入每百萬 tokens 定價 $0.08,輸出每百萬 tokens 定價 $0.23。計費以 token 為單位,不會湊整到批次大小。
我要如何透過 API 使用 mimo-v2-flash?
將請求送至 UnoRouter 的 /v1/chat/completions 端點,並將 model 設為 mimo-v2-flash。任何 OpenAI 相容的用戶端程式庫都可使用。驗證採用標準 Bearer token。
mimo-v2-flash 的上下文視窗是多少?
mimo-v2-flash 支援 262.1K tokens 的上下文視窗,由您的提示詞與模型回應共用。
§ 04