Models/MiMo
Text

MiMo

by Xiaomi

Xiaomi MiMo lightweight reasoning models for high-throughput classification and extraction.

Capabilities

  • Chat
  • Classification
  • JSON mode

Available models

Pass any of these IDs in the model field.

Model IDDetailPrice
mimo-7b128K context$0.08 / 1M input tokens

Pricing starts at

$0.0001 / 1K tokens

Pay only for what you use. Each response returns the exact amount settled against your balance — no subscriptions, no minimums.

Quickstart

MiMo · mimo-7b

cURL
curl https://capi.ai/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mimo-7b",
    "messages": [{"role": "user", "content": "Hello"}]
  }'