Quick Start
The gateway is available athttps://inference.hud.ai. You can use it with any OpenAI-compatible client.
Using Python (OpenAI SDK)
Using curl
Supported Models
HUD Gateway supports models from major providers.OpenAI
gpt-5-2025-08-07gpt-5.1-2025-11-13computer-use-preview(Operator)
Anthropic
claude-sonnet-4-5-20250929claude-haiku-4-5-20251001claude-opus-4-5-20251101claude-opus-4-1-20250805
xAI
grok-4-1-fast
gemini-3-pro-previewgemini-2.5-progemini-2.5-flash
Via OpenRouter
glm-4.5v
Features
Unified Billing
When using HUD Gateway with your HUD API key, usage is automatically deducted from your HUD credits. This simplifies billing by consolidating multiple provider invoices into one.Rate Limits
HUD Gateway automatically handles key rotation and rate limiting across our pool of enterprise keys.Building Custom Agents with Tracing
For a complete example of building a custom agent that uses HUD Gateway with full tracing support, see the custom agent example. This example demonstrates:- Using the
@instrumentdecorator to capture inference traces - Building a custom
MCPAgentwith HUD Gateway - Automatic token usage and latency tracking