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: ai-data/generative-apis/api-cli/understanding-errors.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ content:
7
7
paragraph: This page explains how to understand errors with Generative APIs
8
8
tags: generative-apis ai-data understanding-data
9
9
dates:
10
-
validation: 2024-09-02
10
+
validation: 2024-10-31
11
11
posted: 2024-09-02
12
12
---
13
13
@@ -32,6 +32,8 @@ Below are usual HTTP error codes:
32
32
- 404 - **Route Not Found**: The requested resource could not be found. Check your request is being made to the correct endpoint.
33
33
- 422 - **Model Not Found**: The `model` key is present in the request payload, but the corresponding model is not found.
34
34
- 422 - **Missing Model**: The `model` key is missing from the request payload.
35
+
- 429 - **Too Many Requests**: You are exceeding your current quota for the requested model, calculated in requests per minute. Find rate limits on [this page](/ai-data/generative-apis/reference-content/rate-limits/)
36
+
- 429 - **Too Many Tokens**: You are exceeding your current quota for the requested model, calculated in tokens per minute. Find rate limits on [this page](/ai-data/generative-apis/reference-content/rate-limits/)
35
37
- 500 - **API error**: An unexpected internal error has occurred within Scaleway's systems. If the issue persists, please [open a support ticket](https://console.scaleway.com/support/tickets/create).
36
38
37
39
For streaming responses via SSE, 5xx errors may occur after a 200 response has been returned.
0 commit comments