{
  "name": "Route Lab",
  "url": "https://route.agiscorecard.com/",
  "version": "1.1.0",
  "updated": "2026-09-19",
  "description": "Route Lab compares short supplier sequences using entered cost, success and latency assumptions. It checks the worst-case total against your budget before sorting feasible options by expected cost. It is an offline planning tool; no model or payment is called.",
  "price": {
    "amount": 0,
    "currency": "USD",
    "status": "free beta"
  },
  "method": "Enumerate distinct allowed candidates up to three attempts. Reject sequences over total budget or latency, then compare expected cost among those meeting the supplied success target.",
  "limitations": "Offline planning only. No live requests, model judge, payment, dynamic bandit or production routing.",
  "exampleOnly": false,
  "inputsUploaded": false,
  "modelCalled": false,
  "guide": "https://route.agiscorecard.com/guide.html",
  "schema": "https://route.agiscorecard.com/input.schema.json",
  "examples": [
    {
      "id": "fallback",
      "url": "https://route.agiscorecard.com/?scenario=fallback#workbench",
      "input": "https://route.agiscorecard.com/examples/fallback.json"
    },
    {
      "id": "tight",
      "url": "https://route.agiscorecard.com/?scenario=tight#workbench",
      "input": "https://route.agiscorecard.com/examples/tight.json"
    },
    {
      "id": "slow",
      "url": "https://route.agiscorecard.com/?scenario=slow#workbench",
      "input": "https://route.agiscorecard.com/examples/slow.json"
    }
  ],
  "sources": [
    {
      "name": "OpenRouter",
      "url": "https://openrouter.ai/docs/guides/routing/provider-selection"
    },
    {
      "name": "LiteLLM",
      "url": "https://docs.litellm.ai/docs/routing"
    }
  ]
}
