Text Generation
Transformers
Safetensors
English
Chinese
mimo_v2
multimodal
vision-language
audio
agent
video-understanding
long-context
conversational
custom_code
Eval Results
fp8
Instructions to use XiaomiMiMo/MiMo-V2.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use XiaomiMiMo/MiMo-V2.5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="XiaomiMiMo/MiMo-V2.5", trust_remote_code=True) messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("XiaomiMiMo/MiMo-V2.5", trust_remote_code=True, device_map="auto") - Inference
- HuggingChat
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use XiaomiMiMo/MiMo-V2.5 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "XiaomiMiMo/MiMo-V2.5" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "XiaomiMiMo/MiMo-V2.5", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/XiaomiMiMo/MiMo-V2.5
- SGLang
How to use XiaomiMiMo/MiMo-V2.5 with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "XiaomiMiMo/MiMo-V2.5" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "XiaomiMiMo/MiMo-V2.5", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "XiaomiMiMo/MiMo-V2.5" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "XiaomiMiMo/MiMo-V2.5", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use XiaomiMiMo/MiMo-V2.5 with Docker Model Runner:
docker model run hf.co/XiaomiMiMo/MiMo-V2.5
8B with E4B / E2B
#22 opened 3 days ago
by
ZeroWw
Need update parser in vllm
#21 opened 17 days ago
by
Javelot87
Looking for official NVFP4 quantized weights
👍 1
#20 opened 20 days ago
by
PerPartes
Will there be a technical report for V2.5? Curious about SFT stages
👀 1
#19 opened 21 days ago
by
maksimcrewceo
Does the developers know this model has thought loop issues?
#18 opened about 1 month ago
by
appleseedered
Add ResearchClawBench evaluation result
#17 opened 2 months ago
by
black-yt
MiMo V2.5 on 4-node Grace-Blackwell DGX Spark: 5 SGLang PRs and 2 doc notes
❤️ 2
3
#11 opened 3 months ago
by
happypatrick
Add Claw-Eval evaluation results
#10 opened 3 months ago
by
SaylorTwift
please fix your link to Discord. it says invitation expired
1
#9 opened 3 months ago
by
decentralize303
Fix notice block contrast in dark mode
1
#8 opened 3 months ago
by
NodeLinker
Model deployment failed in sglang
2
#7 opened 3 months ago
by
jiangyiyang990322
Thought Loop
👍 9
8
#6 opened 3 months ago
by
jukingjack1
MiMo-V2.5 reasoning process is not separated from content in Claude Code
👀 1
2
#5 opened 3 months ago
by
Kinfai
Thanks a lot for releasing it as open source MIT licence !
❤️ 7
#4 opened 3 months ago
by
Volko76
can you really run this model with docker lmsysorg/sglang:dev-mimo-v2.5
#3 opened 3 months ago
by
mumuluan
SM120 support?
👀 3
2
#2 opened 3 months ago
by
ebfio
Add community evaluation results for SWE-BENCH_PRO, TERMINAL-BENCH-2.0
#1 opened 3 months ago
by
nielsr