Marcello
03/10/2026, 6:05 PMVapi Support Bot
03/10/2026, 6:06 PMkeyterm for Nova-3 or keywords for Nova-2) in your transcriber configuration? This can sometimes improve recognition of specific number formats.
If possible, please share a sample of your current transcriber configuration (excluding any sensitive information).
Sources:
- [Deepgram Transcriber Documentation](https://docs.vapi.ai/providers/transcriber/deepgram)
- [Deepgram Custom Keywords & Keyterm Prompting](https://docs.vapi.ai/customization/custom-keywords)Marcello
03/10/2026, 6:18 PMMarcello
03/11/2026, 6:47 AMMarcello
03/11/2026, 2:15 PMVapi Support Bot
03/11/2026, 2:16 PMsmartFormat enabled in your transcriber configuration. Here’s an example:
json
"transcriber": {
"provider": "deepgram",
"model": "nova-3",
"language": "pl",
"smartFormat": true
}
If the issue persists with smartFormat enabled, please let us know so we can escalate this as a potential integration issue.
Source: [Deepgram Transcriber Documentation](https://docs.vapi.ai/providers/transcriber/deepgram)Marcello
03/11/2026, 2:37 PMMarcello
03/11/2026, 2:37 PMVapi Support Bot
03/11/2026, 2:38 PMsmartFormat for Deepgram in the Vapi dashboard, look for your assistant's configuration section—typically under "Transcriber" or "Advanced Settings." If available, set the smartFormat option to true. If you don't see this toggle in the dashboard UI, you may need to switch to the JSON or "Raw Config" editor and add:
json
"smartFormat": true
If the option is not visible, please contact Vapi support for dashboard-specific guidance.
Source: [Deepgram Transcriber Documentation](https://docs.vapi.ai/providers/transcriber/deepgram)Marcello
03/11/2026, 2:45 PM