Serverless models
Setmodel_source = "serverless" to use Together’s serverless inference.
Any Together serverless model that supports structured outputs can be used.
Supported models
Example configuration:
Python
Dedicated models
Setmodel_source = "dedicated" to use your own dedicated endpoint.
A user-launched dedicated endpoint must be created before running evaluations. After launching an endpoint, copy-paste the endpoint ID into the
model field.Python
External models
Setmodel_source = "external" to use models from external providers.
Supported shortcuts
Use these shortcuts in themodel field - the API base URL will be determined automatically:
Example configuration with shortcut:
Python
Custom base URL
You can also use any OpenAIchat/completions-compatible API by specifying a custom external_base_url:
Python
The external API must be OpenAI
chat/completions-compatible.