What problem does it solve?
OmniRoute exposes a standardized A2A JSON-RPC server so multi-agent systems can delegate model selection, quota visibility, cost estimation, and health checks through a single, consistent interface.
Core Features & Use Cases
- Smart routing: Recommends the best provider/model combination for a given prompt shape and capability needs (e.g., tools, vision).
- Quota management: Reports quota balances for a specified provider/account to prevent failures during agent runs.
- Provider discovery & cost analysis: Filters providers by capability (vision, JSON mode, tools, max-context) and estimates cost for a request, enabling safer planning.
- Health reporting: Returns system health including circuit states, latencies, and errors for operational awareness in production pipelines.
Quick Start
Point your multi-agent client at your OmniRoute server and send a JSON-RPC request to /a2a using OMNIROUTE_URL and OMNIROUTE_KEY for authentication.