Skip to content

Commit 541abc9

Browse files
authored
chore(groq): removed deprecated groq-transcription model (#10791)
## Background Support for `distil-whisper-large-v3-en` model is deprecated. ## Summary Removed `distil-whisper-large-v3-en` model from doc and code.
1 parent 437d4db commit 541abc9

File tree

4 files changed

+34
-32
lines changed

4 files changed

+34
-32
lines changed

.changeset/big-jobs-lick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@ai-sdk/groq': patch
3+
---
4+
5+
Removed deprecated distil-whisper-large-v3-en model from groq transcription

content/docs/03-ai-sdk-core/36-transcription.mdx

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -144,31 +144,30 @@ try {
144144

145145
## Transcription Models
146146

147-
| Provider | Model |
148-
| ------------------------------------------------------------------------- | ---------------------------- |
149-
| [OpenAI](/providers/ai-sdk-providers/openai#transcription-models) | `whisper-1` |
150-
| [OpenAI](/providers/ai-sdk-providers/openai#transcription-models) | `gpt-4o-transcribe` |
151-
| [OpenAI](/providers/ai-sdk-providers/openai#transcription-models) | `gpt-4o-mini-transcribe` |
152-
| [ElevenLabs](/providers/ai-sdk-providers/elevenlabs#transcription-models) | `scribe_v1` |
153-
| [ElevenLabs](/providers/ai-sdk-providers/elevenlabs#transcription-models) | `scribe_v1_experimental` |
154-
| [Groq](/providers/ai-sdk-providers/groq#transcription-models) | `whisper-large-v3-turbo` |
155-
| [Groq](/providers/ai-sdk-providers/groq#transcription-models) | `distil-whisper-large-v3-en` |
156-
| [Groq](/providers/ai-sdk-providers/groq#transcription-models) | `whisper-large-v3` |
157-
| [Azure OpenAI](/providers/ai-sdk-providers/azure#transcription-models) | `whisper-1` |
158-
| [Azure OpenAI](/providers/ai-sdk-providers/azure#transcription-models) | `gpt-4o-transcribe` |
159-
| [Azure OpenAI](/providers/ai-sdk-providers/azure#transcription-models) | `gpt-4o-mini-transcribe` |
160-
| [Rev.ai](/providers/ai-sdk-providers/revai#transcription-models) | `machine` |
161-
| [Rev.ai](/providers/ai-sdk-providers/revai#transcription-models) | `low_cost` |
162-
| [Rev.ai](/providers/ai-sdk-providers/revai#transcription-models) | `fusion` |
163-
| [Deepgram](/providers/ai-sdk-providers/deepgram#transcription-models) | `base` (+ variants) |
164-
| [Deepgram](/providers/ai-sdk-providers/deepgram#transcription-models) | `enhanced` (+ variants) |
165-
| [Deepgram](/providers/ai-sdk-providers/deepgram#transcription-models) | `nova` (+ variants) |
166-
| [Deepgram](/providers/ai-sdk-providers/deepgram#transcription-models) | `nova-2` (+ variants) |
167-
| [Deepgram](/providers/ai-sdk-providers/deepgram#transcription-models) | `nova-3` (+ variants) |
168-
| [Gladia](/providers/ai-sdk-providers/gladia#transcription-models) | `default` |
169-
| [AssemblyAI](/providers/ai-sdk-providers/assemblyai#transcription-models) | `best` |
170-
| [AssemblyAI](/providers/ai-sdk-providers/assemblyai#transcription-models) | `nano` |
171-
| [Fal](/providers/ai-sdk-providers/fal#transcription-models) | `whisper` |
172-
| [Fal](/providers/ai-sdk-providers/fal#transcription-models) | `wizper` |
147+
| Provider | Model |
148+
| ------------------------------------------------------------------------- | ------------------------ |
149+
| [OpenAI](/providers/ai-sdk-providers/openai#transcription-models) | `whisper-1` |
150+
| [OpenAI](/providers/ai-sdk-providers/openai#transcription-models) | `gpt-4o-transcribe` |
151+
| [OpenAI](/providers/ai-sdk-providers/openai#transcription-models) | `gpt-4o-mini-transcribe` |
152+
| [ElevenLabs](/providers/ai-sdk-providers/elevenlabs#transcription-models) | `scribe_v1` |
153+
| [ElevenLabs](/providers/ai-sdk-providers/elevenlabs#transcription-models) | `scribe_v1_experimental` |
154+
| [Groq](/providers/ai-sdk-providers/groq#transcription-models) | `whisper-large-v3-turbo` |
155+
| [Groq](/providers/ai-sdk-providers/groq#transcription-models) | `whisper-large-v3` |
156+
| [Azure OpenAI](/providers/ai-sdk-providers/azure#transcription-models) | `whisper-1` |
157+
| [Azure OpenAI](/providers/ai-sdk-providers/azure#transcription-models) | `gpt-4o-transcribe` |
158+
| [Azure OpenAI](/providers/ai-sdk-providers/azure#transcription-models) | `gpt-4o-mini-transcribe` |
159+
| [Rev.ai](/providers/ai-sdk-providers/revai#transcription-models) | `machine` |
160+
| [Rev.ai](/providers/ai-sdk-providers/revai#transcription-models) | `low_cost` |
161+
| [Rev.ai](/providers/ai-sdk-providers/revai#transcription-models) | `fusion` |
162+
| [Deepgram](/providers/ai-sdk-providers/deepgram#transcription-models) | `base` (+ variants) |
163+
| [Deepgram](/providers/ai-sdk-providers/deepgram#transcription-models) | `enhanced` (+ variants) |
164+
| [Deepgram](/providers/ai-sdk-providers/deepgram#transcription-models) | `nova` (+ variants) |
165+
| [Deepgram](/providers/ai-sdk-providers/deepgram#transcription-models) | `nova-2` (+ variants) |
166+
| [Deepgram](/providers/ai-sdk-providers/deepgram#transcription-models) | `nova-3` (+ variants) |
167+
| [Gladia](/providers/ai-sdk-providers/gladia#transcription-models) | `default` |
168+
| [AssemblyAI](/providers/ai-sdk-providers/assemblyai#transcription-models) | `best` |
169+
| [AssemblyAI](/providers/ai-sdk-providers/assemblyai#transcription-models) | `nano` |
170+
| [Fal](/providers/ai-sdk-providers/fal#transcription-models) | `whisper` |
171+
| [Fal](/providers/ai-sdk-providers/fal#transcription-models) | `wizper` |
173172

174173
Above are a small subset of the transcription models supported by the AI SDK providers. For more, see the respective provider documentation.

content/providers/01-ai-sdk-providers/09-groq.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,7 @@ The following provider options are available:
458458

459459
### Model Capabilities
460460

461-
| Model | Transcription | Duration | Segments | Language |
462-
| ---------------------------- | ------------------- | ------------------- | ------------------- | ------------------- |
463-
| `whisper-large-v3` | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> |
464-
| `whisper-large-v3-turbo` | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> |
465-
| `distil-whisper-large-v3-en` | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> |
461+
| Model | Transcription | Duration | Segments | Language |
462+
| ------------------------ | ------------------- | ------------------- | ------------------- | ------------------- |
463+
| `whisper-large-v3` | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> |
464+
| `whisper-large-v3-turbo` | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> | <Check size={18} /> |
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export type GroqTranscriptionModelId =
22
| 'whisper-large-v3-turbo'
3-
| 'distil-whisper-large-v3-en'
43
| 'whisper-large-v3'
54
| (string & {});

0 commit comments

Comments
 (0)