OpenAI v1/responses接口代理问题 || OpenAI v1/responses interface proxy problem #3573
BurrowsWang
started this conversation in
General
Replies: 1 comment 2 replies
-
|
是全新安装吗,请详细描述重现步骤。 Is it a fresh installation? Please describe the steps to reproduce in detail. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
我搜索了一下官方release说明,发现在这个PR(#2509 )中已经增加了对"v1/responses"接口的支持,但我实际使用的时候,"/v1/chat/completions"接口正常工作,"/v1/responses"接口报“404 Not Found”,跳过higress直接访问sglang的"/v1/responses"接口是正常响应的
Higress:v2.1.11
sglang: v0.5.9
有其他同学遇到相同的问题么?针对/v1/responses接口的路由配置有什么需要特别注意的地方吗?
I searched the official release notes and found that support for the "v1/responses" interface has been added to this PR (#2509). However, when I actually used it, the "/v1/chat/completions" interface worked normally, and the "/v1/responses" interface reported "404 Not" Found", skipping higress and directly accessing sglang's "/v1/responses" interface responds normally.
Higress: v2.1.11
sglang: v0.5.9
Have other students encountered the same problem? Is there anything I need to pay special attention to in the routing configuration of the /v1/responses interface?
Beta Was this translation helpful? Give feedback.
All reactions