> ## Documentation Index
> Fetch the complete documentation index at: https://www.vibecodeapp.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenAI GPT-5.1 Streaming

> Streaming GPT-5.1 responses for real-time chat interfaces

OpenAI GPT-5.1 Streaming uses the Responses API with native streaming support.

It is built for interfaces where users should see text arrive live as the model responds.

## Best For

* Chat interfaces with live token updates
* Customer support chat
* AI copilots
* Real-time assistant UIs

## Features

* Native streaming output
* Real-time chat experience
* Multi-turn conversation support
* Can be used with image analysis flows

## Ask Vibecode

Tell the AI:

> "Add a streaming AI chat experience with GPT-5.1 so users can see the response appear live as it is generated."

The AI will set up the backend and frontend flow automatically.

## Choose This If

Choose GPT-5.1 Streaming when the product experience depends on live token-by-token output. If you just need a strong non-streaming model, [OpenAI GPT-5.1](/integrations/openai-gpt-5-1) is the simpler choice.

<CardGroup cols={2}>
  <Card title="Browse All Integrations" icon="grid-2" href="/integrations/index">
    See the full integrations catalog
  </Card>

  <Card title="OpenAI GPT-5.1" icon="message-bot" href="/integrations/openai-gpt-5-1">
    Non-streaming GPT-5.1
  </Card>
</CardGroup>
