Webhooks
Receive inference results asynchronously via HTTP callbacks.Webhooks are a feature of the DeepInfra Native API. They are not supported with the OpenAI-compatible API. Webhooks let you submit an inference request and receive the result via an HTTP callback, instead of waiting for the response synchronously. This is useful for long-running requests or fire-and-forget workloads.
How it works
Add awebhook parameter to your request. The API immediately responds with status queued, then calls your webhook URL with the result once inference is complete.
