Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ The `speech_models` parameter lets you specify which model to use for transcript
| Name | Parameter | Description |
| --------------------------- | --------------------------------- | ------------------------------------------------------------------------ |
| **Universal-3-Pro** | `speech_models=['universal-3-pro']` | Our highest accuracy model with fine-tuning support and customization via prompting. |
| **Universal-2** | `speech_models=['universal-2']` | Our fastest model with the broadest language coverage. |
| **Universal-2** | `speech_models=['universal-2']` | Our highly accurate, fastest performing model with support across 99 languages. |

</Tab>
<Tab language="javascript-sdk" title="JavaScript SDK">

| Name | Parameter | Description |
| --------------------------- | ----------------------------------- | ------------------------------------------------------------------------ |
| **Universal-3-Pro** | `speech_models: ['universal-3-pro']` | Our highest accuracy model with fine-tuning support and customization via prompting. |
| **Universal-2** | `speech_models: ['universal-2']` | Our fastest model with the broadest language coverage. |
| **Universal-2** | `speech_models: ['universal-2']` | Our highly accurate, fastest performing model with support across 99 languages. |

</Tab>
<Tab language="api" title="API">

| Name | API Parameter | Description |
| --------------------------- | ------------------------------------ | ------------------------------------------------------------------------ |
| **Universal-3-Pro** | `"speech_models": ["universal-3-pro"]` | Our highest accuracy model with fine-tuning support and customization via prompting. |
| **Universal-2** | `"speech_models":["universal-2"]` | Our fastest model with the broadest language coverage. |
| **Universal-2** | `"speech_models":["universal-2"]` | Our highly accurate, fastest performing model with support across 99 languages. |

</Tab>
</Tabs>
Expand Down
Loading