SandBase is live — $1 in free credits on signupStart free ›

sandbase-ai modelsvideo generation api

sandbase-ai/ai-avatar-multi

Ai Avatar Multi is sandbase-ai's image-to-video AI model. Bring static images to life with fluid animation, consistent character motion, and professional-grade video output.

Input
The text prompt to guide video generation.

PNG, JPEG, WebP, or GIF · 20 MiB maximum

URL of the input image. If the input image does not match the chosen aspect ratio, it is resized and center cropped.
Resolution of the video to generate. Must be either 480p or 720p. Allowed values: 480p, 720p.
The URL of the Person 2 audio file.
Whether to use only the first audio file.
The URL of the Person 1 audio file.
04294967295
Random seed for reproducibility. If None, a random seed is chosen. Range: 0 to 4294967295.
Idle

Example output — click Run to generate your own

API README

AI Avatar Multi

AI Avatar Multi occupies the reference-led-video role in the model catalog for application builders. Its practical value is to keep a generation brief traceable from request to approval: an upstream service can confirm that it has prompt, image, submit one well-scoped job, and receive a rendered video asset for downstream approval. This positioning explains when the exact sandbase-ai/ai-avatar-multi route belongs in an architecture without borrowing promises from another version, tier, or task variant.

A useful acceptance workflow begins by checking the input readiness, acceptance criteria, and publishing destination. The caller records required values separately from optional choices such as seed, resolution, first_audio_url, second_audio_url, use_only_first_audio, runs a small representative sample, and stores the route name with the resulting artifact. Reviewers then compare that artifact with the agreed acceptance criteria, document any rejected setup, and promote only a successful request shape into larger batches. This workflow gives sandbase-ai/ai-avatar-multi measurable business context while leaving the Highlights section to explain model behavior.

Highlights

  • Two-track conversation input. Separate first and second audio URLs support a pictured exchange between two participants.
  • Selective first-speaker mode. use_only_first_audio can constrain the render to the first supplied track when a second response is not needed.
  • Group portrait animation. A required image anchors the appearance and placement of multiple pictured speakers during generation.
  • Deterministic reruns. A seed can hold the setup steady while teams compare audio choices or dialogue timing.

Pricing

Billing optionPrice
Billing formulaparams.duration * 0.2
Each generated second$0.200000

When to Use

ScenarioWhy it fits
Choose AI Avatar MultiUse it when the job specifically calls for ai avatar multi and the route’s documented input contract matches assets already available in your workflow.
Keep the request reproducibleUse the required image, prompt explicitly, then record optional choices alongside the prompt for repeatable reruns.
Build controlled creative variationsChange one declared control at a time when comparing framing, format, duration, resolution, style, or other route-supported output decisions.
Integrate asynchronous deliveryUse this endpoint when an application can submit work, track completion, and collect the returned media URL instead of requiring an immediate inline artifact.
Validate before a large batchRun representative prompts and source assets first, confirm the visual or audio behavior, then lock the successful request shape for scaled production.

Prompt Guide

Lead with the subject or transformation, then add the composition, environment, style, lighting, motion, voice, or fidelity details relevant to this route. Keep every parameter inside the documented schema; the example below uses only fields declared for sandbase-ai/ai-avatar-multi.

{
  "image": "https://static.sandbase.ai/examples/bytedance/omnihuman/1.5/input_image_1.png",
  "prompt": "A smiling man and woman wearing headphones sit in front of microphones, appearing to host a podcast. They are engaged in conversation, looking at each other and the camera as they speak. The scene captures a lively and collaborative podcasting session.",
  "resolution": "480p"
}

Technical Specs

SpecificationDetails
Model IDsandbase-ai/ai-avatar-multi
Execution modeasync
Task typevideo
seedinteger · optional · min 0 · max 4294967295
imagestring · required
promptstring · required
resolutionstring · optional · choices: 480p, 720p
first_audio_urlstring · optional
second_audio_urlstring · optional
use_only_first_audioboolean · optional

Related Models

More Models by sandbase-ai