Capabilities
Tool UsePrompt Cache
- Context
- 205K
- Max output
- 205K
minimax-m2.5
| Official price | Catalog price | Discount |
|---|---|---|
| Input $0.3088 / Output $1.24 | Input $0.3088 / Output $1.24 | - |
API Base
curl https://api.aisonar.dev/v1/chat/completions \
-H "Authorization: Bearer $AI_SONAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "minimax-m2.5",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'