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

# Models

# `synth_ai.research.models`

Research API model aliases.

Typed wire models live in the canonical `synth_ai.managed_research.models` package.
Import these names from `synth_ai.research.models` in customer code.

| Public name                   | Role                                                   |
| ----------------------------- | ------------------------------------------------------ |
| `ResearchProject`             | Project record                                         |
| `ResearchRun`                 | Run state model returned by `runs.wait` / `runs.state` |
| `ResearchRunbookPreset`       | Named runbook preset for `runs.create`                 |
| `ResearchWorkProduct`         | Work product metadata                                  |
| `ResearchCreateProjectResult` | Result of runnable project creation                    |
