Setup time: ~3 minutes
Prerequisites
- VS Code or JetBrains IDE
- Continue extension installed
- Infercom API key
Configuration
Step 1: Open Configuration
- Click the Continue icon in your IDE sidebar
- Click the gear icon to open
config.json
Step 2: Add Infercom Provider
Update yourconfig.json to include Infercom:
Step 3: Save and Reload
- Save the
config.jsonfile - The model should appear in Continue’s model selector
With Tab Autocomplete
To also use MiniMax-M2.5 for tab completion:Model
UseMiniMax-M2.5 - optimized for agentic coding with 160K context (163,840 tokens) and 75.8% SWE-bench.
Usage
Chat
PressCmd+L / Ctrl+L to open the chat panel and ask questions about your code.
Inline Edit
- Select code in your editor
- Press
Cmd+I/Ctrl+I - Describe the changes you want
Tab Autocomplete
If configured intabAutocompleteModel, Continue provides inline completions as you type.
Continue Hub
Continue Hub offers pre-built configurations. While Infercom isn’t listed directly, you can use the OpenAI-compatible setup above with any Continue Hub assistant.Troubleshooting
Model Not Appearing
- Verify
config.jsonsyntax is valid JSON - Check the model name is exact:
MiniMax-M2.5 - Reload your IDE window
Authentication Errors
Verify your API key:Config File Location
| OS | Path |
|---|---|
| macOS | ~/.continue/config.json |
| Linux | ~/.continue/config.json |
| Windows | %USERPROFILE%\.continue\config.json |
Next Steps
- Cline - Autonomous VS Code agent
- Cursor - Full AI-native IDE
- Choosing a Tool - Compare all options