Coding Plan
Using MiniMax 2, GLM 4.6 and Kimi's Coding Plan feature in TalkCody
What is Coding Plan?
Coding Plan is a subscription plan designed specifically for AI coding scenarios, provided by MiniMax, Zhipu AI, and Moonshot. Coding Plan is optimized for high-frequency programming scenarios, offering a cost-effective subscription model that can save significant costs compared to direct API billing.
TalkCody supports Coding Plan for the following models:
| Model | Provider |
|---|---|
| MiniMax 2 | MiniMax |
| GLM 4.6 | Zhipu AI |
| Kimi | Moonshot |
Coding Plan mode uses dedicated API endpoints that provide optimized responses for programming tasks.
How to Set Up and Enable Coding Plan
Get API Key
First, you need to obtain an API Key from the respective provider:
- MiniMax: Visit MiniMax Platform to get your API Key
- Zhipu AI (GLM): Visit Zhipu AI Platform to get your API Key
- Moonshot (Kimi): Visit Moonshot Platform to get your API Key
Configure API Key
- Open TalkCody
- Click the Settings icon
- Navigate to the API Keys page
- Enter your API Key in the corresponding provider's input field
Enable Coding Plan
On the API Keys settings page, there is a Use Coding Plan toggle below each provider that supports Coding Plan:
- Find the provider for which you have configured an API Key
- Enable the Use Coding Plan toggle
- Settings are saved automatically
Built-in MCP Servers
TalkCody has built-in MCP servers for MiniMax 2 and GLM 4.6, providing web search and image recognition capabilities.
When you enable Coding Plan, the API Key is automatically synced to the corresponding MCP server, requiring no additional configuration.
MiniMax MCP Server
| Server Name | Feature | Tool Name |
|---|---|---|
| minimax-coding-plan | Web Search | web_search |
Web Search: Search for the latest technical documentation, API references, and programming Q&A.
GLM MCP Server
| Server Name | Feature | Tool Name |
|---|---|---|
| glm-coding-plan-search | Web Search | webSearchPrime |
| glm-coding-plan-vision | Image Recognition | Vision Understanding Tool |
Web Search: Search technical materials and get the latest information.
Image Recognition: Recognize and understand image content, suitable for:
- Analyzing error messages in screenshots
- Understanding UI design mockups
- Interpreting charts and flowcharts
How to Use MCP Tools
Ensure Correct Configuration
- API Key for the corresponding provider is configured
- Use Coding Plan toggle is enabled
- API Key will automatically sync to the MCP server
Select MCP Tool
In the toolbar above the chat input box, click the MCP button and select the MCP tool you want to use:
minimax-coding-plan__web_search(MiniMax Web Search)glm-coding-plan-search__webSearchPrime(GLM Web Search)- GLM Image Recognition Tool
The selected tool will be active in the current conversation.
Start Using
In the conversation, the AI agent will automatically invoke these tools as needed.
Web Search Example:
User: Search for new features in React 19
AI: I will search for the latest React 19 information.
[Using web_search tool]
Based on the search results, the main new features in React 19 include:
1. Actions - Simplified form handling
2. use() hook - New way to read resources
3. Server component improvements
...Image Recognition Example:
User: [Upload error screenshot] What does this error mean?
AI: Let me analyze this screenshot.
[Using image recognition tool]
This is a TypeScript type error. The error message shows...
Suggested solutions:
1. Check variable type declarations
2. Add type assertions
...FAQ
What if the MCP server connection fails?
- Check if the API Key is correctly configured
- Ensure the Coding Plan toggle is enabled
- Try reconnecting on the MCP servers page