generate_avatar
ActiveTool of Hermoso
declared in 1.0.0
Render a TALKING-AVATAR / creator lip-sync clip from a portrait image + a script. Blocks until done (1–3 min). Requires the avatar capability (canAvatar in hermoso_capabilities). Spends credits.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"image",
"script"
],
"properties": {
"image": {
"type": "string",
"description": "local path or URL of the presenter portrait"
},
"voice": {
"type": "string",
"description": "voice name (Rachel/Sarah/George/Adam)"
},
"script": {
"type": "string",
"description": "the words the avatar speaks"
},
"resolution": {
"type": "string",
"description": "'720p' (default) or '480p' draft"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Hermoso
https://github.com/hermoso-ai/hermoso
1/7 registries