自定义供应商 中转站 提示不支持 xhigh #2564
Answered
by
luispater
Monster-DP
asked this question in
Q&A
-
|
不是哟 cliproxyapi 直接使用中转站是没有问题的 {"error":{"message":"level "xhigh" not supported, valid levels: low, medium, high","type":"invalid_request_error"}} |
Beta Was this translation helpful? Give feedback.
Answered by
luispater
Apr 6, 2026
Replies: 1 comment 4 replies
-
|
走的是openai chat completions协议么?参考下面的范例: openai-compatibility:
- name: "openrouter"
base-url: "https://example.com/v1"
api-key-entries:
- api-key: "sk-or-v1-...b780"
models: # The models supported by the provider.
- name: "gpt-5.4"
alias: "gpt-5.4"
thinking:
levels: ["low", "medium", "high", "xhigh"] # 这里添加xhigh就可以了 |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
luispater
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

走的是openai chat completions协议么?参考下面的范例: