All models
Model card on Hugging Face
MiMo-V2.5-Pro
by Xiaomi
Chat Tools Thinking
Xiaomi's MiMo-V2.5-Pro (mimo_v2 family) — tool use, reasoning; 1048K context.
- Publisher
- Xiaomi
- Context window
- 1M tokens
- Licence
- MIT
Run MiMo-V2.5-Pro
Install it on a Pendra worker, then call it through the OpenAI-compatible API with a pdr_sk_ key.
from pendra import Pendra
client = Pendra(api_key="pdr_sk_...")
response = client.chat.completions.create(
model="mimo-v2.5-pro",
messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content) Run MiMo-V2.5-Pro on your own UK infrastructure
Deploy a worker, install MiMo-V2.5-Pro, and start serving it through one sovereign API endpoint.