400 Bad Request when reasoning_effort="xhigh" with kimi k2.5 (OpenAI-compatible API) #1309
Replies: 1 comment 1 reply
-
|
Kimi's reasoning effort only supports low, medium, and high. Please set the reasoning effort to high. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it a request payload issue?
[x] Yes, this is a request payload issue. I am using a client/cURL to send a request payload, but I received an unexpected error.
[ ] No, it's another issue.
Describe the bug
API Error: 400 Bad Request. Validation error for
reasoning_effort: expected one of'low' | 'medium' | 'high', received'xhigh'.Error snippet:
CLI Type
claude code
Model Name
kimi k2.5
LLM Client
claude code
OS Type
Additional context
CLIProxyAPI v6.7.28; provider chutes (OpenAI-compatible API)
Beta Was this translation helpful? Give feedback.
All reactions