You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using nova-3 model with both language=multi and keyterm parameters the API returns 400 Invalid response status
Steps to reproduce
Here's my wss URL: wss://api.deepgram.com/v1/listen?model=nova-3&punctuate=true&smart_format=true&no_delay=false&interim_results=true&encoding=linear16&vad_events=true&sample_rate=48000&channels=1&endpointing=100&filler_words=true&profanity_filter=false&numerals=false&mip_opt_out=false&keyterm=Gigaverse&keyterm=factcheck&keyterm=poll&keyterm=onboard&language=multi'
Ideally we would be able to use both keyterm and language=multi functionality without problems
Please tell us about your environment
since this is an API response code its unlikely to be on our side
but using windows, python 3.12, latest 0.7.3 sdk
The text was updated successfully, but these errors were encountered:
aviadr1
changed the title
nova-3 with language=multi incompatible with keyterms parameternova-3 with language=multi incompatible with keyterm parameters
Apr 9, 2025
What is the current behavior?
when using
nova-3
model with bothlanguage=multi
andkeyterm
parameters the API returns 400 Invalid response statusSteps to reproduce
Here's my wss URL:
wss://api.deepgram.com/v1/listen?model=nova-3&punctuate=true&smart_format=true&no_delay=false&interim_results=true&encoding=linear16&vad_events=true&sample_rate=48000&channels=1&endpointing=100&filler_words=true&profanity_filter=false&numerals=false&mip_opt_out=false&keyterm=Gigaverse&keyterm=factcheck&keyterm=poll&keyterm=onboard&language=multi'
log:
Expected behavior
Ideally we would be able to use both keyterm and language=multi functionality without problems
Please tell us about your environment
since this is an API response code its unlikely to be on our side
but using windows, python 3.12, latest 0.7.3 sdk
The text was updated successfully, but these errors were encountered: