mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #14490] issue: The v0.6.12 update broke Google AI API support #17273
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 @Epickitrolaz on GitHub (May 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14490
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.12
Ollama Version (if applicable)
No response
Operating System
Debian Linux 12
Browser (if applicable)
Doesn't matter
Confirmation
README.md.Expected Behavior
Hello,
I've been using OpenWebUI for a long time as my main AI provider (docker-compose). I've set up a few API's like OpenAI API, Groq cloud and Google AI Studio.
Everything has been working perfectly until I updated to the latest open-webui docker container (v0.6.12). The webui should request a response from google api and show the user the response.
Actual Behavior
The newest version breaks the google API support, both the website and container logs show: "400: bad request" error. I have verified The issue is not with the api, as it works on my pc (Archlinux), phone (Android; Termux) and a Fedora LXC on my proxmox server. The OpenAI and Groq API's continue to work though.
To resolve the issue i changed the container from open-webui:main to open-webui:v0.6.11 in my docker-compose file. It is working without any issues.
Steps to Reproduce
Logs & Screenshots
Additional Information
I don't believe the browser logs and the configuration are required as the older version of open-webui works just fine with the same configs and browsers.
@tjbck commented on GitHub (May 29, 2025):
#14479
@VideoFX commented on GitHub (May 30, 2025):
400: Open WebUI: Server Connection Error
This was not fixed for me in 0.6.13. Google Gemini API still returns a 400, no matter which model I select, but local models work fine. I am using the default models, no system prompts in the model settings, or user settings, and all default. I tried making a new Admin user, but that didn't help. Rolling back to ghcr.io/open-webui/open-webui:git-b8e1621 fixed it (0.6.11). Why would this still be happening? Im using docker on Ubuntu. Any hints appreciated.
@Epickitrolaz commented on GitHub (May 30, 2025):
After the update all the Gemini, openai, ollama, groq and gpt4free models are working fine for me.
@EntryGoon commented on GitHub (Jun 9, 2025):
for me, 0.6.13 did not solve anything. I have the exact same error. my settings was fine before updating up to 0.6.12. I tried to modify the endpoint and url, settings, etc. without success. I've read that people experimenting this error have actually badly set the UI, but without finding the right parameters... I would be very interested in getting the actual good way to set the google api.