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.
Kaynak: free · Doğrulandı: 2026-06-13
Cache okuma $0.000/M · Cache yazma $—/M
API çağrısında her iki ID de kullanılabilir.
xiaomi/mimo-v2.5-proONEHOP_KEY yer tutucusunu API key'inizle değiştirin. Oluşturun →
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)Son 30 günde 4 istek