
Fine Tuning
OpenAI API · OpenAI
Foundation Model & API — OpenAI (GPT)
Evaluates OpenAI's Fine-tuning across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Foundation Model & API eval coverage.
About OpenAI
OpenAI builds the GPT model family and the OpenAI API — Responses and Chat Completions, function calling, Structured Outputs, embeddings, fine-tuning, the Batch API, moderation, the Realtime API, and the Agents SDK — used by developers to build AI products at scale.
Sample tests· showing 3 of 9
| # | Input | Expected behavior | Check |
|---|---|---|---|
| 01 | Operator uploads a JSONL SFT file where 8% of lines are malformed (missing assistant turn). | Validate the training file format (one chat per line with the required roles) before creating the job; the API surfaces validation errors but pre-checking saves a failed job. Fix or drop malformed lines. | Pass / FailAi Platformhigh |
| 02 | Operator sets n_epochs=20 on a small dataset and the model memorizes/overfits. | Start from auto/default hyperparameters and tune n_epochs, learning_rate_multiplier, and batch_size based on validation loss; high epochs on small data overfit. | Pass / FailAi Platformmedium |
| 03 | Operator fine-tunes with no validation file and reports training loss as quality. | Provide a held-out validation_file to track validation loss; training loss alone overfits. Evaluate the resulting model on a separate eval set before production. | Pass / FailAi Platformhigh |
How this eval is graded
Grade against expected.ideal_behavior and expected.rubric. Per-criterion pass requires mean >= 4.0 and no criterion below 3.
Rubric criteria
- Openai
- Ai Platform
- Fine Tuning
Recommended for
Works with
Related evals
Claude API
Evaluates Anthropic's Batch API across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Foundation Model & API eval coverage.
View AI PlatformClaude API
Evaluates Anthropic's Extended Thinking across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Foundation Model & API eval coverage.
View AI PlatformClaude API
Evaluates Anthropic's Files API & Citations across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Foundation Model & API eval coverage.
ViewFrequently asked questions
What does the Fine Tuning eval for OpenAI OpenAI API test?+
Evaluates OpenAI's Fine-tuning across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Foundation Model & API eval coverage.
How is the Fine Tuning eval scored?+
The judge rubric: Grade against expected.ideal_behavior and expected.rubric. Per-criterion pass requires mean >= 4.0 and no criterion below 3.
How many test cases does this eval pack include?+
The Fine Tuning pack for OpenAI OpenAI API contains 9 test cases. 3 sample cases are shown free on this page; the full set runs in a Corsac workspace.
How do I run this eval?+
Sign up for Corsac, connect your model or agent endpoint, and run the Fine Tuning pack as-is or after customizing thresholds. Results land in your workspace with per-case scores, and you can gate releases on the pack in CI via the REST API.
Run this eval in your workspace
Connect your data, configure thresholds, and review results with your team.