Skip to main content

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-5
  • openai/gpt-5-mini
  • openai/gpt-5-nano
  • openai/gpt-4.1
  • openai/gpt-4o-mini
  • openai/gpt-4o
  • anthropic/claude-sonnet-4-5
  • anthropic/claude-haiku-4-5
  • anthropic/claude-sonnet-4-0
  • anthropic/claude-opus-4-1
  • anthropic/claude-opus-4-0
  • anthropic/claude-3-7-sonnet-latest
allowed_models:
  - openai/gpt-5
  - openai/gpt-5-mini
  - openai/gpt-5-nano
  - openai/gpt-4.1
  - openai/gpt-4o-mini
  - openai/gpt-4o
  - anthropic/claude-sonnet-4-5
  - anthropic/claude-haiku-4-5
  - anthropic/claude-sonnet-4-0
  - anthropic/claude-opus-4-1
  - anthropic/claude-opus-4-0
  - anthropic/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.