[PR #11445] feat: add Kimi K2.5 model support #13791

Closed
opened 2026-02-16 18:18:37 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/11445

State: closed
Merged: No


Summary

Add Kimi K2.5 and Kimi K2.5 Thinking models to both Moonshot AI providers.

Changes

Added to models-api.json:

  • moonshotai-cn (China): api.moonshot.cn
  • moonshotai (International): api.moonshot.ai

Kimi K2.5 Features

Feature Value
Context Window 256K tokens
Input Modalities Text + Image (native multimodal)
Reasoning Yes (thinking mode available)
Tool Calling Yes
Agent Swarm Yes (up to 100 sub-agents)
Architecture MoE 1T params, 32B activated

Models Added

Model ID Description
kimi-k2.5 Base multimodal model
kimi-k2.5-thinking Thinking/reasoning variant

References

Testing

  • bun run typecheck passes
  • API tested with real Moonshot API key - working correctly
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/11445 **State:** closed **Merged:** No --- ## Summary Add Kimi K2.5 and Kimi K2.5 Thinking models to both Moonshot AI providers. ### Changes Added to `models-api.json`: - **moonshotai-cn** (China): `api.moonshot.cn` - **moonshotai** (International): `api.moonshot.ai` ### Kimi K2.5 Features | Feature | Value | |---------|-------| | Context Window | 256K tokens | | Input Modalities | Text + Image (native multimodal) | | Reasoning | Yes (thinking mode available) | | Tool Calling | Yes | | Agent Swarm | Yes (up to 100 sub-agents) | | Architecture | MoE 1T params, 32B activated | ### Models Added | Model ID | Description | |----------|-------------| | `kimi-k2.5` | Base multimodal model | | `kimi-k2.5-thinking` | Thinking/reasoning variant | ### References - [Kimi K2.5 Quickstart](https://platform.moonshot.cn/docs/guide/kimi-k2-5-quickstart) - [Kimi K2.5 Technical Report](https://www.kimi.com/blog/kimi-k2-5.html) - [OpenRouter Model Page](https://openrouter.ai/moonshotai/kimi-k2.5) ### Testing - `bun run typecheck` passes - API tested with real Moonshot API key - working correctly
yindo added the pull-request label 2026-02-16 18:18:37 -05:00
yindo closed this issue 2026-02-16 18:18:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13791