Skip to content

Commit a31cc6d

Browse files
committed
fix: mark Kimi K3 temperature as unsupported
Moonshot fixes K3 sampling server-side (temperature locked at 1.0); passing any other value returns HTTP 400. Correct the base model so all providers inherit temperature=false instead of per-provider overrides.
1 parent 2f0d4cb commit a31cc6d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

models/moonshotai/kimi-k3.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ release_date = "2026-07-16"
55
last_updated = "2026-07-16"
66
attachment = true
77
reasoning = true
8-
temperature = true
8+
temperature = false
99
tool_call = true
1010
structured_output = true
1111
open_weights = true

providers/openrouter/models/moonshotai/kimi-k3.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
base_model = "moonshotai/kimi-k3"
22
description = "Kimi multimodal agent model for visual understanding, coding, and planning"
3-
temperature = false
43

54
[[reasoning_options]]
65
type = "effort"

0 commit comments

Comments
 (0)