> ## Documentation Index
> Fetch the complete documentation index at: https://dialnexa.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# DialNexa Supported Transcribers Reference

> Reference the supported DialNexa transcribers, including Deepgram Nova 3, Deepgram Nova 2, Deepgram Flux, and Soniox STT RT v5.

DialNexa supported transcribers are the speech to text options users can select for an agent version. They affect recognition accuracy, language fit, endpoint timing, interruption handling, rate preview, and the transcript evidence shown after calls.

<img src="https://mintcdn.com/dialnexa/O6bVvssz6DpTKOa0/images/documentation/screenshots/transcriber-selector-pricing.jpg?fit=max&auto=format&n=O6bVvssz6DpTKOa0&q=85&s=f8dd1990f9a314901d0b55a9b5467ceb" alt="DialNexa transcriber selector showing the Soniox option for the selected agent language." style={{ width: '100%', maxWidth: '1100px', margin: '8px 0 24px', border: '1px solid #e5e7eb', borderRadius: '6px' }} width="1710" height="985" data-path="images/documentation/screenshots/transcriber-selector-pricing.jpg" />

<Tip>
  If the transcript is wrong, the model is reasoning over the wrong story.
</Tip>

## DialNexa Supported Transcriber Options

| Display name in docs | Selector label  | Provider | Model id                                  | Best for                                                                          |
| -------------------- | --------------- | -------- | ----------------------------------------- | --------------------------------------------------------------------------------- |
| Deepgram Nova 3      | Deepgram Nova 3 | Deepgram | `nova-3`                                  | Default production speech to text, English calls, and broad testing.              |
| Deepgram Nova 2      | Deepgram Nova 2 | Deepgram | `nova-2`                                  | Existing agents tuned on Nova 2 or regression checks.                             |
| Deepgram Flux        | Deepgram Flux   | Deepgram | `flux-general-en` or `flux-general-multi` | English calls and supported multilingual tests that need sharper turn boundaries. |
| Soniox STT RT v5     | Soniox          | Soniox   | `stt-rt-v5`                               | Hindi-English and code-switched conversations.                                    |

## Selection Rules

| Rule                                                            | Effect                                                                                                                                                                                                      |
| --------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| New agents default to Nova 3 where no saved transcriber exists. | Users start with a known listening path.                                                                                                                                                                    |
| Flux can use English or multilingual Deepgram paths.            | English agents use `flux-general-en`; supported non-English and mixed-language agents can use `flux-general-multi` with language hints where DialNexa can derive them.                                      |
| Soniox uses valid language hints.                               | Hindi-English agents send separate `en` and `hi` hints to Soniox instead of an invalid combined code.                                                                                                       |
| Soniox exposes Response Eagerness.                              | The Speech Settings panel shows the patient-to-eager timing slider for supported Soniox paths.                                                                                                              |
| Fallback STT must use a different selectable transcriber.       | The current selector excludes AssemblyAI from primary and fallback choices, and the fallback selector also excludes the current primary transcriber.                                                        |
| Transcriber pricing can appear in the selector.                 | Workspaces using rate preview can see `₹x.xx/min` beside primary options. Fallback choices currently show `₹0.00/min`, while the saved call charge can include a separate plan-resolved fallback line item. |
| Call logs snapshot the model used.                              | Billing and debugging can refer to the exact transcriber model on the call.                                                                                                                                 |

## Transcriber Fields

| Field         | Meaning                                                                                                        |
| ------------- | -------------------------------------------------------------------------------------------------------------- |
| `id`          | DialNexa transcriber id used by agent versions and billing lookup.                                             |
| `provider`    | Speech to text provider, publicly documented as Deepgram or Soniox.                                            |
| `model_id`    | Provider model identifier such as `nova-3`, `nova-2`, `flux-general-en`, `flux-general-multi`, or `stt-rt-v5`. |
| `name`        | Human-readable name shown by the product, with dashboard display labels applied where helpful.                 |
| `description` | Provider model description.                                                                                    |
| `is_deleted`  | Whether the transcriber is unavailable for new selection.                                                      |

## Which Transcriber Should I Start With?

| Question                            | Start with                                                                           |
| ----------------------------------- | ------------------------------------------------------------------------------------ |
| Is the caller mostly English?       | Deepgram Nova 3.                                                                     |
| Is turn-taking the main problem?    | Deepgram Flux for a supported language, then compare against Nova 3 or Soniox.       |
| Will callers mix Hindi and English? | Soniox with Hindi-English language setup.                                            |
| Are post-call fields wrong?         | Review transcript quality before changing extraction fields.                         |
| Are names or product words wrong?   | Test provider, language, recording quality, and prompt examples.                     |
| Is primary STT sometimes slow?      | Enable fallback STT with a different provider and start with a 500 ms fallback wait. |

## Related Reading

<CardGroup cols={2}>
  <Card title="Speech To Text" icon="file-text" href="/docs/voice-ai/speech-to-text-and-transcription">
    Learn how transcribers affect live and post-call behavior.
  </Card>

  <Card title="Speech Settings" icon="sliders-horizontal" href="/docs/agent-settings/speech-settings">
    Tune Response Eagerness, Boosted Keywords, and Denoising Mode.
  </Card>

  <Card title="Latency And Turn Taking" icon="timer" href="/docs/voice-ai/latency-turn-taking-and-interruptions">
    Diagnose timing and interruption issues.
  </Card>

  <Card title="Provider Selection Guide" icon="sliders-horizontal" href="/docs/voice-ai/provider-selection-guide">
    Choose the complete Voice AI stack.
  </Card>
</CardGroup>
