# Cross-link map: Streaming (/docs/functions/streaming-functions)

> From the Vercel docs graph (built 2026-09-22T05:27:54.083Z), spanning vercel.com docs + KB, nextjs.org, ai-sdk.dev, and other Vercel documentation sites. Full graph as JSON: https://vercel.com/docs/graph.json

## Semantically closest pages

- [Streaming in web applications](https://vercel.com/kb/guide/what-is-streaming?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=semantic) — Learn how streaming works in web applications. Explore benefits, use cases, and implementation details with Vercel Funct
- [Streaming responses from LLMs](https://vercel.com/kb/guide/streaming-from-llm?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=semantic) — Learn how to use the AI SDK to stream LLM responses.
- [Function streaming to be framework-agnostic on Vercel](https://vercel.com/blog/vercel-functions-streaming-to-be-framework-agnostic?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=semantic)
- [An Introduction to Streaming on the Web](https://vercel.com/blog/an-introduction-to-streaming-on-the-web?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=semantic)
- [Vercel Functions](https://vercel.com/docs/functions?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=semantic) — Build API routes, webhooks, and agent request handlers with Vercel Functions, then test and debug them with Vercel CLI.

## This page links to (12)

- [Getting Started](https://ai-sdk.dev/docs/getting-started?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=outbound)
- [Vercel CLI Overview](https://vercel.com/docs/cli?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=outbound) — Learn how to use the Vercel command-line interface \\(CLI\\) to manage and configure your Vercel Projects from the command
- [Working with Drains](https://vercel.com/docs/drains?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=outbound) — Drains collect logs, traces, speed insights, and analytics from your applications. Forward observability data to custom
- [Fluid compute](https://vercel.com/docs/fluid-compute?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=outbound) — Learn about fluid compute, an execution model for Vercel Functions that provides a more flexible and efficient way to ru
- [Vercel Functions](https://vercel.com/docs/functions?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=outbound) — Build API routes, webhooks, and agent request handlers with Vercel Functions, then test and debug them with Vercel CLI.
- [Vercel Functions Limits](https://vercel.com/docs/functions/limitations?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=outbound) — Learn about the limits and restrictions of using Vercel Functions.
- [Vercel Function Logs](https://vercel.com/docs/functions/logs?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=outbound) — Use runtime logs to debug and monitor your Vercel Functions.
- [Getting started with Vercel Functions](https://vercel.com/docs/functions/quickstart?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=outbound) — Build your first Vercel Function in a few steps.
- [Does streaming affect SEO and can streamed content be indexed?](https://vercel.com/kb/guide/does-streaming-affect-seo?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=outbound) — Streamed content does not affect SEO and will still be indexed by Google. Learn more in this guide.
- [Handling Backpressure](https://vercel.com/kb/guide/handling-backpressure?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=outbound) — Learn how to handle backpressure by pushing data into a steam as it's needed, rather than as it's ready.
- [Processing Data Chunks](https://vercel.com/kb/guide/processing-data-chunks?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=outbound) — Learn how to create an API endpoint that processes data chunks.
- [Streaming in web applications](https://vercel.com/kb/guide/what-is-streaming?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=outbound) — Learn how streaming works in web applications. Explore benefits, use cases, and implementation details with Vercel Funct

## Pages that link here (30)

By site: vercel-changelog (4) · vercel-kb (4) · vercel-web (3) · vercel-docs (19)

### From vercel-changelog

- [Python Vercel Functions now have streaming enabled by default](https://vercel.com/changelog/python-vercel-functions-now-have-streaming-enabled-by-default?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound)
- [Streaming is now supported in Vercel Functions for the Python runtime](https://vercel.com/changelog/streaming-is-now-supported-in-vercel-functions-for-the-python-runtime?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound)
- [Streaming now enabled by default for all Node.js Vercel Functions](https://vercel.com/changelog/streaming-now-enabled-by-default-for-all-node-js-vercel-functions?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound)
- [Streaming to be enabled by default for all Node.js Vercel Functions](https://vercel.com/changelog/vercel-functions-to-enable-streaming-by-default?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound)

### From vercel-kb

- [Publish and subscribe to realtime data on Vercel](https://vercel.com/kb/guide/publish-and-subscribe-to-realtime-data-on-vercel?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Learn how to publish and subscribe to realtime data on Vercel with WebSockets, SSE, Redis, and Queues, and when a manage
- [Production architecture for a RAG chatbot on Vercel](https://vercel.com/kb/guide/rag-chatbot-production-architecture-on-vercel?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Architect a production RAG chatbot on Vercel Functions with Fluid compute, AI Gateway, and a region-pinned vector store.
- [How to stop Vercel Functions from timing out](https://vercel.com/kb/guide/what-can-i-do-about-vercel-serverless-functions-timing-out?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Vercel Functions that time out usually trace back to a few causes. Learn how Fluid Compute fixes most of them and how to
- [Streaming in web applications](https://vercel.com/kb/guide/what-is-streaming?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Learn how streaming works in web applications. Explore benefits, use cases, and implementation details with Vercel Funct

### From vercel-web

- [Deploying AI-driven apps on Vercel](https://vercel.com/blog/deploying-ai-applications?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound)
- [Vercel Edge Functions are now generally available](https://vercel.com/blog/edge-functions-generally-available?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound)
- [Building a GPT-3 app with Next.js and streaming (historical)](https://vercel.com/blog/gpt-3-app-next-js-vercel-edge-functions?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound)

### From vercel-docs

- [Vercel CDN overview](https://vercel.com/docs/cdn?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Vercel's CDN is a globally distributed platform that handles routing, caching, security, and compression for every deplo
- [Frameworks on Vercel](https://vercel.com/docs/frameworks?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Vercel supports a wide range of the most popular frameworks, optimizing how your application builds and runs no matter w
- [Frontends on Vercel](https://vercel.com/docs/frameworks/frontend?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Vercel supports a wide range of the most popular frontend frameworks, optimizing how your application builds and runs no
- [React Router on Vercel](https://vercel.com/docs/frameworks/frontend/react-router?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Deploy React Router applications with SSR or SPA mode, then configure the Vercel preset, streaming, caching, and analyti
- [Full-stack frameworks on Vercel](https://vercel.com/docs/frameworks/full-stack?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Vercel supports a wide range of the most popular backend frameworks, optimizing how your application builds and runs no
- [Next.js on Vercel](https://vercel.com/docs/frameworks/full-stack/nextjs?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Vercel is the native Next.js platform, designed to enhance the Next.js experience.
- [Remix on Vercel](https://vercel.com/docs/frameworks/full-stack/remix?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Deploy Remix applications to Vercel and configure the Vercel Vite preset, SSR, streaming, caching, and analytics.
- [SvelteKit on Vercel](https://vercel.com/docs/frameworks/full-stack/sveltekit?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Deploy SvelteKit applications to Vercel and configure the adapter, rendering, streaming, ISR, analytics, and Routing Mid
- [Supported Frameworks on Vercel](https://vercel.com/docs/frameworks/more-frameworks?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Learn about the frameworks that can be deployed to Vercel.
- [Vercel Functions](https://vercel.com/docs/functions?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Build API routes, webhooks, and agent request handlers with Vercel Functions, then test and debug them with Vercel CLI.
- [Advanced Configuration](https://vercel.com/docs/functions/configuring-functions/advanced-configuration?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Learn how to add utility files to the /api directory, and bundle Vercel Functions.
- [Vercel Functions Limits](https://vercel.com/docs/functions/limitations?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Learn about the limits and restrictions of using Vercel Functions.
- [Vercel Function Logs](https://vercel.com/docs/functions/logs?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Use runtime logs to debug and monitor your Vercel Functions.
- [Getting started with Vercel Functions](https://vercel.com/docs/functions/quickstart?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Build your first Vercel Function in a few steps.
- [Runtimes](https://vercel.com/docs/functions/runtimes?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Runtimes transform your source code into Functions, which are served by our CDN. Learn about the official runtimes suppo
- [Edge Runtime](https://vercel.com/docs/functions/runtimes/edge?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Learn about the Edge runtime, an environment in which Vercel Functions can run.
- [WebSockets](https://vercel.com/docs/functions/websockets?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Serve WebSocket connections in Vercel Functions for realtime features like chat, collaboration, and AI streaming.
- [Runtime Logs](https://vercel.com/docs/logs/runtime?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — Learn how to search, inspect, and share your runtime logs with the Logs tab.
- [Monitoring Reference](https://vercel.com/docs/query/monitoring/monitoring-reference?from=graph&source_path=%2Fdocs%2Ffunctions%2Fstreaming-functions&source_site=vercel-docs&relationship=inbound) — This reference covers the clauses, fields, and variables used to create a Monitoring query.
