TokModel exposes models from more than 30 AI providers through a single unified endpoint. You select a model by passing its ID in theDocumentation Index
Fetch the complete documentation index at: https://docs.tokmodel.com/llms.txt
Use this file to discover all available pages before exploring further.
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 aprovider/model-name convention. The provider prefix tells TokModel where to route the request:
model field of any request:
Example providers and models
| Provider | Example model IDs |
|---|---|
| OpenAI | openai/gpt-4o, openai/gpt-4o-mini, openai/o3-mini |
| Anthropic | anthropic/claude-3-5-sonnet-20241022, anthropic/claude-3-haiku-20240307 |
google/gemini-2.0-flash, google/gemini-1.5-pro | |
| Mistral | mistral/mistral-large-latest, mistral/mistral-small-latest |
| Cohere | cohere/command-r-plus, cohere/command-r |
| Meta (Llama) | meta-llama/llama-3.3-70b-instruct, meta-llama/llama-3.1-8b-instruct |
Listing available models
To see every model currently available on your account, callGET /v1beta/models:
id field from this response as the model value in your requests.
For full request and response schema details, see the Models API reference.