> For the complete documentation index, see [llms.txt](https://developer.topazlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.topazlabs.com/video-models/frame-interpolation.md).

# Frame Interpolation

### Model Family Overview

Specialized frame interpolation models designed to precisely change frame rates or create smooth slow motion by creating new, intermediate frames while preserving motion continuity and visual detail.

### Key Features

**Adjust frame rate with smooth, natural motion.**

* Convert footage between common or custom frame rates without introducing jitter.

**Create fluid slow motion at any speed.**

* Generate intermediate frames to extend time while maintaining believable movement.

**Handle complex motion with minimal artifacts.**

* Advanced motion estimation manages parallax, reflections, and non-linear movement.

### Pricing

Our frame interpolation models cost varying credits per output GP generated. We recommend referencing specific model pages for actual estimates.

<table><thead><tr><th>Model</th><th width="367.3740234375">Credits per GP</th></tr></thead><tbody><tr><td><code>Aion</code></td><td>6</td></tr><tr><td><code>Apollo</code> <code>Chronos</code></td><td>2</td></tr><tr><td><code>Apollo Fast</code> <code>Chronos Fast</code></td><td>1</td></tr></tbody></table>

### Models

#### "Quality" Models

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><code>Aion</code></td><td><a href="/pages/Rc8GrvKzIBXPevJWopyT">/pages/Rc8GrvKzIBXPevJWopyT</a></td><td><a href="/files/aLmcBg3Xg5sZtDhwQrd4">/files/aLmcBg3Xg5sZtDhwQrd4</a></td></tr><tr><td><code>Apollo</code></td><td><a href="/pages/ZhoGz5VxYYcqm2SDDKML">/pages/ZhoGz5VxYYcqm2SDDKML</a></td><td><a href="/files/b8ZYlcikOKEVyKxjR7QZ">/files/b8ZYlcikOKEVyKxjR7QZ</a></td></tr><tr><td><code>Chronos</code></td><td><a href="/pages/kouyCx3LgHHfLTzmIBrU">/pages/kouyCx3LgHHfLTzmIBrU</a></td><td><a href="/files/hTDELvlVAyABq0lCO2AK">/files/hTDELvlVAyABq0lCO2AK</a></td></tr></tbody></table>

#### "Fast" Models

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><code>Apollo Fast</code></td><td><a href="/pages/dNHtFXtpCMkrraa22s9w">/pages/dNHtFXtpCMkrraa22s9w</a></td><td><a href="/files/wPossR0PdQo2Dh2uBOtT">/files/wPossR0PdQo2Dh2uBOtT</a></td></tr><tr><td><code>Chronos Fast</code></td><td><a href="/pages/5rUaTuF8aMBBuSfjWfg0">/pages/5rUaTuF8aMBBuSfjWfg0</a></td><td><a href="/files/LwGfhF6UVlzyAdMbwNLa">/files/LwGfhF6UVlzyAdMbwNLa</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developer.topazlabs.com/video-models/frame-interpolation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
