[PR #11463] feat: add Kimi K2.5 Thinking model support #13800

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

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

State: closed
Merged: No


Summary

Add kimi-k2.5-thinking model to both Moonshot AI providers.

Note: kimi-k2.5 base model already exists in upstream.

Changes

Added to models-api.json:

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

Kimi K2.5 Thinking Features

Feature Value
Context Window 256K tokens
Input Modalities Text + Image (native multimodal)
Reasoning Yes (interleaved thinking via reasoning_content field)
Tool Calling Yes

References

Testing

  • bun run typecheck passes
  • API tested with real Moonshot API key - working correctly
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/11463 **State:** closed **Merged:** No --- ## Summary Add `kimi-k2.5-thinking` model to both Moonshot AI providers. > Note: `kimi-k2.5` base model already exists in upstream. ### Changes Added to `models-api.json`: - **moonshotai-cn** (China): `api.moonshot.cn` - **moonshotai** (International): `api.moonshot.ai` ### Kimi K2.5 Thinking Features | Feature | Value | |---------|-------| | Context Window | 256K tokens | | Input Modalities | Text + Image (native multimodal) | | Reasoning | Yes (interleaved thinking via `reasoning_content` field) | | Tool Calling | Yes | ### 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) ### 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:38 -05:00
yindo closed this issue 2026-02-16 18:18:38 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13800