Prompt Buddy logoPrompt Buddy

openai · OpenAI Platform Docs

Model optimization

A guide on improving LLM performance through a continuous optimization loop involving evaluation frameworks, prompt engineering best practices, and fine-tuning workflows.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Model optimization

A guide on improving LLM performance through a continuous optimization loop involving evaluation frameworks, prompt engineering best practices, and fine-tuning workflows.

When To Use

Use when you need to establish a performance baseline, iterate on prompt quality, or determine if fine-tuning is required to improve model accuracy for a specific task.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/model-optimization-workflow-guide.mdA guide detailing workflows for model optimization including building evaluations, prompt engineering, and fine-tuning.Questions about a guide detailing workflows for model optimization including building evaluations, prompt engineering, and fine-tuning.

What This Skill Covers

  • LLM output is non-deterministic, and model behavior changes between model snapshots and families. Developers must constantly measure and tune the performance...
  • Main sections: Model optimization workflow, Build evals, Write effective prompts, Fine-tune a model, Fine-tuning methods.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://developers.openai.com/api/docs/guides/model-optimization.md