inference.tenstorrent.wan2-2-lightning.img2vid.v1
Schema
Section titled “Schema”{ "type": "object", "required": [ "type", "config" ], "additionalProperties": false, "properties": { "type": { "type": "string", "enum": [ "inference.tenstorrent.wan2-2-lightning.img2vid.v1" ] }, "config": { "type": "object", "required": [ "prompt" ], "additionalProperties": false, "properties": { "prompt": { "type": "string", "minLength": 1, "maxLength": 2000, "description": "Text description of the video to generate from the input image.", "examples": [ "A kitten running in the moonlight" ] }, "image": { "type": "string", "format": "filename", "description": "First-frame image to animate into a video. Required at runtime; if omitted, the first uploaded blob is used.", "examples": [ "first_frame.png", "input.jpg" ] } } } }}