Featherless AI Chat Completions Streaming (HTTP + SSE)
Version 1.0.0
AsyncAPI 2.6 description of Featherless AI's **chat completion streaming** surface. Featherless AI's core inference API is OpenAI-compatible and does not publish a WebSocket API for chat. The asynchronous / event-style transport documented at https://featherless.ai/docs/completions is **HTTP Server-Sent Events (SSE)** delivered over the same REST endpoint (`POST /chat/completions`) when the request body sets `stream: true`. SSE is a one-way, server-to-client HTTP streaming channel; it is **not** WebSocket. This AsyncAPI document models only the streamed events emitted by the SSE response. The request body (model, messages, sampling params) is modeled in the companion OpenAPI document at `openapi/featherless-openapi.yml`. Featherless separately offers a Realtime API (beta) following the OpenAI Realtime audio protocol; that beta audio surface is not modeled here.
Channels
Messages
Servers
api.featherless.ai/v1