MiniMax

MiniMax M3 API

A practical multimodal model for long-context product workflows, content operations, and agent tasks.

Multimodal512KAgents

Pricing

USD per 1M tokens. No hidden markup.

Input

$0.55/ 1M

Output

$2.20/ 1M

Call MiniMax M3 in seconds

It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model tominimax-m3.

curl https://api.glideflowai.com/v1/chat/completions \
  -H "Authorization: Bearer sk-xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "minimax-m3",
    "messages": [{"role": "user", "content": "Hello"}]
  }'