MiniMax M3

Models

Model details

Model
minimax-m3
Provider
opencode-go
API
anthropic-messages
Base URL
https://opencode.ai/zen/go
Input
text, image
Reasoning
Yes
Context window
512,000
Max tokens
131,072
Cost / million input
$0.6
Cost / million output
$2.4
Cost / million cache read
$0.12
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "opencode-go": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "minimax-m3",
          "name": "MiniMax M3",
          "reasoning": true,
          "input": [
            "text",
            "image"
          ],
          "contextWindow": 512000,
          "maxTokens": 131072,
          "cost": {
            "input": 0.6,
            "output": 2.4,
            "cacheRead": 0.12,
            "cacheWrite": 0
          }
        }
      ],
      "api": "anthropic-messages",
      "baseUrl": "https://opencode.ai/zen/go"
    }
  }
}