Frontend Configuration Reference
Complete reference for all frontend CLI arguments, environment variables, and HTTP endpoints
This page documents all configuration options for the Dynamo Frontend (python -m dynamo.frontend).
Every CLI argument has a corresponding environment variable. CLI arguments take precedence over environment variables.
HTTP & Networking
The Rust HTTP server also reads these environment variables (not exposed as CLI args):
Router
Fault Tolerance
Model Discovery
Infrastructure
KServe gRPC
See the Frontend Guide for KServe message formats and integration details.
Monitoring
Experimental
HTTP Endpoints
The frontend exposes the following HTTP endpoints:
OpenAI-Compatible
Anthropic (Experimental)
Infrastructure
Endpoint Path Customization
All endpoint paths can be overridden via environment variables:
Deprecated
See Also
- Frontend Overview — quick start and feature matrix
- Frontend Guide — KServe gRPC configuration
- NVIDIA Request Extensions (nvext) — custom request fields
- Router Guide — detailed routing configuration
- Metrics — available Prometheus metrics
- Fault Tolerance — request migration and rejection