TalkCodyTalkCody

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:

ModelProvider
MiniMax 2MiniMax
GLM 4.6Zhipu AI
KimiMoonshot

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:

Configure API Key

  1. Open TalkCody
  2. Click the Settings icon
  3. Navigate to the API Keys page
  4. 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:

  1. Find the provider for which you have configured an API Key
  2. Enable the Use Coding Plan toggle
  3. 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 NameFeatureTool Name
minimax-coding-planWeb Searchweb_search

Web Search: Search for the latest technical documentation, API references, and programming Q&A.

GLM MCP Server

Server NameFeatureTool Name
glm-coding-plan-searchWeb SearchwebSearchPrime
glm-coding-plan-visionImage RecognitionVision 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

  1. API Key for the corresponding provider is configured
  2. Use Coding Plan toggle is enabled
  3. 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?

  1. Check if the API Key is correctly configured
  2. Ensure the Coding Plan toggle is enabled
  3. Try reconnecting on the MCP servers page