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
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, 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.