Avatar Generation

Hedra

premium

Hedra is an enterprise-grade avatar generation provider offering Talking Head Video through Aweb's unified API. It features none streaming support with standard-tier latency.

Try HedraOfficial docs

Specifications

CategoryAvatar Generation
Auth Typeapi_key
Latency Tierstandard
Streamingnone
Pricing Tierpremium
Reliabilitystandard
Qualitypremium
Base URLhttps://api.hedra.com
SDK Package

Capabilities (1)

Talking Head Videovideo.talking-head
Score: 85

Quick start

Use Hedra through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "hedra",
    "capability": "video.talking-head",
    "input": { "prompt": "Hello from Hedra!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'hedra',
  capability: 'video.talking-head',
  input: { prompt: 'Hello from Hedra!' },
});

console.log(result.output);

Related Avatar Generation providers

Tavus

premium tier

Simli

standard tier

HeyGen

premium tier

D-ID

standard tier

Getting started →API reference →All capabilities →All providers →