Skip to main content

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

  1. Sign in to the MiniMax Developer Platform.
  2. Navigate to API Keys in the developer console.
  3. 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 refactoring
  • MiniMax-M2 - Flagship model with balanced reasoning and code generation
  • MiniMax-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

  1. Open PostQode Settings ().
  2. Select MiniMax in the API Provider dropdown.
  3. Enter your MiniMax API Key.
  4. Select your model from the dropdown or type the Model ID (e.g. MiniMax-M2.1 or MiniMax-M2).
  5. (Optional) Configure your API Base URL:
    • Global: https://api.minimaxi.chat/v1
    • Mainland China: https://api.minimax.chat/v1
  6. Click Save Settings to connect.