📍 TODO:MEDIA
Screenshot of the dataset upload flow in the dashboard.
How to upload
- Dashboard
- CLI
- Go to Datasets in the dashboard
- Click Upload dataset
- Select your JSONL file
- Choose whether this is an eval or training dataset
Supported formats
Two JSONL formats are supported. See Dataset Formats for full schemas, required fields, and validation rules.| Format | Structure | Best for |
|---|---|---|
| Source-backed | { request, response } per line | Round-tripping data captured from providers |
| Hugging Face | { messages } per line | Standard training/eval format, easy to create |
Upload limits
| Limit | Value |
|---|---|
| Maximum file size | 10 GB |
| Maximum line count | 1,000,000 |
Next steps
Build from traffic instead
Pull datasets directly from your captured production traffic.
Dataset formats reference
Full schema details and validation rules.