docs(ai-gateway): add LangChain and Vercel AI SDK cookbooks - #6520
Open
tejakummarikuntla wants to merge 1 commit into
Open
docs(ai-gateway): add LangChain and Vercel AI SDK cookbooks#6520tejakummarikuntla wants to merge 1 commit into
tejakummarikuntla wants to merge 1 commit into
Conversation
Two cookbooks showing how to route an SDK's OpenAI-compatible client through Kong AI Gateway, following the basic-llm-routing recipe structure (Service/Route + key-auth + AI Proxy, OpenAI-only): - LangChain (Python): ChatOpenAI base_url override, streaming, tool calling, agents, embeddings. - Vercel AI SDK: @ai-sdk/openai-compatible provider, generateText/ streamText, tool calling, structured output, Next.js route, embeddings. Verified: client code executed against current libraries (langchain-openai 1.4.1, ai 7.0.44), and the ai-proxy + key-auth config loaded and proxied through a real Kong Gateway. Embeddings route type requires genai_category: text/embeddings (Gateway 3.11+). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
👷 Deploy request for kongdeveloper pending review.Visit the deploys page to approve it
|
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.
Two cookbooks showing how to route an SDK's OpenAI-compatible client through Kong AI Gateway, following the basic-llm-routing recipe structure (Service/Route + key-auth + AI Proxy, OpenAI-only):
Verified: client code executed against current libraries (langchain-openai 1.4.1, ai 7.0.44), and the ai-proxy + key-auth config loaded and proxied through a real Kong Gateway. Embeddings route type requires genai_category: text/embeddings (Gateway 3.11+).
Description
Fixes #issue
Preview Links
Checklist
descriptionentry in frontmatter.