Skip to content

feat(ai-gateway): LLM streaming 2.0#5566

Open
jbaross wants to merge 4 commits into
release/ai-gateway-2.0from
feat/streaming-2-0
Open

feat(ai-gateway): LLM streaming 2.0#5566
jbaross wants to merge 4 commits into
release/ai-gateway-2.0from
feat/streaming-2-0

Conversation

@jbaross

@jbaross jbaross commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Description

Updates to app/ai-gateway/streaming.md

Fixes #issue

Preview Links

https://deploy-preview-5566--kongdeveloper.netlify.app/ai-gateway/streaming/

@netlify

netlify Bot commented Jun 12, 2026

Copy link
Copy Markdown

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit 95b5a44
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/6a341b207cd9f40008526518
😎 Deploy Preview https://deploy-preview-5566--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@jbaross jbaross changed the title initial 2.0 cleanup feat(ai-gateway): LLM streaming 2.0 Jun 12, 2026
@jbaross jbaross marked this pull request as ready for review June 15, 2026 13:01
@jbaross jbaross requested a review from a team as a code owner June 15, 2026 13:01
Copilot AI review requested due to automatic review settings June 15, 2026 13:01

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the AI Gateway streaming reference page to align with “LLM streaming 2.0” by shifting the framing from Gateway AI Proxy plugins to AI Gateway entities/Models and updating product/version metadata accordingly.

Changes:

  • Adjusts frontmatter to scope the page to Konnect + AI Gateway and sets min_version to ai-gateway: '2.0'.
  • Rewords the intro and streaming explanation to reference {{site.ai_gateway}} and Models rather than {{site.base_gateway}} and AI Proxy plugins.
  • Updates diagrams and configuration guidance to match the AI Gateway entity model.

Comment thread app/ai-gateway/streaming.md Outdated
* You can't use the [Response Transformer plugin](/plugins/response-transformer/) or any other response phase plugin when streaming is configured.
* The [AI Request Transformer plugin](/plugins/ai-request-transformer/) plugin **will** work, but the [AI Response Transformer plugin](/plugins/ai-response-transformer/) **will not**. This is because {{site.base_gateway}} can't check every single response token against a separate system.
* You can't add Policies that use the [Response Transformer plugin](/plugins/response-transformer/) or any other response phase plugin when streaming is configured.
* The [AI Request Transformer plugin](/plugins/ai-request-transformer/) plugin **will** work, but the [AI Response Transformer plugin](/plugins/ai-response-transformer/) **will not**. This is because {{site.ai_gateway}} can't check every single response token against a separate system.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants