From f502b21a8d79022b630414300e18549cb18667d6 Mon Sep 17 00:00:00 2001 From: fpagny Date: Tue, 23 Sep 2025 12:08:47 +0200 Subject: [PATCH 1/2] feat(genapi): update quotas --- .../additional-content/organization-quotas.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/organizations-and-projects/additional-content/organization-quotas.mdx b/pages/organizations-and-projects/additional-content/organization-quotas.mdx index 86c26f95d3..7371f55fcf 100644 --- a/pages/organizations-and-projects/additional-content/organization-quotas.mdx +++ b/pages/organizations-and-projects/additional-content/organization-quotas.mdx @@ -197,18 +197,18 @@ Generative APIs are rate limited based on: |-------------|:----------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------:| | gemma-3-27b-it | 200k | 400k | | llama-3.3-70b-instruct | 200k | 400k | -| llama-3.1-70b-instruct | 200k | 200k | -| llama-3.1-8b-instruct | 200k | 200k | -| deepseek-r1-distill-llama-70b | 200k | 200k | +| llama-3.1-70b-instruct | 200k | 400k | +| llama-3.1-8b-instruct | 200k | 400k | +| deepseek-r1-distill-llama-70b | 200k | 400k | | mistral-small-3.1-24b-instruct-2503 | 200k | 400k | | mistral-small-3.2-24b-instruct-2506 | 200k | 400k | -| mistral-nemo-instruct-2407 | 200k | 200k | -| pixtral-12b-2409 | 200k | 200k | -| qwen3-235b-a22b-instruct-2507 | 40k | 40k | +| mistral-nemo-instruct-2407 | 200k | 400k | +| pixtral-12b-2409 | 200k | 400k | +| qwen3-235b-a22b-instruct-2507 | 200k | 400k | | qwen2.5-coder-32b-instruct | 200k | 400k | | qwen3-coder-30b-a3b-instruct | 200k | 400k | | gpt-oss-120b | 200k | 400k | -| bge-multilingual-gemma2 | 200k | 200k | +| bge-multilingual-gemma2 | 200k | 400k | | 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/) | @@ -222,7 +222,7 @@ Generative APIs are rate limited based on: | mistral-small-3.2-24b-instruct-2506 | 300 | 600 | | mistral-nemo-instruct-2407 | 300 | 300 | | pixtral-12b-2409 | 300 | 300 | -| qwen3-235b-a22b-instruct-2507 | 300 | 300 | +| qwen3-235b-a22b-instruct-2507 | 300 | 600 | | qwen2.5-coder-32b-instruct | 300 | 600 | | qwen3-coder-30b-a3b-instruct | 300 | 600 | | gpt-oss-120b | 300 | 600 | From 0adf6d6bf4ea7334ca98e0efbf41122989e91ebe Mon Sep 17 00:00:00 2001 From: fpagny Date: Tue, 23 Sep 2025 12:10:24 +0200 Subject: [PATCH 2/2] feat(genapi): update requests quotas --- .../additional-content/organization-quotas.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/organizations-and-projects/additional-content/organization-quotas.mdx b/pages/organizations-and-projects/additional-content/organization-quotas.mdx index 7371f55fcf..0b4e9ace02 100644 --- a/pages/organizations-and-projects/additional-content/organization-quotas.mdx +++ b/pages/organizations-and-projects/additional-content/organization-quotas.mdx @@ -215,18 +215,18 @@ Generative APIs are rate limited based on: |-------------|:----------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------:| | gemma-3-27b-it | 300 | 600 | | llama-3.3-70b-instruct | 300 | 600 | -| llama-3.1-70b-instruct | 300 | 300 | -| llama-3.1-8b-instruct | 300 | 300 | -| deepseek-r1-distill-llama-70b | 300 | 300 | +| llama-3.1-70b-instruct | 300 | 600 | +| llama-3.1-8b-instruct | 300 | 600 | +| deepseek-r1-distill-llama-70b | 300 | 600 | | mistral-small-3.1-24b-instruct-2503 | 300 | 600 | | mistral-small-3.2-24b-instruct-2506 | 300 | 600 | -| mistral-nemo-instruct-2407 | 300 | 300 | -| pixtral-12b-2409 | 300 | 300 | +| mistral-nemo-instruct-2407 | 300 | 600 | +| pixtral-12b-2409 | 300 | 600 | | qwen3-235b-a22b-instruct-2507 | 300 | 600 | | qwen2.5-coder-32b-instruct | 300 | 600 | | qwen3-coder-30b-a3b-instruct | 300 | 600 | | gpt-oss-120b | 300 | 600 | -| bge-multilingual-gemma2 | 300 | 300 | +| bge-multilingual-gemma2 | 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/) | |-------------|:----------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------:|