Error Codes
All errors return a JSON body with a detail field.
400Bad RequestMalformed JSON body401UnauthorizedMissing or invalid Authorization header403ForbiddenAPI key lacks permission or job belongs to another key404Not FoundJob ID does not exist422Unprocessable EntityValidation failure. Check the detail field for specifics.429Too Many RequestsRate limit exceeded. Check X-RateLimit-Reset header.500Server ErrorModel inference error. See the detail field for the reason.Error Response Shape
{
"detail": "Unknown model 'foo'. Available: ['chronos', 'chronos-2', ...]"
}