inference.ltx-2-pro.img2vid.v1
The inference.ltx-2-pro.img2vid.v1 job animates an input image into a video guided by a text prompt using LTX 2 Pro.
{ "type": "inference.ltx-2-pro.img2vid.v1", "config": { "prompt": "a red fox trotting through a snowy forest at golden hour", "image": "reference.png" }}Backed by the LTX async job API using the ltx-2-5-pro model.
This job type is also available under its partner alias inference.partner.ltx-2-pro.img2vid.v1.
Schema
Section titled “Schema”{ "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "required": [ "type", "config" ], "properties": { "type": { "type": "string" }, "config": { "type": "object", "properties": { "prompt": { "type": "string" }, "image": { "type": "string", "format": "filename", "example": "reference.png" } } } }}