Error codes
An overview on error status codes, causes, and quick fix solutions
Code | Cause | Solution |
---|---|---|
401 - Authentication Error | Missing or Invalid API Key | Ensure you are using the correct API Key and supplying it correctly |
404 - Not Found | Invalid Endpoint URL or model name | Check your request is being made to the correct endpoint (see the API reference page for details) and the model being queried is available |
429 - Rate limit reached | Too many requests sent in a short period of time | Throttle the rate at which requests are sent to our servers |
500 - Invalid Request | Misconfigured request | Ensure your request is a Valid JSON and your API Key is correct |
504 - Timeout | Our servers are overloaded with requests and could not process your request on time | Please try again after a wait. If the the issue persists, please contact support |
503 - Engine Overloaded | Our servers are seeing high amounts of traffic | Please retry again after a brief wait |
529 - Server Error | Error on our servers | This is an issue from our end. Please try again after a wait. If the issue persists, please contact support |
If you are seeing other error codes or the solutions do not work, please see the Contact Support page for help.
Updated 9 days ago