Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@MarvinCui
Copy link
Contributor

@MarvinCui MarvinCui commented Jan 27, 2026

Moonshot AI (Kimi) has launched their new model today: Kimi-k2.5. The model information is as follows:

Model Unit Input Price (Cache Hit) Input Price (Cache Miss) Output Price Context Window
kimi-k2.5 1M tokens $0.10 $0.60 $3.00 262,144 tokens

kimi-k2.5 is Kimi's most versatile model to date, featuring a native multimodal architecture that supports both visual and text input, thinking and non-thinking modes, and dialogue and agent tasks.
The model supports long-context reasoning with a context length of 256k tokens, enabling extended thinking and deep reasoning scenarios.
It also supports automatic context caching, ToolCalls, JSON Mode, Partial Mode, and built-in internet search functionality.

This PR updates Moonshot Kimi model references from the previous default kimi-k2-0905-preview naming to kimi-k2.5.

Scope of changes

This change focuses on keeping the project aligned with the updated Kimi model identifier. The updates include references used in configuration and documentation so that examples and defaults consistently point to kimi-k2.5.

What was changed

The Kimi model ID references were updated to kimi-k2.5, along with the corresponding display name, to avoid confusion between preview model IDs and the current recommended model.

Testing

This change was lightly tested. No runtime behavior was altered beyond model identifier resolution, and no functional logic outside model configuration was modified.

AI assistance

This PR was created with the help of Warp AI. I reviewed the changes manually and understand what the modified code and configuration do.

@moltbot-barnacle moltbot-barnacle bot added docs Improvements or additions to documentation gateway Gateway runtime agents Agent runtime and tooling labels Jan 27, 2026
@MarvinCui MarvinCui changed the title Update Moonshot Kimi model references to kimi-k2.5 fix: Update Moonshot Kimi model references to kimi-k2.5 Jan 27, 2026
@MarvinCui
Copy link
Contributor Author

MarvinCui commented Jan 27, 2026

Hi @steipete @thewilloftheshadow , this is a small, safe PR that updates Moonshot Kimi references to the new kimi-k2.5 model. No urgency at all, but it may be helpful for users already switching to the updated Kimi API.

@MarvinCui MarvinCui changed the title fix: Update Moonshot Kimi model references to kimi-k2.5 feat(models): Update Moonshot Kimi model references to kimi-k2.5 Jan 27, 2026
@thewilloftheshadow thewilloftheshadow self-assigned this Jan 28, 2026
@thewilloftheshadow thewilloftheshadow merged commit d0ef4d3 into openclaw:main Jan 28, 2026
13 of 23 checks passed
@thewilloftheshadow
Copy link
Member

Landed via temp rebase onto main.

  • Related tests: pnpm vitest run --config vitest.unit.config.ts src/agents/models-config.providers.ollama.test.ts
  • Land commit: bbbc566
  • Merge commit: d0ef4d3

Thanks @MarvinCui!

@Inovvia
Copy link

Inovvia commented Jan 28, 2026

This only applies to moonshot? not Kimi coding right? Do you guys need a PR for that? (I added a custom model on my moltbot at the moment to use it and it works fine)

image

@MarvinCui
Copy link
Contributor Author

This only applies to moonshot? not Kimi coding right? Do you guys need a PR for that? (I added a custom model on my moltbot at the moment to use it and it works fine)

image

Yes, this PR only applies to Moonshot (Kimi). Maybe you can add a new PR to update Kimi coding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agents Agent runtime and tooling docs Improvements or additions to documentation gateway Gateway runtime

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants