xiaomi/mimo-v2.5-pro
Xiaomi MiMo V2.5 Pro is a 1.02T sparse-MoE model (42B active) with a 1M-token context window. Leads open-source models on GDPVal-AA, ClawEval, and SWE-bench Pro (57.2). Optimized for agentic software engineering and long-horizon tool-use tasks. Accessed via OpenAI-compatible interface.
Source : free · Vérifié le 2026-06-13
Lecture cache $0.000/M · Écriture cache $—/M
Utilisez l'un ou l'autre des IDs pour appeler ce modèle via l'API.
xiaomi/mimo-v2.5-proRemplacez le placeholder ONEHOP_KEY par votre API key. Créer →
from openai import OpenAI
client = OpenAI(
base_url="https://api.onehop.ai/v1",
api_key="<ONEHOP_KEY>",
)
completion = client.chat.completions.create(
model="xiaomi/mimo-v2.5-pro",
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)4 requêtes · 30 derniers jours