About Kimi K2.5
Kimi is a series of models released by Moonshot AI (Moonshot AI). The latest version is Kimi K2.5. Click here to view the Introduction to Kimi K2.5 Model.
Kimi K2.5 is designed with a native multimodal architecture, supporting visual and text inputs, thinking and non-thinking modes, conversations, and Agent tasks. Key features of the latest version include:
- Leap-forward improvement in coding capabilities
- Support for ultra-long context
- Long-thinking capabilities
Kimi K2.5 has received widespread acclaim, especially for code editing. Before choosing to pay for it, we can use Kimi K2.5 for free in OpenCode.
Update: As of 2025.03, the free trial of Kimi 2.5 in OpenCode has ended. Currently, MiniMax 2.5 is available for free trial.
What is OpenCode
OpenCode is an open-source coding assistant. Its terminal version is similar to Claude Code, helping you write and run code using any AI model. It is available in three formats: a terminal-based interface (TUI), a desktop application, or an IDE extension.
Installing and Updating OpenCode
If you have not installed OpenCode or have not updated to the latest version, run the following command:
1 | npm i -g opencode-ai |
Then run opencode to open the TUI interface:
1 | opencode |
Switching the Model to Kimi K2.5
In the OpenCode TUI interface, run /models to open the model selection list:

Then select Kimi K2.5 Free to start trying it out.

Then you can start chatting!
However, since it is free, you might encounter rate limit... warnings during use. Usually, it will automatically retry after a short wait, so this is only suitable for testing purposes.
Pricing
If you use the API, the pricing per 1 million (1M) tokens is:
| Model Name | Input Price | Cache Hit Price | Output Price | Context Length |
|---|---|---|---|---|
| Kimi K2.5 | ¥4.00 | ¥0.70 | ¥21.00 | 256k |
| Gemini 3 (<200k) | $2.00 | $0.20 | $12.00 | - |
| Gemini 3 Flash | $0.50 | - | $3.00 | - |
| GPT 5.2 | $1.75 | $0.175 | $14.00 | - |
Assuming an exchange rate of 7, the pricing of Kimi K2.5 is close to Gemini 3 Flash.
Kimi Code Plan
Moonshot offers a monthly Kimi Code Plan. You can view the pricing details in the Membership Benefits Guide.
| Membership Benefits | Andante | Moderato | Allegretto |
|---|---|---|---|
| Monthly Price | ¥49/month | ¥99/month | ¥199/month |
| Annual Price | ¥468/year | ¥948/year | ¥1908/year |
AI models evolve rapidly; exercise caution when opting for annual billing.

If you access the international version, the prices are significantly higher, though the description suggests larger quotas.
| Membership Benefits | Moderato | Allegretto | Vivace |
|---|---|---|---|
| Monthly Price | $19/month | $39/month | $199/month |

Before purchasing, you can check out: I Spent 4.99 RMB to Test Kimi's New 'Coding Tool'.
Claude Code Integration
After subscribing to KimiCode, you can obtain an API Key directly from the Console to use within Claude Code. The official documentation explicitly states that usage inside Claude Code is not prohibited, but integration with other products is not supported.
Comments