[Docs] Add Kimi Code provider page with reasoning effort setting#17
Draft
zoomote[bot] wants to merge 1 commit into
Draft
[Docs] Add Kimi Code provider page with reasoning effort setting#17zoomote[bot] wants to merge 1 commit into
zoomote[bot] wants to merge 1 commit into
Conversation
Author
|
No code issues found. See task Reviewed the new Kimi Code provider page and navigation entry against the paired implementation in Zoo-Code-Org/Zoo-Code#945 ( Reviewed 92a2df0 |
This was referenced Jul 23, 2026
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
Adds a new Kimi Code provider documentation page (
docs/providers/kimi-code.md) and registers it in the Model Providers navigation (docs/providers/index.json). The page covers OAuth device-flow and API-key authentication, automatic model discovery, and the configurable Model Reasoning Effort setting (Low / High / Max, default Max) that was added to the Kimi Code provider in Zoo-Code-Org/Zoo-Code#945.Why this change was made
The Kimi Code provider is new and had no documentation. Zoo Code's convention is that functionality changes ship with a paired docs update; the reasoning effort dropdown is a user-visible setting that needed an explanation, including the fact that Kimi K3 always thinks (no "None" option).
Impact
Users configuring the Kimi Code provider can now find setup steps, the reasoning effort options, and common issues in the docs. No product behavior changes.
Screenshots
Related PRs