mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 05:47:50 -05:00
[GH-ISSUE #17372] issue: Parasail does not work with OWUI #88999
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 @frenzybiscuit on GitHub (Sep 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17372
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.6.28
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Works as expected
Actual Behavior
Parasail does not work with OWUI. It connects, but when going to chat no text input is received.
Steps to Reproduce
Get a key from https://www.parasail.io/
Use https://api.parasail.io/v1 for OpenAI external
Input key, configure model (in my case, deepseek v3 0324)
Watch nothing happen when chatting.
Logs & Screenshots
2025-09-11 10:11:40.320 | ERROR | open_webui.routers.openai:generate_chat_completion:929 - Expecting value: line 1 column 1 (char 0)
Additional Information
If I use LiteLLM it works with OWUI, but this is not what I want to do.
@tjbck commented on GitHub (Sep 11, 2025):
Is parasail compatible with OpenAI Chat completion specs?