The problem is OWUI is adding this extra "/embeddings" to the URL openai batch embeddings: 400 Client Error: Bad Request for url: https://generativelanguage.googleapis.com/v1beta/openai**/embeddings** the solution is to just don't add that.
Originally created by @AlgorithmicKing737 on GitHub (Mar 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11714
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
### Problem Description
When I put embedding model engine to OpenAI and input the url "https://generativelanguage.googleapis.com/v1beta/openai" and input everything else (API, model etc.) it doesn't work
### Desired Solution you'd like
The problem is OWUI is adding this extra "/embeddings" to the URL `openai batch embeddings: 400 Client Error: Bad Request for url: https://generativelanguage.googleapis.com/v1beta/openai**/embeddings** ` the solution is to just don't add that.

https://ai.google.dev/gemini-api/docs/openai#embeddings
### Alternatives Considered
_No response_
### Additional Context
_No response_
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 @AlgorithmicKing737 on GitHub (Mar 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11714
Check Existing Issues
Problem Description
When I put embedding model engine to OpenAI and input the url "https://generativelanguage.googleapis.com/v1beta/openai" and input everything else (API, model etc.) it doesn't work
Desired Solution you'd like
The problem is OWUI is adding this extra "/embeddings" to the URL
openai batch embeddings: 400 Client Error: Bad Request for url: https://generativelanguage.googleapis.com/v1beta/openai**/embeddings**the solution is to just don't add that.https://ai.google.dev/gemini-api/docs/openai#embeddings
Alternatives Considered
No response
Additional Context
No response