Token Kiosk
API Reference

List Models

List all available models with pricing. No auth required.

GET /v1/models

No auth required. Returns all available models with pricing.

curl https://agent-router.gaib.ai/v1/models
{
  "object": "list",
  "data": [
    {
      "id": "gemini/gemini-2.5-flash",
      "name": "gemini-2.5-flash",
      "provider": "gemini",
      "contextLength": 1048576,
      "promptPricePer1MTokens": 0.15,
      "completionPricePer1M": 0.60
    }
  ]
}

Prices are USD per 1M tokens (downstream provider cost — the rate you're billed at). The Model catalog renders this endpoint live.