MiniMax M2.7 Highspeed API
Use 200K context with one OmniaKey API key.
- Model ID
- MiniMax-M2.7-highspeed
- Context
- 200K
- Provider
- MiniMax
- Input · USD / 1M tokens
- $0.48 USD
- Official price $0.6 USD
- Output · USD / 1M tokens
- $1.92 USD
- Official price $2.4 USD
- Savings
- 20%
- Last verified
- 2026-09-04
01
Where it fits
Choose it for interactive sessions and latency-sensitive agents where faster output is worth the higher rate.
02
Model capabilities
Tool use
Can select and call tools in agent workflows that support structured tool use.
Fast responses
Optimized for responsive iteration and higher-volume agent tasks.
03
OpenAI-compatible API
Keep your client and change the base URL, API key, and model ID.
curl https://api.omniakey.com/v1/chat/completions \
-H "Authorization: Bearer $OMNIAKEY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "MiniMax-M2.7-highspeed",
"messages": [{"role": "user", "content": "Explain this codebase"}],
"stream": true
}'04
Compatible coding tools
More MiniMax models
Frequently asked questions
How much does MiniMax M2.7 Highspeed cost on OmniaKey?
OmniaKey charges $0.48 USD per 1M input tokens and $1.92 USD per 1M output tokens, in USD. Official prices are $0.6 USD and $2.4 USD; you save 20%.
What is the context window for MiniMax M2.7 Highspeed?
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 Highspeed?
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.