Back to Modelsby MiniMax
M
MiniMax M3
MiniMaxMiniMax M3 Preview is a multimodal MoE vision-language model with strong reasoning, coding, and tool-calling capabilities.
Free EndpointJun 12, 2026open license6M API calls / 30d
Specifications
Context Length
1M
1,000,000 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
2
text→text, image+text→text
Capabilities
text generationchatcodereasoningfunction callingvision
Tags
codingreasoningtool-calling
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
minimaxai/minimax-m3cURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "minimaxai/minimax-m3",
"messages": [{"role": "user", "content": "Hello!"}]
}'