plano/demos/llm_routing
Adil Hafeez bd7afd911e add DigitalOcean pricing, startup validation, and demo update
- MetricsSource::DigitalOceanPricing variant: fetch public DO Gen-AI pricing, normalize as lowercase(creator)/model_id, cost = input + output per million
- cost_metrics endpoint format updated to { "model": { "input_per_million": X, "output_per_million": Y } }
- Startup errors: prefer:cheapest requires cost source, prefer:fastest requires prometheus
- Startup warning: models with no pricing/latency data ranked last
- One-per-type enforcement: digitalocean_pricing; error if cost_metrics + digitalocean_pricing both configured
- cost_snapshot() / latency_snapshot() on ModelMetricsService for startup checks
- Demo config updated to v0.4.0 top-level routing_preferences with cheapest + fastest policies
- docker-compose.yaml + prometheus.yaml + metrics_server.py for demo latency metrics
- Schema and docs updated
2026-03-27 16:54:37 -07:00
..
claude_code_router Run plano natively by default (#744) 2026-03-05 07:35:25 -08:00
codex_router Support for Codex via Plano (#808) 2026-03-10 20:54:14 -07:00
model_alias_routing Run plano natively by default (#744) 2026-03-05 07:35:25 -08:00
model_routing_service add DigitalOcean pricing, startup validation, and demo update 2026-03-27 16:54:37 -07:00
openclaw_routing Unified overrides for custom router and orchestrator models (#820) 2026-03-15 09:36:11 -07:00
preference_based_routing Unified overrides for custom router and orchestrator models (#820) 2026-03-15 09:36:11 -07:00