Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 @@ -24,6 +24,13 @@ Our API supports the most popular models for [Chat](/generative-apis/how-to/quer
|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
| 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) |

### Audio transcription models

| Provider | Model string | Maximum audio duration (Minutes) | Chunk size (Seconds) | Maximum file size (MB) | License | Model card |
|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
| 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) |
| 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) |

## Chat models

| Provider | Model string | Context window (Tokens) | Maximum output (Tokens)| License | Model card |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ Generative APIs are rate limited based on:
| gpt-oss-120b | 200k | 400k |
| bge-multilingual-gemma2 | 200k | 400k |

| Audio seconds per minute | [Payment method validated](/billing/how-to/add-payment-method/#how-to-add-a-credit-card) | Payment method and [identity validated](/account/how-to/verify-identity/) |
|-------------|:----------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------:|
| voxtral-small-24b-2507 | 1800 | 3600 |
| whisper-large-v3 | 1800 | 3600 |


| Requests per minute | [Payment method validated](/billing/how-to/add-payment-method/#how-to-add-a-credit-card) | Payment method and [identity validated](/account/how-to/verify-identity/) |
|-------------|:----------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------:|
Expand All @@ -228,6 +233,7 @@ Generative APIs are rate limited based on:
| qwen3-coder-30b-a3b-instruct | 300 | 600 |
| gpt-oss-120b | 300 | 600 |
| bge-multilingual-gemma2 | 300 | 600 |
| whisper-large-v3 | 300 | 600 |

| Concurrent requests | [Payment method validated](/billing/how-to/add-payment-method/#how-to-add-a-credit-card) | Payment method and [identity validated](/account/how-to/verify-identity/) |
|-------------|:----------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------:|
Expand Down