Inference · AsyncAPI Specification

Inference Webhooks

Version

View Spec View on GitHub CompanyArtificial IntelligenceMachine-LearningLLMInferenceObservabilityModel TrainingModel DeploymentMCPCrypto Web3AsyncAPIEvents

AsyncAPI Specification

inference-webhooks.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.inference.net/api/async-inference/webhooks/quick-reference
spec_type: Webhooks
docs: https://docs.inference.net/api/async-inference/webhooks/getting-started-with-webhooks
description: >-
  Webhooks deliver results of asynchronous inference (batch and grouped requests).
  Each delivery is a JSON envelope with top-level `event`, `timestamp`, and
  `webhook_id`, plus a `data` object holding the result (state, message, original
  request, and an OpenAI-format `response`). Individual events carry `generation_id`;
  batch/group events carry `group_id`.
events:
- name: generation.completed
  description: Fires when a chat completion finishes.
- name: async-embedding.completed
  description: Fires when an embedding request completes.
- name: slow-group.completed
  description: Fires when a batch of grouped requests finishes.
headers:
- X-Inference-Event
- X-Inference-Webhook-ID
- X-Inference-Generation-ID
- X-Inference-Group-ID
- User-Agent
- Content-Type
envelope:
  fields:
  - event
  - timestamp
  - webhook_id
  - data
  data_fields:
  - state
  - message
  - request
  - response
notes:
- The quick-reference did not document a signature/HMAC verification header; the
  listed X-Inference-* headers are informational. Not asserting signed webhooks.

Work with this as data

Every AsyncAPI spec here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for asyncapi

4 MCP tools reach this
  • find_asyncapisBrowse and filter every AsyncAPI spec in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This AsyncAPI spec
curl "https://apis.io/api/v1/asyncapis/inference-webhooks"
All asyncapi
curl "https://apis.io/api/v1/asyncapis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.