AsyncAPI channel · Google Gemini · Google Gemini Streaming and Live API

/v1beta/{model}:streamGenerateContent

HTTP POST endpoint that streams a sequence of GenerateContentResponse objects as server-sent events. The request body is a GenerateContentRequest; the response is text/event-stream.

Provider: Google Gemini AsyncAPI: v2.6.0 Spec: Google Gemini Streaming and Live API Operations: 2 Messages: 2

Channel address

/v1beta/{model}:streamGenerateContent

Parameters

Operations

publish
streamGenerateContentRequest
Send a streamGenerateContent request.
streamGenerateContentResponse
Receive streamed GenerateContentResponse SSE events.

Messages

GenerateContentRequest
Request body for streamGenerateContent. Has the same fields as the non-streaming generateContent call.
Content-Type: application/json
GenerateContentResponse
A single server-sent event in the streamGenerateContent response stream. Each event is a complete GenerateContentResponse JSON object containing one or more candidates with partial content.
Content-Type: text/event-stream

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.