MiniMax M2.7 API

Provider: API Volta Curated

Latest-generation general model with excellent Chinese writing and analysis.

Published pricing

Input: $0.38 / 1M tokens · Output: $1.5 / 1M tokens

Capabilities

text, code, reasoning

API examples

POST /v1/chat/completions

curl https://app.apivolta.com/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"MiniMax-M2.7","messages":[{"role":"user","content":"Write a release note."}]}'

POST /v1/responses

curl https://app.apivolta.com/v1/responses \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"MiniMax-M2.7","input":"Write a release note."}'

Availability: available

Read the docs · Back to model pricing · Create an account