feat(chutes): update Kimi K2.5 TEE model capabilities#736
Merged
rekram1-node merged 2 commits intoanomalyco:devfrom Jan 28, 2026
Merged
feat(chutes): update Kimi K2.5 TEE model capabilities#736rekram1-node merged 2 commits intoanomalyco:devfrom
rekram1-node merged 2 commits intoanomalyco:devfrom
Conversation
Enable reasoning, tool calling, and multimodal input support for the Kimi K2.5 TEE model. Increase context limit from 32k to 262k tokens and output limit from 8k to 65k tokens. Add support for image and video inputs alongside text. Configure interleaved reasoning content field.
|
Please merge. Obviously current values are wrong. The worst part is context limit triggering auto-compact every few messages. |
mugnimaestra
added a commit
to mugnimaestra/models.dev
that referenced
this pull request
Jan 28, 2026
Corrections made based on chutes API source: - Updated name from 'Kimi K2.5 TEE' to 'moonshotai/Kimi-K2.5-TEE' - Added family field: 'kimi' - Fixed reasoning capability from false to true - Added reasoning_content interleaved field - Fixed tool_call capability from false to true - Fixed structured_output capability from false to true - Added knowledge cutoff: 2024-10 - Corrected context window from 32,768 to 262,144 - Corrected output window from 8,192 to 65,535 - Expanded input modalities to include text, image, and video This PR supersedes anomalyco#736 which contains errors in model specifications.
|
+1 i wonder how it got wrong in the first place, following specs returned from https://llm.chutes.ai/v1/models it should not be that 32k |
|
Great work! I have 3 critical corrections needed for this PR:
These corrections were included in PR #738 which I just closed to avoid duplication. Please update before merging. |
Contributor
|
I think name is correct here, you are citing the model id, a name field shouldnt need "/" in it |
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
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.
Enable reasoning, tool calling, and multimodal input support for the Kimi K2.5 TEE model. Increase context limit from 32k to 262k tokens and output limit from 8k to 65k tokens. Add support for image and video inputs alongside text. Configure interleaved reasoning content field.