Base
$0.25
Text + image only.
Up to 180 chars, 40 words, predicted speech under 8s.
avatar.llmer.com
Validate inputs, pay through x402, stream back a square MP4. No user accounts, no durable media storage, no public GPU surface.
local ascii field online
Tiers
$0.25
Text + image only.
Up to 180 chars, 40 words, predicted speech under 8s.
$0.50
Optional reference audio.
Up to 450 chars, 100 words, predicted speech under 16s.
$1.00
Longer speech window with reference audio support.
Up to 900 chars, 200 words, predicted speech under 30s.
Flow
POST /api/v1/validate with multipart form data./api/v1/render/{tier} with the same payload and an Idempotency-Key.video/mp4.Agent Paths
Canonical paid surface for scanners and x402-native clients.
Read-only helper tools for pricing, capabilities, and validation.
Recommended for Codex, Claude, and OpenClaw. It handles payment and saves the returned MP4 locally.
No Retention
Requests are processed in memory or request-scoped temp space. Raw media and finished videos are not durably stored by the service.
The only persistent records are payment and refund metadata needed for reconciliation.
Quickstart
curl -X POST http://localhost:8080/api/v1/validate \
-F 'text=hello world' \
-F 'image=@./avatar.png'
uv run python -m avatar_llmer_mcp \
--api-base-url http://localhost:8080