Models
Browse models available through Tokener.ai with context limits and public pricing.
The Models catalog lists every model available through your Tokener endpoint, 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:
{
"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.