Add Moonshot Kimi For Coding subscription models#78
Closed
guillaumegay13 wants to merge 1 commit into
Closed
Conversation
|
@guillaumegay13 is attempting to deploy a commit to the Manifest Team on Vercel. A member of the Team first needs to authorize it. |
284c33e to
131731f
Compare
131731f to
6f6049f
Compare
1 task
Collaborator
Author
|
Superseded by #80, which bundles the remaining model-param requests into a single PR so the merge cuts one |
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.
What this changes
Adds the Moonshot "Kimi For Coding" subscription models, filed as #73 (which asked for a way to pick the Kimi coding model, 2.6 vs 2.7).
Following the catalog convention (the file is the model — one YAML per model, selection happens by choosing the model), this adds one
-subscriptionfile per Kimi coding model rather than amodelselector param:kimi-k2.6—max_completion_tokens,thinking.type(toggleable enabled/disabled),response_format.typekimi-k2.7-code—max_completion_tokens,response_format.type(thinking is always on for the k2.7-code variants, so no toggle)kimi-k2.7-code-highspeed— same askimi-k2.7-codeType of change
models/)Source
thinking.typetoggle is k2.6-only; k2.7-code is reasoning-only; temperature/top_p/penalties are moonshot-v1-only and not exposed by the kimi-k2.x family).GET /v1/modelslisting.Smoke-tested live against the real Moonshot API:
kimi-k2.6(thinking enabled + disabled),kimi-k2.7-code(thinking enabled, returnsreasoning_content), andkimi-k2.7-code-highspeedall accepted (200).Closes #73