animate_with_text_v2
Animate a character image by describing an action in text. Use this when you have a character image without a saved character ID.
Instructions
RECOMMENDED animation tool — animate a character image with a text-described action. Provide a reference image + action text. 32-256px. Frames by size: 32-64px → 16, 128-256px → 4. Use this when you have a character image but NOT a saved character ID. If you have a character ID, use animate_character instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for deterministic generation (default 0) | |
| view | No | Camera perspective (default 'none') | |
| action | Yes | Action to animate (e.g. 'walk', 'cast spell') | |
| direction | No | Facing direction (default 'none') | |
| image_size | Yes | Output frame size (32x32 to 256x256) | |
| no_background | No | Generate with transparent background | |
| reference_image | Yes | Character image to animate with dimensions | |
| reference_image_size | Yes | Character image dimensions |