OmniHuman 1.5 API 가격
Pay-as-you-go access through PiAPI.
OmniHuman 1.5 API
$0.13/s
- Audio-driven avatar generation
- Full-body and talking-head videos
Features
Capabilities from the production model page.
오디오 기반 전신 생성이 가능한가요?
네. 텍스트, 이미지, 오디오 입력에서 직접 전신 아바타 영상을 생성하고 입술 움직임과 몸 움직임을 동기화할 수 있습니다.
프롬프트로 장면이나 감정을 제어할 수 있나요?
네. 프롬프트를 통해 배경과 감정 톤을 세밀하게 지정하면서 정체성 일관성을 유지할 수 있습니다.
Multi-Character & Multi-Audio Scene Generation
OmniHuman 1.5 AI API animates multiple characters within a single scene, each driven by independent audio tracks and coordinated interactions.
Long-Horizon Avatar Generation
OmniHuman 1.5 AI maintains motion coherence, expressiveness, and temporal consistency in video sequences exceeding one minute.
Diverse Character Styles & Appearance
OmniHuman supports a wide range of character styles and visual identities while preserving realism and expressiveness.
Temporal Identity Preservation
With pseudo last frame identity preservation technique, OmniHuman 1.5 prevents appearance drift across frames.
고급 학습 아키텍처
멀티모달 대규모 언어 모델, 통합 글로벌 플래닝, keyframe 제어 아키텍처, cross-attention, 향상된 lip-sync 전략, 최적화된 데이터 처리를 활용합니다.
프롬프트로 장면이나 감정을 제어할 수 있나요?
네. 프롬프트를 통해 배경과 감정 톤을 세밀하게 지정하면서 정체성 일관성을 유지할 수 있습니다.
벤치마크 리더십
Kling AI의 내부 데이터셋 375개의 image-audio-prompt 샘플 에서 테스트한 결과 OmniHuman 1.5는 Omnihuman-1 및 HeyGen Avatar 보다 우수한 생성 품질을 보여줍니다.
Get started
Create your API key
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Top up credits
Add credits on the billing page when you are ready to scale beyond the free tier.
Call the API
POST your first task following the API docs, then poll the task until the result is ready.
Iterate in the playground
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "omni-human",
"task_type": "omni-human-1.5",
"input": {
"prompt": "A presenter speaking naturally to camera",
"image_url": "YOUR_IMAGE_URL",
"audio_url": "YOUR_AUDIO_URL",
"fast_mode": false
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"video_url": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run omnihuman-1-5 \ prompt="A presenter speaking naturally to camera" \ image_url=YOUR_IMAGE_URL \ audio_url=YOUR_AUDIO_URL \ fast_mode=false ✓ Task completed! https://img.theapi.app/ephemeral/…
FAQ
OmniHuman 1.5란 무엇인가요?
Kling AI Avatar는 Bytedance의 AI 기술로, 상상 속 아바타를 생성할 수 있습니다. OmniHuman-1를 통해 지금 OmniHuman 1.5 API로 아바타를 만들 수 있습니다!
OmniHuman 1.5 API란 무엇인가요?
OmniHuman 1.5 API는 가상 아이덴티티와 창의적 제작 파이프라인을 위한 고충실도 포토리얼 및 스타일화 출력의 고급 아바타 생성 기능을 제공합니다.
How can I use OmniHuman?
PiAPI offers API endpoints for avatar generation. Documentation includes full API references, request examples, and usage guides.
How does OmniHuman compare to other AI video generation tools?
OmniHuman is an avatar generation model that specializes in AI avatar generation, as compared to other general-purpose video generation tools. Check out our blog comparison between OmniHuman 1.5 vs Kling AI Avatarto find out more!
OmniHuman 1.5는 NSFW 또는 제한된 콘텐츠를 지원하나요?
Please refer to our NSFW policyfor more information and follow the guidelines.
오디오 기반 전신 생성이 가능한가요?
네. 텍스트, 이미지, 오디오 입력에서 직접 전신 아바타 영상을 생성하고 입술 움직임과 몸 움직임을 동기화할 수 있습니다. Go to our OmniHuman AI video generatorto experiment with audio-driven virtual human AI avatar.
프롬프트로 장면이나 감정을 제어할 수 있나요?
네. 프롬프트를 통해 배경과 감정 톤을 세밀하게 지정하면서 정체성 일관성을 유지할 수 있습니다.
More questions? See the API docs.
Our blog
OmniHuman 1.5 API


