Originally created by @U8F69 on GitHub (May 29, 2025).
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
I have searched the existing issues and discussions.
I am using the latest version of Open WebUI.
Installation Method
Git Clone
Open WebUI Version
v0.6.12
Ollama Version (if applicable)
No response
Operating System
MacOS
Browser (if applicable)
No response
Confirmation
I have read and followed all instructions in README.md.
I am using the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have provided every relevant configuration, setting, and environment variable used in my setup.
I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
Start with the initial platform/version/OS and dependencies used,
Specify exact install/launch/configure commands,
List URLs visited, user input (incl. example values/emails/passwords if needed),
Describe all options and toggles enabled or changed,
Include any files or environmental changes,
Identify the expected and actual result at each stage,
Ensure any reasonably skilled user can follow and hit the same issue.
Expected Behavior
Call API with Status 200
Actual Behavior
stream_response was added to body because this commit
OpenAI's API will return a 400 response because stream_response in the body
Steps to Reproduce
Set stream_response to any value in admin panel
Create chat
Logs & Screenshots
Additional Information
No response
Originally created by @U8F69 on GitHub (May 29, 2025).
Originally assigned to: @tjbck on GitHub.
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
### Installation Method
Git Clone
### Open WebUI Version
v0.6.12
### Ollama Version (if applicable)
_No response_
### Operating System
MacOS
### Browser (if applicable)
_No response_
### Confirmation
- [x] I have read and followed all instructions in `README.md`.
- [x] I am using the latest version of **both** Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.**
- [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
- [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps:
- Start with the initial platform/version/OS and dependencies used,
- Specify exact install/launch/configure commands,
- List URLs visited, user input (incl. example values/emails/passwords if needed),
- Describe all options and toggles enabled or changed,
- Include any files or environmental changes,
- Identify the expected and actual result at each stage,
- Ensure any reasonably skilled user can follow and hit the same issue.
### Expected Behavior
Call API with Status 200
### Actual Behavior
stream_response was added to body because this commit
https://github.com/open-webui/open-webui/commit/bb4115fa0edbb610f1d3f98c2a02e070579cfdca
OpenAI's API will return a 400 response because stream_response in the body
### Steps to Reproduce
1. Set stream_response to any value in admin panel
2. Create chat
### Logs & Screenshots
<img width="1153" alt="Image" src="https://github.com/user-attachments/assets/bcfb0f16-0137-4141-978d-10019022db56" />
### Additional Information
_No response_
GiteaMirror
added the bug label 2025-11-11 16:19:20 -06:00
@AntonLisovoy I’d like to know how did you get Anthropic models working with Open WebUI?
@i0ntempest commented on GitHub (May 29, 2025):
> Same error for OpenAI and Anthropic models.
@AntonLisovoy I’d like to know how did you get Anthropic models working with Open WebUI?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @U8F69 on GitHub (May 29, 2025).
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.6.12
Ollama Version (if applicable)
No response
Operating System
MacOS
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Call API with Status 200
Actual Behavior
stream_response was added to body because this commit
https://github.com/open-webui/open-webui/commit/bb4115fa0edbb610f1d3f98c2a02e070579cfdca
OpenAI's API will return a 400 response because stream_response in the body
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@AntonLisovoy commented on GitHub (May 29, 2025):
Same error for OpenAI and Anthropic models.
@NewEpoch2020 commented on GitHub (May 29, 2025):
Also for Gemini models
@wociscz commented on GitHub (May 29, 2025):
Same here. Rollback to previous version as temporary fix (v0.6.11)
24adbad86571docker image@tjbck commented on GitHub (May 29, 2025):
#14479
@i0ntempest commented on GitHub (May 29, 2025):
@AntonLisovoy I’d like to know how did you get Anthropic models working with Open WebUI?