fix(ai): expose max thinking for Kimi Coding K3

Closes #6737
This commit is contained in:
Armin Ronacher
2026-07-16 19:58:17 +02:00
parent f7e0603745
commit 78ff249436
4 changed files with 14 additions and 1 deletions
@@ -30,6 +30,7 @@ export const KIMI_CODING_MODELS = {
baseUrl: "https://api.kimi.com/coding",
headers: {"User-Agent":"KimiCLI/1.5"},
reasoning: true,
thinkingLevelMap: {"off":null,"minimal":null,"low":null,"medium":null,"high":null,"xhigh":null,"max":"max"},
input: ["text", "image"],
cost: {
input: 0,