animate_with_text_v3
Create keyframe-based pixel art animations. Provide a starting frame and optional ending keyframe to generate interpolated animation sequences.
Instructions
Keyframe-based animation — provide a first frame and optional last frame, get interpolated animation. Best for precise start/end control. 4-16 frames, max 256px. Pixel budget: W×H×frames ≤ 524,288. Use animate_with_text_v2 instead if you just want to describe an action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for deterministic generation (default 0) | |
| action | Yes | Action description | |
| last_frame | No | Optional ending keyframe | |
| first_frame | Yes | Starting frame image | |
| frame_count | No | Number of frames (4-16, default 8, must be even) | |
| no_background | No | Generate with transparent background |