[DO NOT MERGE] Add AI Gateway providers and models doc page#1054
Draft
Derek2Tu wants to merge 3 commits into
Draft
[DO NOT MERGE] Add AI Gateway providers and models doc page#1054Derek2Tu wants to merge 3 commits into
Derek2Tu wants to merge 3 commits into
Conversation
New public-facing reference listing supported LLM providers (OpenAI, Anthropic, AWS Bedrock, Azure OpenAI, Google Vertex AI, Google Gemini), model routing, API compatibility, and provider-agnostic capabilities. Content verified against the enterprise stacklok-llm-gateway codebase. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Thanks for getting this started — solid bones. A few things to work in before it's publishable, mixing content direction with some code-accuracy checks I ran against the enterprise Providers
API compatibility — lead with the apps, not the endpoints
Capabilities — less is more
"How to add a provider" — let's drop this section for now
Placement / sidebar / GA sign-off questions in the description are all still valid — no opinion changes there. |
Documents which AI coding tools connect and how: token-helper tools (Claude Code, Gemini CLI, Codex CLI) authenticate directly, static-key tools (Cursor, VS Code, Cline, etc.) connect via ToolHive's thv llm localhost proxy. Verified against the enterprise connecting-clients runbook. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Note that the gateway routes by model and translates API formats, so any client can reach any configured provider, and add same-API-family guidance for single-route failover. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.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.
Summary
Stacklok AI Gateway, at
docs/ai-gateway/supported-providers-and-models.mdx.OpenAI, Google Vertex AI, and Google Gemini via AI Studio and the native Gemini
API), how model routing works, API compatibility, and provider-agnostic
capabilities.
stacklok-llm-gatewaycodebase (theauthoritative source), not the stale standalone OSS checkout.
Open questions before this can merge
separate enterprise product — confirm this is the right site/section, or whether
it belongs under an enterprise product area.
sidebars.ts, so the page does not appearin navigation. Needs an entry (and likely a category) once placement is agreed.
provider list and "GA" framing with product/GTM before publishing.
Test plan
npm run prettierandnpm run eslintpass (ran via pre-commit hook on thestaged
.mdx).acronyms expanded on first use.
npm run buildnot yet run — page is not insidebars.tsso it is unreferenced;run before merge once wired in.
🤖 Generated with Claude Code