Sign in

Run fine-tuning grader

documented

Run a grader for a fine-tuning job.

POST /fine_tuning/alpha/graders/runFine-Tuningno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.openai.com/v1/fine_tuning/alpha/graders/run" \
  -X POST \
  -H "Authorization: Bearer {{OPENAI_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"grader": {{$grader}}, "item": {"reference_answer": "{{$reference_answer}}"}, "model_sample": "{{$model_sample}}"}'