Token Kiosk
API Reference

List Models

Documentation for GET /v1/models (List available models).

GET /v1/models

No auth required. Returns all available models with pricing.

curl https://api-token-kiosk.gaib.ai/v1/models
{
  "object": "list",
  "data": [
    {
      "id": "gemini-2.5-flash",
      "name": "gemini-2.5-flash",
      "owned_by": "token-kiosk",
      "contextLength": 1048576,
      "promptPricePer1MTokens": 0.30,
      "completionPricePer1M": 2.50
    }
  ]
}

Prices are USD per 1M tokens — the published rate is the rate you're billed at, for the bare model IDs listed here. A provider-prefixed ID (e.g. <provider>/claude-haiku-4-5-20251001) is still accepted, but bills at that upstream's real rate instead. The Model catalog renders this endpoint live.