Skip to content

feat: add Moonshot AI (Kimi) model parameters#22

Merged
guillaumegay13 merged 5 commits into
mainfrom
feat/moonshot-models
May 24, 2026
Merged

feat: add Moonshot AI (Kimi) model parameters#22
guillaumegay13 merged 5 commits into
mainfrom
feat/moonshot-models

Conversation

@brunobuddy
Copy link
Copy Markdown
Member

@brunobuddy brunobuddy commented May 23, 2026

💭 Why

Moonshot's Kimi models had no parameter reference in the catalog, so API users couldn't look up the request knobs.

✨ What changed

  • Add 5 current Moonshot models: kimi-k2.6, kimi-k2.5, moonshot-v1-8k/32k/128k.
  • kimi-k2.6 and kimi-k2.5 expose thinking mode; moonshot-v1 exposes the classic sampling params.
  • Add the Moonshot AI provider label, model display names, and a logo.

📝 Notes

  • API key auth only (no subscription tier).
  • Params sourced from https://platform.kimi.ai/docs/api/chat
  • Excluded kimi-latest and kimi-thinking-preview (already discontinued) and the kimi-k2-*-preview series (scheduled for removal 2026-05-25).
  • temperature and top_p are omitted on k2.6 and k2.5 because the API pins them by thinking mode.
  • tool_choice is intentionally omitted because tool selection depends on the tools request capability rather than standalone model-parameter configuration.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
modelparameters-dev Ready Ready Preview May 24, 2026 7:35am

Request Review

@github-actions github-actions Bot added model Add a model that's missing provider Add a provider that's missing site Website code or tooling labels May 24, 2026
@guillaumegay13 guillaumegay13 merged commit 6f500c1 into main May 24, 2026
4 checks passed
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 provider Add a provider that's missing site Website code or tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants