> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oumi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# RECIPES

> Reusable configurations for end-to-end model workflows

<Tooltip headline="Recipe" tip="A reusable workflow configuration." cta="Full Definition" href="/reference/key-terms#recipe">Oumi recipes</Tooltip> are ready-to-run JSON configurations that define workflows across the entire [model development lifecycle](/overview#how-oumi-does-it), from [data synthesis](/guides/synthesis) to [evaluation](/guides/evaluations) and [training](/guides/training). They provide full transparency and flexibility, allowing you to inspect and modify any step before it runs.

With recipes, you can easily save, reuse, and standardize model development processes across projects.

## ACCESSING & RUNNING RECIPES

Recipes are automatically generated from your high-level task definitions and remain fully transparent and customizable, allowing you to review each stage of the workflow and modify any component to use them as-is or tailor them to your specific needs.

To access your saved recipes, click `Recipes` in the left-hand navigation.

Once on the **Recipes** page, you can:

* Filter by Type (`Training`, `Synthesis`, `Judge`, `Evaluator`)
* `View/Edit` recipe details/configurations
* `Execute` recipes as jobs

<video autoPlay controls muted loop playsInline allowFullScreen className="w-full aspect-video rounded-xl" src="https://mintcdn.com/oumi/-C82V_kXqoBIcXEj/videos/introduction-recipes.mp4?fit=max&auto=format&n=-C82V_kXqoBIcXEj&q=85&s=b554ec1c3dd03013e9e01e1b1d20fe7f" data-path="videos/introduction-recipes.mp4" />

## RECIPES BY ASSET TYPE

Recipes are organized by asset type, with each one supporting a specific stage of the model development workflow:

<CardGroup cols={4}>
  <Card title="Training recipes" icon="dumbbell" href="/guides/training/recipes">
    Supervised fine-tuning configurations for model training
  </Card>

  <Card title="Data synthesis recipes" icon="wand-magic-sparkles" href="/guides/synthesis/recipes">
    Configurations for creating synthetic datasets
  </Card>

  <Card title="Evaluator recipes" icon="glasses" href="/guides/evaluators/recipes">
    Settings for running model evaluations
  </Card>

  <Card title="Evaluation recipes" icon="chart-column" href="/guides/evaluations/recipes">
    Configurations for defining evaluators and scoring logic
  </Card>
</CardGroup>
