MiniMax
MiniMax develops frontier multimodal and text generation foundation models capable of massive context processing, deep reasoning, and high-precision coding assistance.
Website: https://platform.minimaxi.com/
Getting an API Key
- Sign in to the MiniMax Developer Platform.
- Navigate to API Keys in the developer console.
- Generate a new API key and copy it.
Supported Models
PostQode supports MiniMax foundation models via OpenAI-compatible endpoints:
Coding & Reasoning Models
MiniMax-M2.1- (Recommended for Coding) Latest high-speed foundation model optimized for multi-file code editing, tool use, and refactoringMiniMax-M2- Flagship model with balanced reasoning and code generationMiniMax-Text-01- Ultra-long context processing model (supports up to 1M tokens)abab6.5s-chat- Lightweight, fast model for chat and simple prompt operations
Configuration in PostQode
- Open PostQode Settings ().
- Select MiniMax in the API Provider dropdown.
- Enter your MiniMax API Key.
- Select your model from the dropdown or type the Model ID (e.g.
MiniMax-M2.1orMiniMax-M2). - (Optional) Configure your API Base URL:
- Global:
https://api.minimaxi.chat/v1 - Mainland China:
https://api.minimax.chat/v1
- Global:
- Click Save Settings to connect.