Introduction
This guide explains how to perform evaluations using the Together AI UI.For a comprehensive guide with detailed parameter descriptions and API examples, see AI Evaluations.
Step 1: Upload Your Dataset
Navigate to https://api.together.ai/evaluations and click “Create Evaluation”.

Step 2: Customize Your Evaluation Job
Evaluation Types
Judge Configuration
Configure the judge model that will evaluate your inputs:
Evaluation Type Parameters
Classify parameters:
Score parameters:
Compare parameters:
Model Evaluation Configuration
Choose how to provide responses for evaluation:- Configure – Generate new responses using a model
- Field name – Use existing responses from your dataset
Option 1: Model Configuration Object
Use when generating new responses for evaluation:Option 2: Column Reference
Use when evaluating pre-existing data from your dataset. Simply specify the column name containing the data to evaluate.
Using External Models
When using
model_source = "external":- Enter a supported shortcut (e.g.,
openai/gpt-5). See Supported External Models. - Provide your
external_api_tokenfor the provider. - Optionally set
external_base_urlfor custom OpenAIchat/completions-compatible endpoints.
model_source = "dedicated" and paste your endpoint ID into the model field. See dedicated model inference.
Step 3: Monitor Job Progress
Wait for your evaluation job to complete. The UI will show the current status of your job.
Step 4: Review Results
Once complete, you can:- Preview statistics and responses in the Dataset Preview
- Download the result file using the “Download” button
