generation_failed
Plugin API error generation_failed — upstream AI provider error.
HTTP 502 · retryable
The upstream AI provider (Replicate, Pollo, Google AI, ...) returned an error or timed out. The job will be automatically retried with exponential backoff up to a small bounded number of attempts; only after the budget is exhausted does the job land in failed and surface this code on subsequent reads.
How to fix
- The platform retries automatically — clients usually don't need to.
- For repeated failures on the same input, file a support request with the
job_idso the platform team can inspect the upstream response captured inwebhook_deliveries.last_response_body. - Try a different
provider/modelcombination if the upstream is degraded.