Models

Browse models available through Tokener.ai with context limits and public pricing.

Updated 2026-07-28
Edit on GitHub

The public Models catalog lists publicly discoverable models, including context window and public price per million tokens. For the base URL and supported HTTP paths, see API endpoint.

Calling a model

Pass the model id in your request body, exactly as shown in the catalog:

JSON
{
  "model": "YOUR_MODEL_ID",
  "messages": [{ "role": "user", "content": "Hello" }]
}

Pricing

Prices are what you pay, billed against prepaid credits. Input, cache, and output rates are shown per 1M tokens on each model page.

Availability

Model status in the catalog reflects whether the model is currently callable. Unavailable models remain listed for reference but reject new traffic.

Access and discovery

Restricted models are available to authorized organizations, including organizations bound to an authorized Partner. Your organization's model directory can therefore differ from the public catalog. API key model restrictions still apply.

Hidden models are omitted from model directories, including GET /v1/models. An authorized key can call a hidden model directly using its model ID. Absence from a directory does not establish whether a known model ID is callable. Model-access changes take time to apply; saving a change does not guarantee immediate revocation. If model discovery returns 503, direct model calls remain available subject to their normal authorization and availability.