Overview Version History Q & A Rating & Review
MiniMax AI VSCode Extension
A VSCode extension that integrates MiniMax Coding Plan models as a language model provider using the VSCode Language Model Chat Provider API.
Features
Coding Plan Models : Uses MiniMax-M2.5, MiniMax-M2.1, or MiniMax-M2
Global Endpoint : Uses https://api.minimax.io/v1
Interleaved tool reasoning continuity with structured thinking blocks.
Requirements
Thinking Blocks (Proposed API)
When proposed API is enabled, structured thinking uses LanguageModelThinkingPart.
Otherwise, the extension uses text-mode thinking blocks (<think>...</think>), while preserving full assistant responses for interleaved tool reasoning continuity.
Optional (VS Code Insiders + proposed API):
code-insiders --enable-proposed-api denizhandaklr.minimax-vscode
Installation
Open VSCode
Go to Extensions (Ctrl+Shift+X)
Search for "MiniMax AI"
Click Install
Setting Up Your API Key
Get your API key from MiniMax Dashboard
Open Command Palette
Run MiniMax: Set API Key
Enter your API key when prompted
Model Visibility
Set minimax.visibleModels in settings to control which MiniMax models appear in the model picker.
Supported Models
Model
Context Length
MiniMax-M2.5
204.8K tokens
MiniMax-M2.1
204.8K tokens
MiniMax-M2
204.8K tokens
Usage
Once configured, you can use MiniMax AI with VSCode's built-in chat features:
Open the Chat view (Ctrl+Shift+Y)
Select "MiniMax AI" as the provider
Start chatting!
Security
API keys are stored securely using VSCode's SecretStorage
No sensitive data is logged
All API calls use HTTPS
License
MIT