Skip to content

Commit 9ae42ec

Browse files
authored
Apply suggestions from code review
1 parent 0751ca0 commit 9ae42ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/generative-apis/troubleshooting/fixing-common-issues.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Below are common issues that you may encounter when using Generative APIs, their
3434
- You consumed too many tokens (input and output) with your API requests over a given minute
3535

3636
### 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).
3939
- [Ask our support](https://console.scaleway.com/support/tickets/create) to raise your quota.
4040
- Reduce the size of the input or output tokens processed by your API requests.
4141
- 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
4646
- You kept too many API requests opened at the same time (number of HTTP sessions opened in parallel)
4747

4848
### 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).
5050
- 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.
5151

5252

0 commit comments

Comments
 (0)