Skip to content

Conversation

@mugnimaestra
Copy link

Summary

  • Fix model identifier from "Kimi K2.5 TEE" to "moonshotai/Kimi-K2.5-TEE"
  • Add missing family field: "kimi"
  • Correct reasoning capability from false to true
  • Add interleaved reasoning_content field
  • Correct tool_call capability from false to true
  • Correct structured_output capability from false to true
  • Add knowledge cutoff: "2024-10"
  • Fix context window from 32,768 to 262,144
  • Fix output window from 8,192 to 65,535
  • Expand input modalities from ["text"] to ["text", "image", "video"]

Context

This PR corrects the model specifications for moonshotai/Kimi-K2.5-TEE based on the chutes API source. The previous values were incorrect and need to be aligned with the actual API capabilities.

Note

This PR supersedes #736 which contains errors in the model specifications. All corrections have been validated against the chutes API source.

Files Changed

  • providers/chutes/models/moonshotai/Kimi-K2.5-TEE.toml

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.
@mugnimaestra
Copy link
Author

Closing this PR as it duplicates PR #736. See my comment on #736 for the 3 critical corrections needed.

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.

1 participant