Minimax

MiniMax: MiniMax M2.7 Highspeed

Chat
minimax/minimax-m2.7-highspeed
CompareGet Started

MiniMax M2.7 Highspeed serves the same MiniMax M2.7 model with faster, more agile responses. It keeps M2.7's software-engineering strengths, including 56.22% on SWE-Pro, 55.6% on VIBE-Pro for complete project delivery, and 57.0% on Terminal Bench 2, while trading price for throughput at $0.60/M input and $2.40/M output tokens, with cached input reads at $0.06/M. Reasoning, function calling, prompt caching, and web search are all supported. Context: 200K tokens, output: 131K. Available via OpenAI and Anthropic protocols.

Context Window
200K
Max Output Tokens
131K
Released
2026-03-18
Capabilities
Function CallingReasoningPrompt CachingWeb Search
Available Providers
MinimaxMiniMax
Supported Protocols
OpenAIopenaiAnthropicanthropic

Providers

MinimaxMiniMax
Input Tokens
$0.6/M
Output Tokens
$2.4/M
Cache Read
$0.06/M
Cache Write
$0.375/M
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

Code Examples

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.ai/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="minimax/minimax-m2.7-highspeed",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Frequently Asked Questions

MiniMax: MiniMax M2.7 Highspeed on Ofox.ai costs $0.6/M per million input tokens and $2.4/M per million output tokens. Pay-as-you-go, no monthly fees.