{"name":"Multi-API Router","version":"1.1.0","description":"Route LLM API calls to the optimal provider by cost, latency, or reliability.","endpoints":{"health":"GET /multi-api-router/health","costAnalyzer":{"get":"GET /multi-api-router/api/v1/cost-analyzer","post":"POST /multi-api-router/api/v1/cost-analyzer"},"latencyTracker":{"get":"GET /multi-api-router/api/v1/latency-tracker","post":"POST /multi-api-router/api/v1/latency-tracker"},"failoverManager":{"get":"GET /multi-api-router/api/v1/failover-manager","post":"POST /multi-api-router/api/v1/failover-manager"},"route":"POST /multi-api-router/api/v1/route","mcp":"POST /multi-api-router/mcp","openapi":"GET /multi-api-router/openapi.json"},"providers":["openai","anthropic","google"]}