MiniMax

MiniMax M2.5 API

A cost-effective reasoning model for coding, tool use, search, office productivity, and high-volume agents.

ValueAgents

Pricing

USD per 1M tokens. No hidden markup.

Input

$0.50/ 1M

Output

$2/ 1M

Call MiniMax M2.5 in seconds

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

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