Envelope
Errors return a JSON body withcode, message, and optional errors[]:
Status codes
Common codes
Run failures
WhenPOST /v1/models/.../runs succeeds but the run later fails, the run object carries failure_code, failure_stage, and failure_message:
Retry strategy
5xxand429: exponential backoff with jitter, max 5 attempts.4xxother than429: do not retry, fix the request.- Network errors: same as
5xx.
Related
Authentication
401 and Bearer header detail.
Pricing
402 and credit balance.