New users get free credits — no credit card requiredGet started
Text GenerationMiniMax

MiniMax M3 API

MiniMax M3 is available through APIAny with unified billing and usage tracking.

M

Model Type:

Price: 1 - 3 credits per 1K tokensHigh stability with detailed usage records on the APIAny platform.
39 (suggested: 2,000)
0.7
02

Sampling temperature. Lower is more deterministic.

1024
168192
Preview
No Task Running
M
LLMResult preview

History

Max 20 items

0 running · 0 completed

Your generation history will appear here

Billing Rules

  • • Price shown is charged from the model configuration in admin.
  • • Calls consume current account credits and write usage records.
  • • Media tasks are processed with the same async pipeline as the public API.
  • • Requests run on the APIAny platform with usage tracking.
Pricing
Model
Mode
Quality
Price
MiniMax M3
Text Generation
-
1 - 3 credits per 1K tokens

API

curl /api/v1/chat/completions \
  -H "Authorization: Bearer sk-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "minimax-m3",
  "messages": [
    {
      "role": "user",
      "content": "用三句话介绍 APIAny 的模型聚合能力,并给出一个适合生产环境的使用建议。"
    }
  ],
  "temperature": 0.7,
  "max_tokens": 1024
}'
MiniMax M3 API | APIAny