[Muti Provider Routing] Add OpenAI-compatible multi-provider streaming - #445
Open
Aakashwije wants to merge 1 commit into
Open
[Muti Provider Routing] Add OpenAI-compatible multi-provider streaming#445Aakashwije wants to merge 1 commit into
Aakashwije wants to merge 1 commit into
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Update the AI Gateway multi-provider routing documentation to reflect the latest transformer behavior from
wso2/gateway-controllers#270.Previously, the docs stated that Anthropic and Gemini streaming responses were passed through as provider-native server-sent events (SSE). That is now outdated. Anthropic and Gemini streaming responses are converted to OpenAI
chat.completion.chunkSSE, matching the OpenAI-compatible contract already supported by AWS Bedrock.Related PRs:
Checklist
llms.txt(located aten/docs/llms.txt) is updated for AI readiness content.Goals
Approach
Updated the following pages:
en/docs/ai-gateway/1.2.0/llm-proxy/multi-provider-routing.mden/docs/ai-gateway/next/llm-proxy/multi-provider-routing.mdThe changes:
last_updatedvalues.User stories
stream: truewith a multi-provider LLM proxy and receive OpenAI-compatible streaming chunks.Release note
Updated AI Gateway multi-provider routing documentation to describe OpenAI-compatible streaming support across supported providers, including Anthropic and Gemini streaming conversion.
Documentation
This PR updates product documentation:
en/docs/ai-gateway/1.2.0/llm-proxy/multi-provider-routing.mden/docs/ai-gateway/next/llm-proxy/multi-provider-routing.mdTraining
N/A - documentation clarification only.
Certification
N/A - this update clarifies documented behavior and does not introduce a new certification exam concept.
Marketing
N/A - documentation update only.
Automation tests
Unit tests
N/A - documentation-only change.
Integration tests
N/A - documentation-only change.
Validation performed:
git diff --check -- en/docs/ai-gateway/1.2.0/llm-proxy/multi-provider-routing.md en/docs/ai-gateway/next/llm-proxy/multi-provider-routing.md cd en python -m mkdocs buildAlso verified the updated pages locally with the MkDocs build.