feat(synthetic): update Kimi K2.5 model configuration#747
Merged
rekram1-node merged 1 commit intoanomalyco:devfrom Jan 29, 2026
Merged
feat(synthetic): update Kimi K2.5 model configuration#747rekram1-node merged 1 commit intoanomalyco:devfrom
rekram1-node merged 1 commit intoanomalyco:devfrom
Conversation
Update model config with corrected values: - max_output: 65_536 (from 32_768) - cost.input: 0.55, cost.output: 2.19 - modalities.input: [text, image] - Add interleaved section for reasoning_content - Use underscores for large numbers
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Kimi K2.5 model configuration file with new specifications including increased output limits, updated pricing, and image input support.
Changes:
- Updated cost values: input from 1.20 to 0.55, output from 1.20 to 2.19
- Increased max output limit from 32,768 to 65,536 tokens
- Added image support to input modalities alongside text
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -13,12 +13,12 @@ open_weights = true | |||
| field = "reasoning_content" | |||
There was a problem hiding this comment.
The PR description states that the interleaved section with reasoning_content field was added in this PR. However, based on the diff, lines 13-14 show this section without the '+' prefix, indicating it already existed in the file before this change. The PR description should be corrected to clarify that this section was not added but was already present.
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.
Summary
Update Kimi K2.5 model configuration with corrected values:
Changes
Files Changed
providers/synthetic/models/hf:moonshotai/Kimi-K2.5.toml