Does Vapi also support to deepgram's enhanced-gene...
# support
a
I couldn't choose any other models apart from Nova-2 under deepgram. Also tried creating an assistant through API. Is it a bug or Vapi doesn't support other models?
v
@aathithyapravin VAPI does support a variety of models, and you should be able to choose from different models provided by Deepgram or any other transcriber providers we support. If you're experiencing issues selecting a different model, it might be a temporary glitch or a specific limitation for the language or provider you've chosen. To assist you better, could you please provide me with more details about the language and the specific models you are trying to use? This will help me understand if there's a limitation or if we need to look into a potential bug.
You can continue this conversation by mentioning me in the message.
s
@aathithyapravin you can use `enhanced-general`model through API.
example_curl_request
Copy code
curl -X PATCH https://api.vapi.ai/assistant/insert-your-assistant-id-here \
     -H "Authorization: Bearer insert-your-key-here" \
     -H "Content-Type: application/json" \
     -d '{
  "transcriber": {
    "provider": "deepgram",
    "model": "enhanced-general"
  }
}'
https://cdn.discordapp.com/attachments/1325066058800955443/1325752110137999410/Screenshot_2025-01-06_at_14.33.51.png?ex=677cee5e&is=677b9cde&hm=d49147f57fcb3bf067e0edc3cfe0bbc1e0f6dea6ff40199148c4aaa6c7feef65&
2 Views