Skip to content

docs: align engine and provider lists with the shipped gateway - #33

Merged
slin1237 merged 1 commit into
mainfrom
docs/align-backends-with-gateway
Aug 2, 2026
Merged

docs: align engine and provider lists with the shipped gateway#33
slin1237 merged 1 commit into
mainfrom
docs/align-backends-with-gateway

Conversation

@slin1237

@slin1237 slin1237 commented Aug 2, 2026

Copy link
Copy Markdown
Member

Counterpart to smg-project/smg#2030 — the site carried the same drift the gateway README had.

Changes

Homepage "How it works" cards (HomeHowItWorks.svelte):

  • gRPC Workers: SGLang / vLLM / TRT-LLM → all five engines: vLLM / SGLang / TokenSpeed + TRT-LLM / MLX
  • HTTP Workers: SGLang / vLLM / TRT-LLMvLLM / SGLang (the engines the gateway can identify over HTTP) + OpenAI-Compatible
  • External APIs: Groq / Together / BedrockOCI / Groq / Together, matching the gateway README's architecture diagram (OCI placed after Gemini)

Architecture overview (concepts/architecture/overview.md): the Supported Providers table listed Bedrock and OCI as dedicated API styles — no such adapters exist in the gateway (ProviderType covers OpenAI, xAI, Anthropic, Gemini + custom). Both rows now say OpenAI-compatible, which is the real path (their OpenAI-compat modes through the passthrough).

Not in this PR, flagged for follow-up: concepts/routing/load-balancing.md documents 8 policies — the gateway ships 10 (least_load and passthrough are missing and deserve real writeups, not a count bump).

Verification

  • pnpm check: 694 files, 0 errors (1 pre-existing warning in HeroMark.svelte, untouched)

Homepage 'How it works' cards: gRPC workers now list all five engines
(vLLM, SGLang, TokenSpeed, TRT-LLM, MLX); HTTP workers list the two
engines detectable over HTTP plus the OpenAI-compatible path; External
APIs mirror the gateway README diagram (OCI after Gemini, Bedrock
dropped from the card).

Architecture overview provider table: AWS Bedrock and OCI Generative
AI are reached through their OpenAI-compatible modes, not dedicated
API styles — the gateway's dedicated adapters are OpenAI, Anthropic,
Gemini, and xAI.

Signed-off-by: Simo Lin <25425177+slin1237@users.noreply.github.com>
@slin1237
slin1237 force-pushed the docs/align-backends-with-gateway branch from 50f1051 to 0aaf1f4 Compare August 2, 2026 06:14
@slin1237
slin1237 merged commit 80bbdba into main Aug 2, 2026
6 checks passed
@slin1237
slin1237 deleted the docs/align-backends-with-gateway branch August 2, 2026 13:41
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.

1 participant