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

# Changelog

> Latest updates to the Creatify API.

## May 2026

### Changed

* **Aurora pricing reduced**
  * `aurora_v1`: now **1 credit per second** (previously 20 credits per 15-second video).
  * `aurora_v1_fast`: now **0.5 credits per second** (previously 10 credits per 15-second video).
  * Billing is now per-second (partial seconds round up to the next whole second), replacing the previous 15-second increments.

## November 2025

### Added

* **Asset Generator API**: unified endpoints for image and video generation.
* **Inspiration API**: endpoints for inspiration recreation.

## October 2025

### Added

* **`aurora_v1_fast` option** to **`model_version` field** in **aurora** endpoints
  * Fast version of the aurora\_v1 model that maintains high generation quality with faster processing.
  * **Cost:** 10 credits per 15-second video.
  * This option is now available alongside existing `standard` and `aurora_v1` choices.

## September 2025

### Added

* **`model_version` field** in both **AI Avatar v1** and **AI Avatar v2** endpoints
  * New optional parameter to specify which model powers the AI Avatar generation.
  * **Choices:**
    * `standard` – Default. 5 credits per 30-second video.
    * `aurora_v1` – Higher-quality Aurora model. 20 credits per 15-second video.
  * If omitted, the default remains `standard`.
  * This field appears in both request and response payloads.

### Why it matters

Developers can now explicitly select the underlying model for more control over cost and output quality.

***

Stay tuned for more improvements. Older releases will be documented here as new updates are rolled out.
