Home
›
Interview questions
›
AI Engineering
›
AI System Design
›
What is an LLM gateway (or AI proxy), and what belongs in…
AI System Design · question
Question 6 of 55
What is an LLM gateway (or AI proxy), and what belongs in it?
← All AI System Design questions
Re-explain
Original
Simpler
Deeper
An LLM gateway is a single service that all model traffic flows through, the way an API gateway fronts microservices.
What belongs in it:
Authentication and provider key management, so application code never holds raw provider keys.
Per-tenant and per-user rate limiting, quotas, and spend caps.
Routing: choosing a model, provider, or region per request, and failing over when one is down.
Caching: exact-match and semantic caches checked before the model is called.
Observability: structured logging of prompts, responses, token counts, latency, and cost, with a request ID that ties everything together.
Guardrail hooks: calling input/output safety checks.
Retries and timeouts with sensible backoff.
The benefit is leverage. When a new cheaper model ships, or a provider has an outage, or finance needs a per-team cost report, you change or read one component.
The tradeoff: a gateway is now a critical path dependency, so it must be highly available and low-overhead. Otherwise it becomes the bottleneck it was meant to prevent.
Rewriting in plainer words…
Rewrite it simpler · free
This answer doesn't lend itself to a diagram - it reads best as written . No credits were charged.
Why there's no diagram: “ ”
Try again
The diagram below the answer is the concept .
Jump to it ↓
What should the new diagram focus on?
How well did you know this?
Knew it
Shaky
Didn’t know
AI:
View answer & feedback
Loading…
Try again
Saved in this browser - sign in to keep your review list.
Want to test yourself for this question? Say or type your answer and see how it compares with ours
Speak your answer
Stop dictation
Stop & transcribe
How should your speech become text?
Standard Free
Your browser transcribes as you speak. Instant, but may miss or garble words.
Premium cr/min
Records your answer, then AI transcribes it. Much more accurate.
Listening… your words appear above as you speak - tap Stop when you're done.
Recording · cr - tap Stop & transcribe when you're done.
Transcribing with AI…
Voice:
change
Grade with AI · credits
Grading…
Clear
Keep going - a few more words and AI can grade it.
Interview lens
Likely follow-ups, what you can say, and the weak answers to avoid.
Fresh take · 10 cr
Rewriting…
← Previous
What is prompt (prefix) caching, and why does it matter for cost and latency?
Next →
What is model routing, and what is a "cheap-first" cascade?
Pro · $10/mo
48 of 55 AI System Design answers are in Pro.
Full answers, code samples, and AI explanations that go simpler or deeper. Cancel anytime.
Full answers + code
AI explanations, simpler or deeper
1,000 AI credits / month
Cancel anytime