# Aion

### Model Overview

**Aion** is built for high-resolution inputs and large, complex motion across the frame. It enables extreme slow motion by synthesizing new frames with advanced motion analysis, minimizing duplication and instability even in demanding scenes.

Aion is the best choice for footage with heavy parallax, fast camera movement, or immersive formats where maximum motion accuracy is required.

### Key Capabilities

* Advanced interpolation for complex and large-scale motion
* Supports extreme slow motion with stable, realistic results
* Ideal for high-resolution, immersive, and motion-heavy footage

### Pricing

Apollo charges 2 credits per new GP generated. Apollo Fast charges 1 credit per new GP generated.

| Slow-Mo | 1080p | 4k  |
| ------- | ----- | --- |
| **2x**  | 4     | 15  |
| **4x**  | 11    | 45  |
| **8x**  | 26    | 105 |
| **16x** | 56    | 224 |

{% hint style="info" %}
The above credit costs are all estimates calculated at 10s 30fps. For more accurate pricing, we recommend checking out our [Credit Calculator](https://developer.topazlabs.com/credit-calculator).
{% endhint %}

### Getting Started

**Endpoint**

* [https://api.topazlabs.com/video/](<https://api.topazlabs.com/video/&#xA;>)
  * `model` — `"aion-1"`

**Model-Specific Parameters**

* `slowmo` — decimal between 1 and 16
* `fps` — decimal between 15 and 240
* `duplicate` — boolean
* `duplicate_threshold` — decimal between 0.001 and 0.1

{% hint style="info" %}
No comparison examples included for frame interpolation models. These models are not for upscaling.
{% endhint %}


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
