After importing rows from request logs or uploading a JSONL file, you can optionally relabel each row by sending its messages, tools, and other input parameters to a more powerful model, which will generate an output to replace your row’s existing output. If time or cost constraints prevent you from using the most powerful model available in production, relabeling offers an opportunity to optimize the quality of your training data before kicking off a job.

We currently include the following relabeling options:

  • gpt-4-turbo-2024-04-09
  • gpt-4o-2024-08-06
  • gpt-4-0125-preview
  • gpt-4-1106-preview
  • gpt-4-0613
  • moa-gpt-4o-v1 (Mixture of Agents)
  • moa-gpt-4-turbo-v1 (Mixture of Agents)
  • moa-gpt-4-v1 (Mixture of Agents)

Learn more about Mixture of Agents, a powerful technique for optimizing quality at the cost of speed and price, on the Mixture of Agents page.