diff --git a/fern/pages/02-speech-to-text/pre-recorded-audio/select-the-speech-model-with-best-and-nano.mdx b/fern/pages/02-speech-to-text/pre-recorded-audio/select-the-speech-model-with-best-and-nano.mdx index 698c0fbc..77aa84f7 100644 --- a/fern/pages/02-speech-to-text/pre-recorded-audio/select-the-speech-model-with-best-and-nano.mdx +++ b/fern/pages/02-speech-to-text/pre-recorded-audio/select-the-speech-model-with-best-and-nano.mdx @@ -17,7 +17,7 @@ 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. | @@ -25,7 +25,7 @@ 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. | @@ -33,7 +33,7 @@ The `speech_models` parameter lets you specify which model to use for transcript | 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. |