[GH-ISSUE #8282] audio interaction #15066

Closed
opened 2026-04-19 21:21:34 -05:00 by GiteaMirror · 6 comments
Owner

Originally created by @khalilxg on GitHub (Jan 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8282

so im using latest open-webui web version,

im using openai apis;

so when i click on call or voice-record to interact using voice, i got this error in the frontend "400: This model requires that either input content or output modality contain audio."

when clicking also on call it throws this error too "404: This is not a chat model and thus not supported in the v1/chat/completions endpoint. Did you mean to use v1/completions?"

Originally created by @khalilxg on GitHub (Jan 2, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/8282 so im using latest open-webui web version, im using openai apis; so when i click on call or voice-record to interact using voice, i got this error in the frontend "400: This model requires that either input content or output modality contain audio." when clicking also on call it throws this error too "404: This is not a chat model and thus not supported in the v1/chat/completions endpoint. Did you mean to use v1/completions?"
Author
Owner

@tjbck commented on GitHub (Jan 2, 2025):

Omni models are not supported currently.

<!-- gh-comment-id:2568496076 --> @tjbck commented on GitHub (Jan 2, 2025): `Omni` models are not supported currently.
Author
Owner

@khalilxg commented on GitHub (Jan 2, 2025):

thanks, how about forcing stt to be in certain language, exemple im talking russian i want it to return in russian language not latin :/ docs are in russian language

<!-- gh-comment-id:2568505842 --> @khalilxg commented on GitHub (Jan 2, 2025): thanks, how about forcing stt to be in certain language, exemple im talking russian i want it to return in russian language not latin :/ docs are in russian language
Author
Owner

@khalilxg commented on GitHub (Jan 2, 2025):

all models are returning in latin alphabets now

<!-- gh-comment-id:2568506101 --> @khalilxg commented on GitHub (Jan 2, 2025): all models are returning in latin alphabets now
Author
Owner

@khalilxg commented on GitHub (Jan 2, 2025):

im using whisper api and whisper local, both have same output

<!-- gh-comment-id:2568506339 --> @khalilxg commented on GitHub (Jan 2, 2025): im using whisper api and whisper local, both have same output
Author
Owner

@Blygf commented on GitHub (Jan 3, 2025):

i havc the same issue. will this be fixed? not using chatgpt but when calling, there is an error with the speech, but when i press the read outloud button, there isnt an error: {detail: "400: property 'chat_id' is unsupported, did you mean 'seed'?"}

<!-- gh-comment-id:2569606546 --> @Blygf commented on GitHub (Jan 3, 2025): i havc the same issue. will this be fixed? not using chatgpt but when calling, there is an error with the speech, but when i press the read outloud button, there isnt an error: {detail: "400: property 'chat_id' is unsupported, did you mean 'seed'?"}
Author
Owner

@khalilxg commented on GitHub (Jan 3, 2025):

i havc the same issue. will this be fixed? not using chatgpt but when calling, there is an error with the speech, but when i press the read outloud button, there isnt an error: {detail: "400: property 'chat_id' is unsupported, did you mean 'seed'?"}

BEST solution is to wait or create omni models support, whisper models are not a fiable solution

<!-- gh-comment-id:2569825417 --> @khalilxg commented on GitHub (Jan 3, 2025): > i havc the same issue. will this be fixed? not using chatgpt but when calling, there is an error with the speech, but when i press the read outloud button, there isnt an error: {detail: "400: property 'chat_id' is unsupported, did you mean 'seed'?"} BEST solution is to wait or create omni models support, whisper models are not a fiable solution
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#15066