For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Models
Serve LLM models in Kubernetes with the model-centric AgentgatewayModel API.
Define the models you serve, and let agentgateway generate the LLM routing for you.
About models
Learn how the AgentgatewayModel API provides a model-centric way to serve LLMs in Kubernetes.
Serve a model
Expose an LLM model to clients with an AgentgatewayModel resource, including wildcard matching and …
Virtual models
Publish one client-facing model name and route requests across several models with weighted, …