mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
issue: Azure OpenAI URL not working #6596
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 @attilaolah on GitHub (Oct 6, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.32
Ollama Version (if applicable)
No response
Operating System
Docker
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Setting the
openaiBaseApuIrltohttps://something.openai.azure.comwithout the/v1prefix, then entering1as the version, should work.Actual Behavior
In the latest version, when I add an external connection, or configure it via Helm values or env vars, I get an error when using the try connection button in the UI.
If I don't enter anything in the version field, I get a success response, but then I cannot submit the form, as the API version field is required. Adding 1 or v1 as the API version causes a model not found error to appear in the toast.
This seems to relate to the discussion here: https://github.com/open-webui/open-webui/discussions/13884
This used to work in version v0.6.26, possibly before https://github.com/open-webui/open-webui/issues/17121 was implemented.
Steps to Reproduce
Logs & Screenshots
Additional Information
My suspicion is that somewhere the /v1 prefix is appended already, so the additional /v1 coming from the API version field causes a 404.
@attilaolah commented on GitHub (Oct 6, 2025):
My mistake, the API version should be something like
2025-01-01-preview, and not1which is something you'd set for CLI tools.Sorry.