All examples
Example Cogtemplate:liveavatar
Portrait + audio → character video
LiveAvatar
Turn one character image and a speech or singing track into expressive long-form video with face, body, camera, and scene guidance.
H100 80GB scale to zero MP4 videoaudio-drivencharacterlong-form
Canonical example
Input and output, side by side
Video-format preview · durable LiveAvatar example pending
01 · input
reference image

image
/static/animation-library/image3d/robot.webp
audio
voice.wav
prompt
Friendly presenter, natural gestures, soft studio light.
quality
standard
02 · MP4 video
preview
Run the same recipe everywhere
curl -sX POST https://app.nz/api/cogs/run \
-H "Authorization: Bearer $APP_NZ_KEY" \
-H "Content-Type: application/json" \
-d '{"template":"liveavatar","input":{"image":"/static/animation-library/image3d/robot.webp","audio":"voice.wav","prompt":"Friendly presenter, natural gestures, soft studio light.","quality":"standard"}}'