MiniMax provides powerful large language models, including the latest MiniMax-M3 agentic reasoning model and the M-series lineup, through an OpenAI-compatible Chat Completions API. Use them with Vision Agents via the OpenAI plugin by pointingDocumentation Index
Fetch the complete documentation index at: https://visionagents.ai/llms.txt
Use this file to discover all available pages before exploring further.
ChatCompletionsLLM at MiniMax’s endpoint.
Vision Agents requires a Stream account
for real-time transport. Get your MiniMax API key from the MiniMax
Platform.
Installation
Quick Start
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
model | str | — | Model identifier (see available models below) |
api_key | str | None | API key (defaults to MINIMAX_API_KEY env var) |
base_url | str | "https://api.minimax.io/v1" | MiniMax API endpoint |
Available Models
These models are supported through the OpenAI-compatible API:| Model | Context | Description |
|---|---|---|
MiniMax-M3 | 1M | Latest M-series model for agentic reasoning, tool use, coding, and long context |
MiniMax-M2.7 | 205K | Recursive self-improvement; ~60 tps output |
MiniMax-M2.7-highspeed | 205K | Same as M2.7 with faster output (~100 tps) |
MiniMax-M2.5 | 205K | Peak performance for complex tasks; ~60 tps |
MiniMax-M2.5-highspeed | 205K | Same as M2.5 with faster output (~100 tps) |
MiniMax-M2.1 | 205K | Enhanced multi-language programming; ~60 tps |
MiniMax-M2.1-highspeed | 205K | Faster M2.1 variant (~100 tps) |
MiniMax-M2 | 205K | Agentic capabilities and advanced reasoning |
Function Calling
MiniMax models support function calling with automatic tool invocation:tool_calls and any reasoning content) in the conversation history so the
reasoning chain stays intact. Vision Agents handles this when using registered
functions on the agent.
See the Function Calling guide for details.
Next Steps
Build a Voice Agent
Get started with voice
Build a Video Agent
Add video processing

