llm-gateway-routing
Installation
SKILL.md
LLM Gateway & Routing
Configure multi-model access, fallbacks, cost optimization, and A/B testing.
Why Use a Gateway?
Without gateway:
- Vendor lock-in (one provider)
- No fallbacks (provider down = app down)
- Hard to A/B test models
- Scattered API keys and configs
With gateway:
- Single API for 400+ models
- Automatic fallbacks
- Easy model switching
- Unified cost tracking