You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/generative-apis/troubleshooting/fixing-common-issues.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ Below are common issues that you may encounter when using Generative APIs, their
34
34
- You consumed too many tokens (input and output) with your API requests over a given minute
35
35
36
36
### Solution
37
-
- Smooth out your API requests rate by limiting the number of API requests you perform over a given minute so that you remain below your [organization quotas for Generative APIs](https://www.scaleway.com/en/docs/organizations-and-projects/additional-content/organization-quotas/#generative-apis).
38
-
-[Add a payment method](https://www.scaleway.com/en/docs/billing/how-to/add-payment-method/#how-to-add-a-credit-card) and [validate your identity](https://www.scaleway.com/en/docs/account/how-to/verify-identity/) to increase automatically your quotas [based on standard limits](https://www.scaleway.com/en/docs/organizations-and-projects/additional-content/organization-quotas/#generative-apis).
37
+
- Smooth out your API requests rate by limiting the number of API requests you perform over a given minute so that you remain below your [organization quotas for Generative APIs](/en/docs/organizations-and-projects/additional-content/organization-quotas/#generative-apis).
38
+
-[Add a payment method](/en/docs/billing/how-to/add-payment-method/#how-to-add-a-credit-card) and [validate your identity](/en/docs/account/how-to/verify-identity/) to increase automatically your quotas [based on standard limits](/en/docs/organizations-and-projects/additional-content/organization-quotas/#generative-apis).
39
39
-[Ask our support](https://console.scaleway.com/support/tickets/create) to raise your quota.
40
40
- Reduce the size of the input or output tokens processed by your API requests.
41
41
- Use [Managed Inference](/managed-inference/), where these quota do not apply (your throughput will be only limited by the amount of Inference Deployment your provision)
@@ -46,7 +46,7 @@ Below are common issues that you may encounter when using Generative APIs, their
46
46
- You kept too many API requests opened at the same time (number of HTTP sessions opened in parallel)
47
47
48
48
### Solution
49
-
- Smooth out your API requests rate by limiting the number of API requests you perform at the same time (eg. requests which did not receive a complete response and are still opened) so that you remain below your [organization quotas for Generative APIs](https://www.scaleway.com/en/docs/organizations-and-projects/additional-content/organization-quotas/#generative-apis).
49
+
- Smooth out your API requests rate by limiting the number of API requests you perform at the same time (eg. requests which did not receive a complete response and are still opened) so that you remain below your [organization quotas for Generative APIs](/organizations-and-projects/additional-content/organization-quotas/#generative-apis).
50
50
- Use [Managed Inference](/managed-inference/), where concurrent request limit do not apply. Note that exceeding the number of concurrent requests your Inference Deployment can handle may impact performance metrics.
0 commit comments