Today we're shipping Synthr v2.0 to everyone. This is the largest release in our history - a complete rebuild of the routing layer, a new TypeScript SDK, and support for 50+ models across every major provider.
What's new in v2.0
- 50+ models from OpenAI, Anthropic, Google, Meta, and Mistral
- Automatic failover across providers with zero configuration
- New TypeScript SDK with full type inference
- Real-time observability dashboard
- Semantic caching built in
- Global edge network across 32 regions
Why we rebuilt the routing layer
The v1 router was built when we supported 8 models. By the time we hit 30 models, latency had crept up and failover logic had become a mess of if/else chains. We spent Q1 rebuilding it as a proper graph with weighted edges, health scores, and predictive routing.