Skip to content

feat(synthetic): update Kimi K2.5 model configuration#747

Merged
rekram1-node merged 1 commit intoanomalyco:devfrom
monotykamary:update-kimi-k2.5-model
Jan 29, 2026
Merged

feat(synthetic): update Kimi K2.5 model configuration#747
rekram1-node merged 1 commit intoanomalyco:devfrom
monotykamary:update-kimi-k2.5-model

Conversation

@monotykamary
Copy link
Copy Markdown
Contributor

@monotykamary monotykamary commented Jan 28, 2026

Summary

Update Kimi K2.5 model configuration with corrected values:

Changes

  • max_output: 65_536 (increased from 32_768)
  • cost.input: 0.55, cost.output: 2.19 (updated pricing)

Files Changed

  • providers/synthetic/models/hf:moonshotai/Kimi-K2.5.toml

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
Copilot AI review requested due to automatic review settings January 28, 2026 16:40
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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"
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
@rekram1-node rekram1-node merged commit cc3566a into anomalyco:dev Jan 29, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants