Models
minimax-m2.7 β API, Pricing & Context Window | Vivgrid
minimax-m2.7 on Vivgrid: MiniMax's affordable coding model with a 205K context window, 131K max output, and APAC acceleration.
minimax-m2.7 is MiniMax's affordable coding model, offering a 205K-token context window and 131K-token max output at some of the lowest prices in the catalog. It's well suited to high-volume coding and reasoning on a tight budget.
Vivgrid serves minimax-m2.7 through its unified, OpenAI-compatible API with APAC acceleration, ideal for Asia-Pacific teams.
Specifications
| Provider | MiniMax |
| Model ID | minimax-m2.7 |
| Best for | Coding |
| Context window | 204,800 tokens |
| Max output | 131,072 tokens |
| Modalities | Text |
| Tool / function calling | Yes |
| Knowledge cutoff | 2026-03 |
| Acceleration | π Global (Centralized) |
Pricing
Pricing in USD per 1M tokens, matching the provider's rates.
| Input | Cached input | Output |
|---|---|---|
| $0.30 | $0.06 | $1.20 |
Quick start
Call minimax-m2.7 through Vivgrid's unified, OpenAI-compatible endpoint. Get an API key from the Vivgrid Console.
curl https://api.vivgrid.com/v1/chat/completions \
-H "Authorization: Bearer $VIVGRID_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "minimax-m2.7",
"messages": [
{ "role": "user", "content": "Say hello in English, Chinese and Spanish." }
],
"stream": true
}'Ideal use cases
- Budget-focused coding agents
- High-volume code generation and review
- APAC deployments needing low latency
- Cost-efficient steps in larger pipelines
Related models
- minimax-m3 β the newer MiniMax generation
- glm-5.1 β alternative low-cost coding model
- deepseek-v4-flash β ultra-affordable option