-
Notifications
You must be signed in to change notification settings - Fork 15.7k
feat(models): Update Moonshot Kimi model references to kimi-k2.5 #2762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
thewilloftheshadow
merged 3 commits into
openclaw:main
from
MarvinCui:replace-kimimodel-string
Jan 28, 2026
Merged
feat(models): Update Moonshot Kimi model references to kimi-k2.5 #2762
thewilloftheshadow
merged 3 commits into
openclaw:main
from
MarvinCui:replace-kimimodel-string
Jan 28, 2026
+25
−12
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
|
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. |
e8d46b9 to
bbbc566
Compare
Member
|
Landed via temp rebase onto main.
Thanks @MarvinCui! |
Contributor
Author
danbao
pushed a commit
to danbao/openclaw
that referenced
this pull request
Jan 28, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Moonshot AI (Kimi) has launched their new model today: Kimi-k2.5. The model information is as follows:
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.