{
  "model": "credits",
  "plans": null,
  "purchase_fee_rate": 0.05,
  "token_pricing": "provider list price, zero markup, resold from prepaid credit",
  "verification_pricing": "at cost, no markup",
  "triage_pricing": "at cost when the backend is Jev (real usage or published-rate estimate), free on the heuristic backend",
  "credit_packs": [
    {
      "face_usd_cents": 500,
      "charge_usd_cents": 525,
      "label": "$5"
    },
    {
      "face_usd_cents": 2500,
      "charge_usd_cents": 2625,
      "label": "$25"
    },
    {
      "face_usd_cents": 10000,
      "charge_usd_cents": 10500,
      "label": "$100"
    },
    {
      "face_usd_cents": 50000,
      "charge_usd_cents": 52500,
      "label": "$500"
    }
  ],
  "routing_packs": [
    {
      "id": "llm11-fast",
      "description": "The cheapest end of the catalogue. Best for high-volume, low-stakes traffic."
    },
    {
      "id": "llm11-balanced",
      "description": "A working mix of cheap and capable models. The sane default."
    },
    {
      "id": "llm11-smart",
      "description": "The most capable models available, priced at whatever that costs."
    }
  ]
}