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...
Preise
| Input-Preis | $0.08 / 1M Tokens |
| Output-Preis | $0.23 / 1M Tokens |
| Kontextfenster | 262.1K Tokens |
| Kompatible Endpunkte | openai |
| Anbieter | Xiaomi |
mimo-v2-flash aus deinem Code aufrufen
Richte jedes OpenAI-kompatible SDK auf UnoRouter aus und frage das Modell per Namen an. Ersetze YOUR_API_KEY durch einen echten Schlüssel aus deinem Dashboard.
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!"}]
}'Häufige Fragen
Was kostet mimo-v2-flash pro 1M Tokens?
Input kostet $0.08 pro 1M Tokens, Output $0.23 pro 1M Tokens. Abrechnung erfolgt pro Token, ohne Aufrundung auf Batch-Größen.
Wie greife ich per API auf mimo-v2-flash zu?
Sende Anfragen an den UnoRouter-Endpunkt /v1/chat/completions mit model=mimo-v2-flash. Jede OpenAI-kompatible Client-Bibliothek funktioniert. Die Authentifizierung erfolgt über einen Standard-Bearer-Token.
Wie groß ist das Kontextfenster von mimo-v2-flash?
mimo-v2-flash unterstützt ein Kontextfenster von 262.1K Tokens, aufgeteilt zwischen deinem Prompt und der Modellantwort.
Ähnliche Modelle
mimo-v2-flash jetzt ausprobieren
Erstelle einen API-Schlüssel und starte in unter einer Minute.