| Status Code | Explanation |
|---|---|
| 400 Bad Request | The request is malformed or not understandable by the server, typically indicating a client-side error. |
| 401 Unauthorized | API key validation failed. Please verify whether your API key is correct; other possible reasons include token expiration. |
| 403 Forbidden | This generally indicates insufficient permissions. |
| 404 Not Found | The requested resource was not found. You might be attempting to access a non-existent endpoint. |
| 413 Request Entity Too Large | The request body is too large. You might need to reduce the size of your request payload. |
| 429 Too Many Requests | You have exceeded your rate limit because of too many requests in a short period. |
| 500 Internal Server Error | An internal error occurred on the server. This may be an issue with the OpenAI server and not your fault. |
| 503 Service Unavailable | The server is temporarily unavailable, possibly due to OpenAI performing maintenance or the server being overloaded. |