HTTP status
503 api_error
Typical cause
All providers capable of serving the requested model are temporarily unavailable (e.g., all are rate-limited, down, or have no valid key candidates). This is a transient condition — distinct from capability or constraint mismatches, which return specific 400-level codes.Resolution
Retry with exponential backoff, honoring theRetry-After header if present.