MiniMax M3 — a capable large language model for long-context reasoning, tool use, and multilingual chat.

Model:
Sampling temperature.
Maximum output tokens.
USD estimate $0.0205-$0.041: highest recharge package uses $1 = 2,000 credits; entry package uses $1 = 1,000 credits.

History
Saved locally in this browser
0 running · 0 completed
Input
≈ $0.0012-$0.0024
Output
≈ $0.005-$0.01
Cache
≈ $0.0015-$0.003
Context
Max output
API
curl /v1/chat/completions \
-H "Authorization: Bearer sk-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "minimax-m3",
"messages": [
{
"role": "user",
"content": "Summarize APIAny.AI's multi-channel model aggregation in three sentences, and give one production recommendation."
}
],
"temperature": 0.7,
"max_tokens": 4096
}'