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.
Channel address
/v1beta/{model}:streamGenerateContent
Parameters
model— Fully qualified model resource name, for example models/gemini-2.5-flash or models/gemini-2.5-pro.
Operations
publish
streamGenerateContentRequest
Send a streamGenerateContent request.
subscribe
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/jsonGenerateContentResponse
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-streamAbout 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 Agent Skill and MCP server surfaces of the same providers.