sandbase-ai/ai-avatar-multi-text
Ai Avatar Multi Text by sandbase-ai - animate still images into dynamic videos with AI. Transform photos into cinematic clips with natural motion, camera movement, and optional audio generation.
PNG, JPEG, WebP, or GIF · 20 MiB maximum
Example output — click Run to generate your own
Send your first request
OpenAI-compatible endpoint with unified authentication and usage tracking.
https://api.sandbase.ai/v1/runsandbase-ai/ai-avatar-multi-textInput Schema
8 parameters · 2 required · 6 optional
| Parameter | Type | Required | Description |
|---|---|---|---|
image | string | Required | URL of the input image. If the input image does not match the chosen aspect ratio, it is resized and center cropped. |
prompt | string | Required | The text prompt to guide video generation. |
seed | integer | Optional | Random seed for reproducibility. If None, a random seed is chosen. · Min: 0 · Max: 4294967295 · Default: 81 |
voice1 | string | Optional | The first person's voice to use for speech generation · Options: Aria, Roger, Sarah, Laura, Charlie, George, Callum, River, Liam, Charlotte, Alice, Matilda, Will, Jessica, Eric, Chris, Brian, Daniel, Lily, Bill · Default: "Sarah" AriaRogerSarahLauraCharlieGeorgeCallumRiverLiamCharlotteAliceMatildaWillJessicaEricChrisBrianDanielLilyBill |
voice2 | string | Optional | The second person's voice to use for speech generation · Options: Aria, Roger, Sarah, Laura, Charlie, George, Callum, River, Liam, Charlotte, Alice, Matilda, Will, Jessica, Eric, Chris, Brian, Daniel, Lily, Bill · Default: "Roger" AriaRogerSarahLauraCharlieGeorgeCallumRiverLiamCharlotteAliceMatildaWillJessicaEricChrisBrianDanielLilyBill |
resolution | string | Optional | Resolution of the video to generate. Must be either 480p or 720p. · Options: 480p, 720p · Default: "480p" 480p720p |
first_text_input | string | Optional | The text input to guide video generation. |
second_text_input | string | Optional | The text input to guide video generation. |
Output Schema
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the generation task |
status | string | Task status: pending, running, completed, failed, timeout |
model | string | Model used for the generation |
outputs | array | Array of output items |
outputs[].url | string | URL of the generated artifact |
outputs[].content_type | string | MIME type (e.g. image/png, video/mp4) |
error | object | null | Error details if failed, null on success |
error.type | string | Machine-readable error type code |
error.message | string | Human-readable error description |
Async Workflow
This model uses asynchronous execution. Submit a request and poll for the result.
- Submit — POST to /v1/run, receive an
id - Poll — GET /v1/run/{id} until status is
completed,failed, ortimeout - Retrieve — Read
outputsfrom the completed response
Code Examples
Ready-to-run snippets
# Step 1: Submit
curl -X POST https://api.sandbase.ai/v1/run \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "sandbase-ai/ai-avatar-multi-text",
"seed": 81,
"image": "https://static.sandbase.ai/examples/bytedance/omnihuman/1.5/input_image_1.png",
"prompt": "Two kids talking on a lunch.",
"voice1": "Sarah",
"voice2": "Roger",
"resolution": "480p",
"first_text_input": "Do you know what are we eating?",
"second_text_input": "I dont know I am eating this because our mother gave it to us. I think it is something called milky pie."
}'
# Step 2: Poll result (replace <id>)
curl https://api.sandbase.ai/v1/run/<id> \
-H "Authorization: Bearer YOUR_API_KEY"API README
AI Avatar Multi Text
AI Avatar Multi Text occupies the reference-led-video role in the model catalog for application builders. Its practical value is to separate this job from adjacent family routes: 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-text route belongs in an architecture without borrowing promises from another version, tier, or task variant.
A useful acceptance workflow begins by checking the request intent, asset eligibility, and downstream placement. The caller records required values separately from optional choices such as seed, voice1, voice2, resolution, first_text_input, second_text_input, 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-text measurable business context while leaving the Highlights section to explain model behavior.
Highlights
- Two written dialogue channels.
first_text_inputandsecond_text_inputprovide independent lines for the pictured participants. - Per-speaker voice selection.
voice1andvoice2assign distinct synthesized voices to the two text tracks. - Multi-person still-image animation. The required image establishes the participants and scene before their written dialogue is rendered.
- Resolution choice. The route exposes its declared resolution setting alongside dialogue and voice decisions.
Pricing
| Billing option | Price |
|---|---|
| Billing formula | params.duration * 0.2 |
| Each generated second | $0.200000 |
When to Use
| Scenario | Why it fits |
|---|---|
| Choose AI Avatar Multi Text | Use it when the job specifically calls for ai avatar multi text and the route’s documented input contract matches assets already available in your workflow. |
| Keep the request reproducible | Use the required image, prompt explicitly, then record optional choices alongside the prompt for repeatable reruns. |
| Build controlled creative variations | Change one declared control at a time when comparing framing, format, duration, resolution, style, or other route-supported output decisions. |
| Integrate asynchronous delivery | Use 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 batch | Run 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-text.
{
"image": "https://static.sandbase.ai/examples/bytedance/omnihuman/1.5/input_image_1.png",
"prompt": "Two kids talking on a lunch.",
"voice1": "Sarah",
"voice2": "Roger",
"resolution": "480p"
}
Technical Specs
| Specification | Details |
|---|---|
| Model ID | sandbase-ai/ai-avatar-multi-text |
| Execution mode | async |
| Task type | video |
seed | integer · optional · min 0 · max 4294967295 |
image | string · required |
prompt | string · required |
voice1 | string · optional · choices: Aria, Roger, Sarah, Laura, Charlie, George, Callum, River, Liam, Charlotte, Alice, Matilda, Will, Jessica, Eric, Chris, Brian, Daniel, Lily, Bill |
voice2 | string · optional · choices: Aria, Roger, Sarah, Laura, Charlie, George, Callum, River, Liam, Charlotte, Alice, Matilda, Will, Jessica, Eric, Chris, Brian, Daniel, Lily, Bill |
resolution | string · optional · choices: 480p, 720p |
first_text_input | string · optional |
second_text_input | string · optional |

