cohere
Generates a text response to a user message and streams it down, token by token.
3 channels
across 1 AsyncAPI spec
· Provider profile
Channels
-
Cohere v1 Chat streaming endpoint (legacy). Sent as `POST /v1/chat` with `"stream": true`. Returns a `text/event-stream` body whose events are discriminated by the `event_type` field. Documented evenCohere Streaming API
-
Cohere v1 Generate streaming endpoint (legacy; superseded by `/v2/chat`). Sent as `POST /v1/generate` with `"stream": true`. Returns a sequence of JSON chunks. Each chunk carries incremental generatioCohere Streaming API
-
Cohere v2 Chat streaming endpoint. The client sends a single HTTPS POST with `"stream": true`; Cohere returns a `text/event-stream` response. Each event on the wire is a typed object discriminated byCohere Streaming API