Changelog

All notable changes to the Auraon Router API.

v2.4.0NewFeb 28, 2026
  • featAdded DeepSeek R2 and Qwen 3.0 72B support
  • featStripe payment integration
  • featNew analytics dashboard with per-model cost breakdown
  • fixFixed streaming interruption on long responses (>4096 tokens)
v2.3.0FeatureFeb 10, 2026
  • featAuto-routing now factors p99 latency into model selection
  • featNew /v1/models endpoint with full model metadata
  • featCustom routing rules: bind tasks to models via regex
  • perfReduced median latency by 18ms via connection pooling
v2.2.0FeatureJan 20, 2026
  • featAdded Gemini 2.5 Pro and Flash support
  • featFallback chains: auto-retry next best model on 503
  • featFunction calling / tool use for all models
v2.1.0ImprovementJan 5, 2026
  • featCredit card payment support
  • featRate limit headers: X-RateLimit-Remaining, X-RateLimit-Reset
  • fixFixed race condition in token counting for streamed responses
  • docsRewrote API reference with interactive examples