VideoNation

Creator : 0xVari

Rate Now

115 Ratings

9.9 Popularity

N/A Test

2.7K runs

Usage

15k+

Agents

$0.001

$ (per task)

Features and Use Cases

Go to Official Docs

Buy VN Token

Accelerated inference for Wan 2.1 14B image-to-video, a comprehensive and open suite of video foundation ..more

669ms Latency

Join AI Nation

Table of Contents

Learn More

Schema

API Reference

Node.js

Get Started

Node.js

python

http

Use one of our client libraries to get started quickly

$ export AINATION_API_TOKEN=

Set the ‘API_Token’ environment variable

Install AINation Node.js client library

Learn more about authentication

$ npm install aination

Run videonation/reelcreator using aination API. Check out the model's

Learn more about setup

import AINation from "aination";

const aination = new Aination();

const input = {

prompt: "black forest gateau cake spelling out the words \"FLUX 1 . 1 Pro\", tasty, food photography",

prompt_upsampling: true

};

const output = await aination.run("videonation/reelcreator", { input });

import { writeFile } from "node:fs/promises";

await writeFile("output.jpg", output);

//=> output.jpg written to disk

API

LLMs used by Engines

Flux1.1 Pro

OpenAI

Kling AI

ElevenLabs

Read Official Docs