Description
MiMo-V2-Flash is an open-source foundation language model developed by Xiaomi. It is a Mixture-of-Experts model with 309B total parameters and 15B active parameters, adopting hybrid attention architecture. MiMo-V2-Flash supports a...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Xiaomi: MiMo-V2-Flash (xiaomi/mimo-v2-flash)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "xiaomi/mimo-v2-flash",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Xiaomi: MiMo-V2-Flash model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.09$ / 1M tokens
- Output: 0.29$ / 1M tokens
Token Limits
- Max Output: 65,536 tokens
- Max Context: 262,144 tokens
Subscription Tiers
- free
- pro
- ultimate