Discover Packages
github.com/router-for-me/CLIProxyAPI/v6
internal
thinking
provider
kimi
package
Version:
v6.8.21
Opens a new window with list of versions in this module.
Published: Feb 18, 2026
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package kimi implements thinking configuration for Kimi (Moonshot AI) models.
Kimi models use the OpenAI-compatible reasoning_effort format with discrete levels
(low/medium/high). The provider strips any existing thinking config and applies
the unified ThinkingConfig in OpenAI format.
Applier implements thinking.ProviderApplier for Kimi models.
Kimi-specific behavior:
Output format: reasoning_effort (string: low/medium/high)
Uses OpenAI-compatible format
Supports budget-to-level conversion
NewApplier creates a new Kimi thinking applier.
Apply applies thinking configuration to Kimi request body.
Expected output format:
{
"reasoning_effort": "high"
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.