feat(ai-gateway): Vercel provider#5265
Open
tomek-labuk wants to merge 15 commits into
Open
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation and metadata to introduce Vercel as an AI Gateway provider across the site (provider reference page, landing page card, how-tos, plugin example, and supporting site/tag data).
Changes:
- Add a new Vercel provider reference page and surface it on the AI providers landing page.
- Add two new Vercel how-tos (AI Proxy + AI Proxy Advanced) plus a shared prerequisite include.
- Register Vercel in site variables, tags schema, AI Proxy provider data, spelling dictionary, and add a Vercel icon.
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
jekyll.yml |
Adds site.vercel label for reuse in docs. |
app/assets/icons/vercel.svg |
Adds the Vercel icon asset. |
app/ai-gateway/ai-providers/vercel.md |
New provider reference page for Vercel. |
app/_landing_pages/ai-gateway/ai-providers.yaml |
Adds a Vercel provider card to the landing page. |
app/_kong_plugins/ai-proxy/examples/vercel-chat-route.yaml |
Adds an AI Proxy example configuration for Vercel. |
app/_includes/prereqs/vercel.md |
Adds prerequisite steps for obtaining/exporting a Vercel API key. |
app/_how-tos/ai-gateway/set-up-ai-proxy-with-vercel.md |
New how-to for AI Proxy + Vercel. |
app/_how-tos/ai-gateway/set-up-ai-proxy-advanced-with-vercel.md |
New how-to for AI Proxy Advanced + Vercel. |
app/_data/schemas/frontmatter/tags.json |
Adds the vercel tag to the allowed tags list. |
app/_data/plugins/ai-proxy.yaml |
Registers Vercel as an AI Proxy provider in provider capability data. |
.github/styles/base/Dictionary.txt |
Adds Vercel to the Vale dictionary. |
Comments suppressed due to low confidence (2)
app/_how-tos/ai-gateway/set-up-ai-proxy-with-vercel.md:40
- The TL;DR says to configure the plugin with the "OpenAI provider", but the example config uses
provider: vercel; update the TL;DR wording to avoid telling readers to use the wrong provider.
tldr:
q: How do I use the AI Proxy plugin with Vercel?
a: Create a Gateway Service and a Route, then enable the AI Proxy plugin and configure it with the OpenAI provider, a Vercel model, and your Vercel API key.
app/_how-tos/ai-gateway/set-up-ai-proxy-advanced-with-vercel.md:40
- The TL;DR says to configure the plugin with the "OpenAI provider", but the example config uses
provider: vercel; update the TL;DR wording to avoid telling readers to use the wrong provider.
tldr:
q: How do I use the AI Proxy Advanced plugin with Vercel?
a: Create a Gateway Service and a Route, then enable the AI Proxy Advanced plugin and configure it with the OpenAI provider, a Vercel model, and your Vercel API key.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
PR Title
Use the format
feat/fix/chore(Product): Title, for example:feat(mesh): Add transparent proxy upgrade guidefix(gateway): Correct decK example in rate limiting how-tochore(ai-gateway): Bump plugin schemachore(platform): Fix issue templaterelease: Kong Gateway 3.14Description
Fixes #issue
Preview Links
Checklist
descriptionentry in frontmatter.