Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions src/lib/components/HomeHowItWorks.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,24 @@
id: 'grpc',
title: 'gRPC Workers',
variant: 'grpc',
lines: ['SGLang / vLLM / TRT-LLM', 'Raw Inference + PD', 'Max Performance']
lines: [
'vLLM / SGLang / TokenSpeed',
'TRT-LLM / MLX',
'Raw Inference + PD',
'Max Performance'
]
},
{
id: 'http',
title: 'HTTP Workers',
variant: 'http',
lines: ['SGLang / vLLM / TRT-LLM', 'OpenAI-Compatible']
lines: ['vLLM / SGLang', 'OpenAI-Compatible']
},
{
id: 'external',
title: 'External APIs',
variant: 'external',
lines: ['OpenAI / Claude / Gemini', 'Groq / Together / Bedrock']
lines: ['OpenAI / Claude / Gemini', 'OCI / Groq / Together']
}
] as const;

Expand Down
4 changes: 2 additions & 2 deletions src/lib/content/concepts/architecture/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ The gateway discovers available models from external providers and exposes them
| xAI Grok | OpenAI |
| Together AI | OpenAI |
| OpenRouter | OpenAI |
| AWS Bedrock | Bedrock |
| OCI Generative AI | OCI |
| AWS Bedrock | OpenAI-compatible |
| OCI Generative AI | OpenAI-compatible |

---

Expand Down
Loading