Topaz Labs modelsvideo generation api

topaz/interpolate/video

Interpolate Video is Topaz Labs's video-to-video AI model. Transform, enhance, and edit video content using text prompts - from style changes to object manipulation and scene modification.

Input
URL of the video to retime / interpolate
16120
Target frames per second for the interpolated output. Range: 16 to 120.
Frame interpolation model. Apollo is general-purpose; Chronos targets real-world motion; Aion handles extreme/complex motion. Allowed values: Apollo, Chronos, Aion.
18
Slow-motion factor: 2 makes the output twice as long at the target FPS (2x slow motion), up to 8x. 1 keeps the original speed. The extra generated frames are billed like interpolated frames. Range: 1 to 8.
Whether to use H264 codec for output video. Default is H265.
Idle

Example output — click Run to generate your own

API README

Video

Video brings a dedicated workflow to the topaz/interpolate/video workflow for video work in video production. The endpoint is especially useful when a project has a defined transformation goal and needs a repeatable request contract instead of an ad-hoc desktop step. Teams can place this named operation inside review, asset preparation, and publishing pipelines while keeping the original request attached to every result. Interpolate Video is Topaz Labs's video-to-video AI model. Transform, enhance, and edit video content using text prompts - from style changes to object manipulation and scene modification. Because topaz/interpolate/video is a separate catalog entry, evaluations should use this route’s own inputs, output expectations, and billing behavior. This capability boundary is specific to the endpoint named above.

The mandatory portion is no mandatory fields declared by the schema. For example, the route documentation includes “https://v3.fal.media/files/kangaroo/y5-1YTGpun17eSeggZMzX_video-1733468228.mp4”. Video exposes video, target_fps, model, slowdown_factor, H264_output as its documented request surface. video controls uRL of the video to retime / interpolate; target fps controls target frames per second for the interpolated output; model controls frame interpolation model. Apollo is general-purpose; Chronos targets real-world motion; Aion handles extreme/complex motion; model accepts Apollo, Chronos, Aion; slowdown factor controls slow-motion factor: 2 makes the output twice as long at the target FPS (2x slow motion), up to 8x. 1 keeps the original speed. The extra generated frames are billed like interpolated frames; H264 output controls whether to use H264 codec for output video. Default is H265. Applications can submit that exact shape asynchronously, retain the chosen arguments in job metadata, and collect the resulting media URL for review or publishing.

Highlights

  • Motion-compensated interpolation. Topaz Interpolate Video creates intermediate frames between source frames to raise playback frame rate or support slow-motion delivery.
  • Smoother temporal cadence. Added frames reduce visible judder when motion is retimed or converted to a higher-frame-rate presentation.
  • Source-motion guidance. The existing clip defines subject movement and camera trajectory, keeping the operation focused on temporal reconstruction.
  • Post-production flexibility. Interpolated output gives editors more options for slow motion, standards conversion, and fluid playback.

Pricing

Billing optionPrice
Billing formula(usage.duration ?? 10) * (params.model == "Apollo" ? ((((usage.width ?? 1920) * (usage.height ?? 1080)) > 2073600) ? 0.069 : 0.0345) : params.model == "Chronos" ? ((((usage.width ?? 1920) * (usage.height ?? 1080)) > 2073600) ? 0.069 : 0.0345) : ((((usage.width ?? 1920) * (usage.height ?? 1080)) > 2073600) ? 0.196 : 0.0575)) * ((params.target_fps ?? 60) / 60) * (params.slowdown_factor ?? 1)
Catalog base price$0.345000

When to Use

ScenarioWhy it fits
Choose VideoUse it when the job specifically calls for video and the route’s documented input contract matches assets already available in your workflow.
Keep the request reproducibleUse the required inputs explicitly, then record optional choices alongside the prompt for repeatable reruns.
Build controlled creative variationsChange one declared control at a time when comparing framing, format, duration, resolution, style, or other route-supported output decisions.
Integrate asynchronous deliveryUse this endpoint when an application can submit work, track completion, and collect the returned media URL instead of requiring an immediate inline artifact.
Validate before a large batchRun representative prompts and source assets first, confirm the visual or audio behavior, then lock the successful request shape for scaled production.

Prompt Guide

Lead with the subject or transformation, then add the composition, environment, style, lighting, motion, voice, or fidelity details relevant to this route. Keep every parameter inside the documented schema; the example below uses only fields declared for topaz/interpolate/video.

{
  "model": "Apollo"
}

Technical Specs

SpecificationDetails
Model IDtopaz/interpolate/video
Execution modeasync
Task typevideo
videostring · optional
target_fpsinteger · optional · min 16 · max 120
modelstring · optional · choices: Apollo, Chronos, Aion
slowdown_factorinteger · optional · min 1 · max 8
H264_outputboolean · optional

Related Models

Related Models