API / minimax
minimax API
Provider: minimax · Type: official
minimax is an API by minimax, served at https://api.minimax.io/anthropic for official models, exposing MiniMax-M2.7-Highspeed, MiniMax-M3, MiniMax-M2.7.
| Key fact | Value |
|---|---|
| Endpoint | https://api.minimax.io/anthropic |
| Authentication | API key (Bearer-style, passed via ANTHROPIC_API_KEY), managed in the platform console |
| Streaming | Yes |
| Function calling | Yes |
| Tool calling | Yes |
| Structured output | Unknown |
| Vision | Yes |
| Audio | Unknown |
| Regions | international, china |
| Cloud providers | MiniMax Platform |
| Documentation | https://platform.minimax.io/docs |
Context limits
| Model | Input limit | Output limit |
|---|---|---|
| minimax-m3 | 1,048,576 | — |
| minimax-m2.7 | 204,800 | — |
| minimax-m2.7-highspeed | 204,800 | — |
The MiniMax API serves the M-series through Anthropic-compatible and OpenAI-compatible endpoints:
international base https://api.minimax.io/anthropic (China: https://api.minimax.cn/anthropic), plus
OpenAI Chat Completions and Responses endpoints and legacy MiniMax-native endpoints.
Streaming is supported (thinking streamed as thinking_delta, text as text_delta). Key parameters: max_tokens, temperature (0-2, recommended 1.0), top_p, tools/tool_choice, service_tier (standard | priority, priority = 1.5x price). M3 supports the thinking parameter (disabled by default, adaptive to enable) and multimodal Anthropic content blocks (image/video via URL, base64 or mm_file://{file_id}). Prompt caching is automatic with explicit cache_control support.
Sources
Data interpretation
| Field | Value | Evidence type |
|---|---|---|
| Endpoint | https://api.minimax.io/anthropic | Official |
| Authentication | API key (Bearer-style, passed via ANTHROPIC_API_KEY), managed in the platform console | Official |
| Capabilities | Streaming, Function calling, Tool calling, Vision | Official |
| Models served | 3 models in the database | China AI Hub analysis |
Evidence types: Official = vendor documentation or official pages. China AI Hub analysis = derived from the database itself. See the sourcing policy.
What is the minimax API endpoint?
The minimax API endpoint is https://api.minimax.io/anthropic.
How do you authenticate with the minimax API?
API key (Bearer-style, passed via ANTHROPIC_API_KEY), managed in the platform console.
What are the context limits of the minimax API?
minimax-m3: 1,048,576 in / — out; minimax-m2.7: 204,800 in / — out; minimax-m2.7-highspeed: 204,800 in / — out.
Does the minimax API support function calling?
Yes — the minimax API supports function calling.
Where does China AI Hub get its minimax API data?
From 2 sources, last verified 2026-09-20.