Prerequisites
- An each::labs API key. Grab one here if you don’t have one yet.
Getting Started
Get your API key
Sign up at eachlabs.ai and create an API key from Settings > API Keys.
Switch Models Instantly
Just change themodel parameter. That’s literally it. No config changes, no new SDKs, no drama:
Streaming
Setstream: true to receive OpenAI-compatible server-sent events as tokens arrive:
stream_options={"include_usage": True}
in Python or stream_options: { include_usage: true } in TypeScript.
Advanced Features
LLM Router comes with some nice tricks out of the box:- Smart Routing automatically sends requests to the cheapest or fastest provider
- Fallbacks so your app doesn’t break when a model is having a bad day
- Caching to save you money and time on repeated requests
- Rate Limiting per model or per user, your call
- Usage Analytics to keep tabs on costs, tokens, and latency
Next Steps
LLM Router Overview
The full rundown on features and supported providers.
Available Models
Browse 300+ models with pricing. Go window shopping.