Serverless models (model_source = "serverless")
Any Together serverless model that supports structured outputs, including LoRA serverless variants and LoRA fine-tuned models. See LoRA serverless for supported models.
Dedicated models (model_source = "dedicated")
A user-launched dedicated endpoint (must be created before running evaluations). After launching an endpoint, you can just copy-paste the endpoint ID into the model field.
External models shortcuts (model_source = "external")
openai/gpt-5openai/gpt-5-miniopenai/gpt-5-nanoopenai/gpt-4.1openai/gpt-4o-miniopenai/gpt-4oanthropic/claude-sonnet-4-5anthropic/claude-haiku-4-5anthropic/claude-sonnet-4-0anthropic/claude-opus-4-1anthropic/claude-opus-4-0anthropic/claude-3-7-sonnet-latest
External models with custom base URL (model_source = "external")
You can specify a custom base URL for the external API (e.g., https://api.openai.com). This API must be OpenAI chat/completions-compatible.