Skip to main content
TokModel exposes models from more than 30 AI providers through a single unified endpoint. You select a model by passing its ID in the model field of your request — no provider-specific configuration, SDK, or API key required. TokModel routes the request to the correct provider automatically.

Model ID format

Model IDs on TokModel follow a provider/model-name convention. The provider prefix tells TokModel where to route the request:
You pass this ID directly in the model field of any request:

Example providers and models

The table above shows a representative sample. The full list of available models changes as providers release new versions.

Listing available models

To see every model currently available on your account, call GET /v1beta/models:
The response is a JSON array of model objects:
Use the id field from this response as the model value in your requests. For full request and response schema details, see the Models API reference.