mimo-v2-omni
MiMo-V2-Omni is a frontier omni-modal model that natively processes image, video, and audio inputs within a unified architecture. It combines strong multimodal perception with agentic capability - visual grounding, multi-step...
Preise
| Input-Preis | $2.10 / 1M Tokens |
| Output-Preis | $10.50 / 1M Tokens |
| Kontextfenster | 262.1K Tokens |
| Kompatible Endpunkte | openai |
| Anbieter | Xiaomi |
mimo-v2-omni 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-omni",
"messages": [{"role": "user", "content": "Hello!"}]
}'Häufige Fragen
Was kostet mimo-v2-omni pro 1M Tokens?
Input kostet $2.10 pro 1M Tokens, Output $10.50 pro 1M Tokens. Abrechnung erfolgt pro Token, ohne Aufrundung auf Batch-Größen.
Wie greife ich per API auf mimo-v2-omni zu?
Sende Anfragen an den UnoRouter-Endpunkt /v1/chat/completions mit model=mimo-v2-omni. Jede OpenAI-kompatible Client-Bibliothek funktioniert. Die Authentifizierung erfolgt über einen Standard-Bearer-Token.
Wie groß ist das Kontextfenster von mimo-v2-omni?
mimo-v2-omni unterstützt ein Kontextfenster von 262.1K Tokens, aufgeteilt zwischen deinem Prompt und der Modellantwort.
Ähnliche Modelle
mimo-v2-omni jetzt ausprobieren
Erstelle einen API-Schlüssel und starte in unter einer Minute.