NVIDIA不支持,转发成claude和gpt都用不了 #1145
Unanswered
ijlynivfhp
asked this question in
Q&A
Replies: 3 comments 5 replies
-
openai-compatibility:
- name: "nvidia"
base-url: "https://integrate.api.nvidia.com/v1"
api-key-entries:
- api-key: "nvapi-..._z"
proxy-url: ""
models:
- name: "z-ai/glm4.7"
alias: "glm-4.7"
- name: "minimaxai/minimax-m2.1"
alias: "minimax-m2.1"可以直接使用,没问题啊 |
Beta Was this translation helpful? Give feedback.
5 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
API Error: 400 1 validation error:
{'type': 'literal_error', 'loc': ('body', 'reasoning_effort'), 'msg': "Input should be 'low', 'medium' or 'high'", 'input': 'xhigh', 'ctx': {'expected': "'low', 'medium' or 'high'"}}
File "/workspace/sglang/python/sglang/srt/entrypoints/http_server.py", line 1269, in openai_v1_chat_completions
POST /v1/chat/completions [{'type': 'literal_error', 'loc': ('body', 'reasoning_effort'), 'msg': "Input should be 'low', 'medium' or 'high'", 'input': 'xhigh', 'ctx': {'expected': "'low', 'medium' or 'high'"}}]
Beta Was this translation helpful? Give feedback.
All reactions