File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
pages/generative-apis/reference-content Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments