feat: add moonshot/kimi-k3#125
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Full param probe against api.moonshot.ai confirmed every declared param and surfaced json_schema as a third accepted response_format.type; structured output verified end-to-end. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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 changed
kimi-k3(moonshot, api_key) to the catalog, params cloned frommoonshot/kimi-k2.5.yamland then individually probed live.json_schematoresponse_format.type— the live probe surfaced it as a third accepted value (Moonshot's error enum:'text', 'json_object', 'json_schema') and structured output was verified end-to-end.💭 Why
Moonshot AI announced it (new model) and the catalog doesn't list it yet.
📝 Notes
api.moonshot.ai/v1/chat/completionson 2026-07-17, all served as exact idkimi-k3:max_completion_tokens(1 and 8) → 200thinking.typeenabled / disabled → 200; negative controlzzz_invalid→ 400 "invalid value for thinking type"response_format.typetext / json_object / json_schema (schema honored:{"name":"Bob","age":30}) → 200; negative control → 400 naming the real enumCompanion Manifest PR: mnfst/manifest#2520 (Kimi Coding Plan knownModels).