Skip to content

Add Moonshot Kimi For Coding subscription models#78

Closed
guillaumegay13 wants to merge 1 commit into
mnfst:mainfrom
guillaumegay13:add/moonshot-kimi-for-coding-subscription
Closed

Add Moonshot Kimi For Coding subscription models#78
guillaumegay13 wants to merge 1 commit into
mnfst:mainfrom
guillaumegay13:add/moonshot-kimi-for-coding-subscription

Conversation

@guillaumegay13

@guillaumegay13 guillaumegay13 commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

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 -subscription file per Kimi coding model rather than a model selector param:

  • kimi-k2.6max_completion_tokens, thinking.type (toggleable enabled/disabled), response_format.type
  • kimi-k2.7-codemax_completion_tokens, response_format.type (thinking is always on for the k2.7-code variants, so no toggle)
  • kimi-k2.7-code-highspeed — same as kimi-k2.7-code

Type of change

  • Add a model (new YAML file under models/)

Source

  • Kimi/Moonshot chat API: https://platform.moonshot.ai/docs/api/chat (thinking.type toggle 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).
  • Coding model ids confirmed from the live GET /v1/models listing.

Smoke-tested live against the real Moonshot API: kimi-k2.6 (thinking enabled + disabled), kimi-k2.7-code (thinking enabled, returns reasoning_content), and kimi-k2.7-code-highspeed all accepted (200).

Closes #73

@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown

@guillaumegay13 is attempting to deploy a commit to the Manifest Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the model Add a model that's missing label Jun 29, 2026
@guillaumegay13 guillaumegay13 force-pushed the add/moonshot-kimi-for-coding-subscription branch from 284c33e to 131731f Compare June 29, 2026 09:17
@guillaumegay13 guillaumegay13 changed the title Add Moonshot Kimi For Coding (subscription) parameters Add Moonshot Kimi For Coding subscription models Jun 29, 2026
@guillaumegay13 guillaumegay13 force-pushed the add/moonshot-kimi-for-coding-subscription branch from 131731f to 6f6049f Compare June 29, 2026 09:18
@guillaumegay13

Copy link
Copy Markdown
Collaborator Author

Superseded by #80, which bundles the remaining model-param requests into a single PR so the merge cuts one modelparams release instead of four. Same files, same live smoke tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

model Add a model that's missing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

moonshot/kimi-for-coding: parameter coverage

1 participant