P-Video Avatar

Model Information

Display Name: P-Video Avatar

API Model ID: prunaai/p-video-avatar

Category: Image To Video

Description: P-Video Avatar generates realistic talking avatar videos from a single static portrait image paired with audio input. Uses PrunaAI's advanced video synthesis to create natural lip-synced digital humans with lifelike head movements and facial expressions. **Key Features:** - Single image + audio input for avatar generation - Automatic lip-sync from audio analysis - Natural head movements and facial expressions - 720p and 1080p output resolution - Optional text prompt for style guidance - Audio duration-based processing **Capabilities:** - Image-to-video avatar generation - Automatic audio-driven lip synchronization - Expression and head movement synthesis - Multi-language audio support - Resolution selection (720p/1080p) **Best For:** - Digital avatar creation for presentations - Spokesperson and marketing videos - Educational content with talking heads - Social media avatar content - Podcast and audiobook visualization - Virtual assistant interfaces **Input Requirements:** - Image: 1 portrait photo (required) - Audio: Audio file URL (required, duration detected automatically) - Prompt: Text guidance (optional) - Resolution: 720p or 1080p **Pricing:** - Per-second billing based on audio duration - 720p: lower cost tier - 1080p: premium cost tier **Limitations:** - Single speaker per generation - Best results with clear frontal portraits - Audio quality affects lip-sync accuracy

How to Use This Model

To use P-Video Avatar via the HInow.ai API, use the model ID: prunaai/p-video-avatar

API Request Example (Image Generation)


POST https://api.hinow.ai/v1/images
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "model": "prunaai/p-video-avatar",
  "prompt": "Your image description here"
}
              

Pricing

  • total: $0.035

Available Parameters

  • audio: Audio URL driving the avatar (required). Duration is detected automatically for billing.
  • resolution: Output video resolution (required). Default: 720p. Affects pricing. (Options: 720p, 1080p)
  • seed: Random seed for reproducibility (optional)

Quick Reference

To use this model, set: "model": "prunaai/p-video-avatar"

Featured: No

Documentation: https://hinow.ai/models/prunaai/p-video-avatar

API Endpoint: https://api.hinow.ai/v1

Back to Models

P-Video Avatar

prunaai/p-video-avatar

$0.035
per second

About

P-Video Avatar generates realistic talking avatar videos from a single static portrait image paired with audio input. Uses PrunaAI's advanced video synthesis to create natural lip-synced digital humans with lifelike head movements and facial expressions.

Key Features:

  • Single image + audio input for avatar generation
  • Automatic lip-sync from audio analysis
  • Natural head movements and facial expressions
  • 720p and 1080p output resolution
  • Optional text prompt for style guidance
  • Audio duration-based processing

Capabilities:

  • Image-to-video avatar generation
  • Automatic audio-driven lip synchronization
  • Expression and head movement synthesis
  • Multi-language audio support
  • Resolution selection (720p/1080p)

Best For:

  • Digital avatar creation for presentations
  • Spokesperson and marketing videos
  • Educational content with talking heads
  • Social media avatar content
  • Podcast and audiobook visualization
  • Virtual assistant interfaces

Input Requirements:

  • Image: 1 portrait photo (required)
  • Audio: Audio file URL (required, duration detected automatically)
  • Prompt: Text guidance (optional)
  • Resolution: 720p or 1080p

Pricing:

  • Per-second billing based on audio duration
  • 720p: lower cost tier
  • 1080p: premium cost tier

Limitations:

  • Single speaker per generation
  • Best results with clear frontal portraits
  • Audio quality affects lip-sync accuracy

Capabilities

Image To Video

Parameters

audio

Audio URL driving the avatar (required). Duration is detected automatically for billing.

resolution

Output video resolution (required). Default: 720p. Affects pricing.

720p1080p
seed

Random seed for reproducibility (optional)

Code Examples

curl -X POST https://api.hinow.ai/v1/videos \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HINOW_API_KEY" \
  -d '{
    "model": "prunaai/p-video-avatar",
    "prompt": "A cat playing with a ball",
    "images": ["https://example.com/image.jpg"],
    "parameters": {
      "audio": "",
      "resolution": "720p",
      "seed": ""
    }
  }'