mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #17922] issue: Claude Sonnet 4.5 - temperature and top_p cannot both be specified for this model
#33968
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 @atbtechdigital on GitHub (Sep 30, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17922
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.32
Ollama Version (if applicable)
N/A
Operating System
Windows11 and Ubuntu24.04
Browser (if applicable)
Chromium: 140.0.7339.207
Confirmation
README.md.Expected Behavior
The model provides a response
Actual Behavior
The error gets displayed: Uh-oh! There was an issue with the response.
400: An error occurred (ValidationException) when calling the ConverseStream operation: The model returned the following errors:
temperatureandtop_pcannot both be specified for this model. Please use only one.Steps to Reproduce
https://docs.openwebui.com/tutorials/integrations/amazon-bedrock/
Logs & Screenshots
Additional Information
No response
@Classic298 commented on GitHub (Sep 30, 2025):
Duplicate of
https://github.com/open-webui/open-webui/issues/17901
Check your configuration of the middleware
Claude works for me fine and for another user also. Issue is not open webui related
@Classic298 commented on GitHub (Sep 30, 2025):
BAG has been updated to send the correct params for Sonnet 4.5.
66cb51bb36@atbtechdigital commented on GitHub (Sep 30, 2025):
Just noticed , thx