MiniMax

MiniMax M2.7 API

A MiniMax model for software engineering, professional productivity, and complex agent interactions.

CodingProductivity

Pricing

USD per 1M tokens. No hidden markup.

Input

$0.52/ 1M

Output

$2.10/ 1M

Call MiniMax M2.7 in seconds

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

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