All models
MiniMax · API
MiniMax M2.7 API
Use 200K context with one OmniaKey API key.
- Model ID
- MiniMax-M2.7
- Context
- 200K
- Provider
- MiniMax
- Input · USD / 1M tokens
- $0.24 USD
- Official price $0.3 USD
- Output · USD / 1M tokens
- $0.96 USD
- Official price $1.2 USD
- Savings
- 20%
- Last verified
- 2026-09-04
01
Where it fits
Choose it for high-volume agent loops where a low per-token rate matters more than peak throughput.
02
Model capabilities
Tool use
Can select and call tools in agent workflows that support structured tool use.
03
OpenAI-compatible API
Keep your client and change the base URL, API key, and model ID.
curl
curl https://api.omniakey.com/v1/chat/completions \
-H "Authorization: Bearer $OMNIAKEY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "MiniMax-M2.7",
"messages": [{"role": "user", "content": "Explain this codebase"}],
"stream": true
}'04
Compatible coding tools
Claude Code
Codex
Cursor
Cline
Aider
More MiniMax models
Frequently asked questions
How much does MiniMax M2.7 cost on OmniaKey?
OmniaKey charges $0.24 USD per 1M input tokens and $0.96 USD per 1M output tokens, in USD. Official prices are $0.3 USD and $1.2 USD; you save 20%.
What is the context window for MiniMax M2.7?
The listed context window is 200K. Actual usable limits can also depend on the client and upstream request format.
Which coding tools work with MiniMax M2.7?
The current catalog lists compatibility with Claude Code, Codex, Cursor, Cline, Aider. Use the model ID shown on this page when the client supports model selection.