Skip to content

Errors

Parel returns OpenAI-style error envelopes.

{
"error": {
"message": "Model not found",
"type": "invalid_request_error",
"param": "model",
"code": "model_not_found"
}
}
StatusCodeMeaning
400invalid_request_errorRequest body or parameter is invalid
401invalid_api_keyMissing or invalid API key
402insufficient_balanceAccount balance is too low
403forbiddenAccount cannot access the resource
404model_not_foundModel or route resource was not found
429rate_limit_exceededToo many requests
502provider_errorUpstream provider failed
503service_unavailableTemporary capacity or service issue

When reporting an issue, include the response status, model ID, approximate timestamp, and any request ID returned by the API.