AI traffic gateway
AISIX AI Gateway
Put one stable API contract in front of your AI providers
AISIX AI Gateway is a Rust-native gateway for LLM and AI-agent traffic. The open-source gateway runs as a single static binary and can operate standalone, or you can use AISIX Cloud for centralized management. In either case, applications call stable model aliases while the AI platform team controls provider credentials, routing, failover, rate limits, caching, guardrails, and observability. AISIX Cloud adds centralized usage and budget management.
curl -fsSL https://run.api7.ai/aisix-self-hosted/quickstart | bash
# Starts the control plane and dashboard
# Dashboard: http://localhost:8080How requests flow
Applications call AISIX first. AISIX authenticates the caller, resolves the model alias, applies policy, and forwards the request to the selected provider.
AISIX keeps client traffic on one API shape while resolving the provider-side target for each request.
What changes when AI traffic goes through AISIX
Application teams keep calling a familiar API. AI platform teams move provider credentials, model aliases, routing, and policy into one operator-managed gateway. AISIX Cloud adds shared usage and budget controls.
Why AISIX if you already use APISIX or API7 Gateway?
APISIX and API7 Gateway can add AI behavior to regular gateway routes through AI plugins. That path fits teams whose main workload is API traffic and whose AI calls are part of a broader API gateway deployment.
AISIX is for teams whose main workload is AI traffic. It manages provider keys, model aliases, caller API keys, routing, policy, and AI usage telemetry as first-class resources instead of route-level plugin settings. AISIX Cloud adds centralized usage views and budgets.
Read next
Choose Your Next Path
Start by choosing how to run AISIX. From there, explore AISIX Cloud, connect an application, or prepare a gateway for production.