mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #18575] feat: Support for OpenAI gpt-5-pro #57305
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @i-rme on GitHub (Oct 24, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18575
Check Existing Issues
Problem Description
Using OpenWebUI v0.6.34 with OpenAI API key, some models like GPT-5 work but others like GPT-5-PRO fail with this message:
This model is only supported in v1/responses and not in v1/chat/completions.Desired Solution you'd like
It would be cool for OpenWebUI to be compatible with models like GPT-5-PRO and/or future models.
Alternatives Considered
n/a
Additional Context
No response
@sebslight commented on GitHub (Oct 24, 2025):
I'm afraid Open WebUI does not support the responses API (and as far as I know there's no intent in supporting it). You can bypass this issue by using OpenRouter