Back to Models

Xiaomi: MiMo-V2-Pro

xiaomi/mimo-v2-pro

Description

MiMo-V2-Pro is Xiaomi's flagship foundation model, featuring over 1T total parameters and a 1M context length, deeply optimized for agentic scenarios. It is highly adaptable to general agent frameworks like...

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: Xiaomi: MiMo-V2-Pro (xiaomi/mimo-v2-pro)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "xiaomi/mimo-v2-pro",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the Xiaomi: MiMo-V2-Pro model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text

API Pricing

  • Input: 1$ / 1M tokens
  • Output: 3$ / 1M tokens

Token Limits

  • Max Output: 131,072 tokens
  • Max Context: 1,048,576 tokens

Subscription Tiers

  • free
  • pro
  • ultimate