Skip to content

Commit b430365

Browse files
authored
feat(genapi): add quotas for gemma 3 and mistral small 2503 models (#4870)
* feat(genapi): add quotas for gemma 3 and mistral small 2503 models * fix(genapi): add quotas for deepseek distilled llama
1 parent 8c34ba3 commit b430365

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

pages/organizations-and-projects/additional-content/organization-quotas.mdx

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -177,23 +177,29 @@ Generative APIs are rate limited based on:
177177

178178
| Tokens 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/) |
179179
|-------------|:----------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------:|
180-
| llama-3.3-70b-instruct | 200k | 400k |
181-
| llama-3.1-70b-instruct | 200k | 200k |
182-
| llama-3.1-8b-instruct | 200k | 200k |
183-
| mistral-nemo-instruct-2407 | 200k | 200k |
184-
| pixtral-12b-2409 | 200k | 200k |
185-
| qwen2.5-32b-instruct | 200k | 200k |
186-
| bge-multilingual-gemma2 | 200k | 200k |
180+
| gemma-3-27b-it | 200k | 400k |
181+
| llama-3.3-70b-instruct | 200k | 400k |
182+
| llama-3.1-70b-instruct | 200k | 200k |
183+
| llama-3.1-8b-instruct | 200k | 200k |
184+
| deepseek-r1-distill-llama-70b | 200k | 200k |
185+
| mistral-small-3.1-24b-instruct-2503 | 200k | 400k |
186+
| mistral-nemo-instruct-2407 | 200k | 200k |
187+
| pixtral-12b-2409 | 200k | 200k |
188+
| qwen2.5-32b-instruct | 200k | 200k |
189+
| bge-multilingual-gemma2 | 200k | 200k |
187190

188191
| 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/) |
189192
|-------------|:----------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------:|
190-
| llama-3.3-70b-instruct | 300 | 600 |
191-
| llama-3.1-70b-instruct | 300 | 300 |
192-
| llama-3.1-8b-instruct | 300 | 300 |
193-
| mistral-nemo-instruct-2407 | 300 | 300 |
194-
| pixtral-12b-2409 | 300 | 300 |
195-
| qwen2.5-32b-instruct | 300 | 300 |
196-
| bge-multilingual-gemma2 | 300 | 300 |
193+
| gemma-3-27b-it | 300 | 600 |
194+
| llama-3.3-70b-instruct | 300 | 600 |
195+
| llama-3.1-70b-instruct | 300 | 300 |
196+
| llama-3.1-8b-instruct | 300 | 300 |
197+
| deepseek-r1-distill-llama-70b | 300 | 300 |
198+
| mistral-small-3.1-24b-instruct-2503 | 300 | 600 |
199+
| mistral-nemo-instruct-2407 | 300 | 300 |
200+
| pixtral-12b-2409 | 300 | 300 |
201+
| qwen2.5-32b-instruct | 300 | 300 |
202+
| bge-multilingual-gemma2 | 300 | 300 |
197203

198204
| 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/) |
199205
|-------------|:----------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------:|

0 commit comments

Comments
 (0)