Skip to main content

MiniMax Provider

Access MiniMax M3 and M2 series models with 1M context window through API key authentication. Ideal for long-context tasks requiring extended document analysis.

Overview

The MiniMax provider enables Claude Code to use MiniMax’s Anthropic-compatible API models. Requires an API key from the MiniMax platform. Provider Type: API Preset (not OAuth) Command: ccs api create <name> --preset mm Supported Models:
  • MiniMax-M3 (default, 1M context)
  • MiniMax-M2.5 (1M context)
  • MiniMax-M2.5-lightning (fast variant, 1M context)
  • MiniMax-M2.1 (1M context)
  • MiniMax-M2.1-lightning (faster, 1M context)
  • MiniMax-M2 (legacy)

Setup

Step 1: Get API Key

  1. Visit platform.minimax.io
  2. Create an account or sign in
  3. Navigate to API Keys section
  4. Generate a new API key

Step 2: Create Profile

Step 3: Use Profile

Commands

Basic Usage

Profile Management

Configuration

Profile stored at: ~/.ccs/mm.settings.json

Available Models

Model aliases are normalized automatically — minimax-m2.5, MiniMax-M2.5, and minimax-M2.5 all resolve to the same model. CCS handles case and format differences transparently.

Pricing

Pay-as-you-go pricing via MiniMax platform. Refer to MiniMax Pricing for current rates.

Troubleshooting

Invalid API Key

Rate Limiting

MiniMax applies rate limits based on your account tier. Upgrade your account at platform.minimax.io if you encounter 429 errors.

Next Steps

API Profiles

Learn about custom API profiles

Dashboard Config

Configure via web interface