Skip to content

Commit 5de53f4

Browse files
authored
feat(genapi): update whisper and voxtral properties
1 parent b532d34 commit 5de53f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pages/generative-apis/reference-content/supported-models.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ Our API supports the most popular models for [Chat](/generative-apis/how-to/quer
2424
|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
2525
| Mistral | `voxtral-small-24b-2507` | 32k | 8192 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/mistralai/Voxtral-Small-24B-2507) |
2626

27+
### Audio transcription models
28+
29+
| Provider | Model string | Maximum audio duration (Minutes) | Chunk size (Seconds) | Maximum file size (MB) | License | Model card |
30+
|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
31+
| Mistral | `voxtral-small-24b-2507` | 30 | 30 | 25 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/mistralai/Voxtral-Small-24B-2507) |
32+
| OpenAI | `whisper-large-v3` | - | 30 | 25 | [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) | [HF](https://huggingface.co/openai/whisper-large-v3) |
33+
2734
## Chat models
2835

2936
| Provider | Model string | Context window (Tokens) | Maximum output (Tokens)| License | Model card |

0 commit comments

Comments
 (0)