
Unified API for LLMs
Route requests across OpenAI, Anthropic, Google and more with automatic failover, cost optimization, and a single API. Generate images, audio, and video too.
Multi-Provider Routing
Automatic failover across providers. If one fails, requests seamlessly route to the next.
Cost Optimization
Use :floor for cheapest provider, :nitro for fastest. Real-time cost tracking per request.
OpenAI Compatible
Drop-in replacement. Change one URL and get access to 10+ models across 3 providers.
Pricing
| Tier | RPM | TPM | RPD | Daily Spend | Price |
|---|---|---|---|---|---|
| Free | 10 | 10K | 200 | $0 | Free |
| Standard | 60 | 100K | 10K | $50 | $20/mo |
| Pro | 300 | 500K | 100K | $500 | $100/mo |
| Enterprise | Custom | Custom | Custom | Custom | Contact us |
Quick Start
curl https://juntorouter-api.moonshine-studio.net/api/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "anthropic/claude-sonnet-4-5",
"messages": [{"role": "user", "content": "Hello!"}]
}'