HeyGen Avatar IV
What is HeyGen Avatar IV
HeyGen Avatar IV is an interactive avatar video model from HeyGen. It is a next-generation avatar offering improved visual fidelity for generating interactive avatar experiences.
HeyGen Avatar IV via varg vs. calling HeyGen directly
| Feature | Calling HeyGen directly | Using via varg |
|---|---|---|
| Separate account / API key needed | Yes | No — authentication is handled by the varg multi-provider gateway |
| Combine with other models in one pipeline | No | Yes, via JSX composition |
| Automatic caching | No | Yes, via varg |
Pricing
HeyGen Avatar IV costs $10.50 per second of output (conditional pricing).
Code example
import { Video } from 'varg';
export default function Avatar() {
return (
<Video
model="heygen:heygen_avatar_iv"
script="Hello, I am your AI avatar."
/>
);
}
When to use HeyGen Avatar IV vs. sibling models
Source data does not include sibling video models for direct comparison. Choose HeyGen Avatar IV when you specifically need HeyGen’s interactive avatar capabilities with next-generation visual fidelity.
FAQ
- How much does HeyGen Avatar IV cost via varg? $10.50 per second of output (conditional pricing).
- Do I need a separate HeyGen account to use HeyGen Avatar IV via varg? No. varg’s multi-provider gateway handles provider authentication, and you are billed through varg credits.
- Can I combine HeyGen Avatar IV with other models in one pipeline? Yes. You can compose it with other models using varg’s JSX composition features.
FAQ
How much does HeyGen Avatar IV cost via varg?
HeyGen Avatar IV costs $10.50 per second of output via varg, under conditional pricing terms.
Do I need a separate HeyGen account to use HeyGen Avatar IV via varg?
No. varg’s multi-provider gateway handles provider authentication, and you are billed through varg credits.
Can I combine HeyGen Avatar IV with other models in one pipeline?
Yes. You can compose it with other models using varg’s JSX composition features.