Pixverse C1 एपीआई

Cinema-grade video model for action and effects work, from text, images, first and last frames, or references, with native synchronized audio.

PixVerseवीडियो जनरेशनरिलीज 7 अप्रैल 2026स्वामित्व वाला एंडपॉइंट

Pixverse C1 के बारे में

Cinema-grade video model for action and effects work, from text, images, first and last frames, or references, with native synchronized audio.

text to videoimage to videoreference to videoaudio synccharacter consistencycamera control

Pixverse C1 की विशेषताएं

मॉडल ID
pixverse-c1
प्रदाता
PixVerse
श्रेणी
वीडियो जनरेशन
रिलीज
7 अप्रैल 2026
इनपुट
टेक्स्टइमेज
आउटपुट
वीडियो
एंडपॉइंट
POST/v1/videos/generations
वैकल्पिक मॉडल ID
pixverse/c1

Pixverse C1 API की कीमतें

EmpirioLabs कैटलॉग से लाइव pay-as-you-go दरें। आप सिर्फ उतना ही भुगतान करते हैं जितना उपयोग करते हैं, कोई मासिक न्यूनतम नहीं।

प्रकार
स्पेक
दर
Standard 360p no audio
per second
$0.12
Standard 360p with audio
per second
$0.16
Standard 540p no audio
per second
$0.16
Standard 540p with audio
per second
$0.20
Standard 720p no audio
per second
$0.20
Standard 720p with audio
per second
$0.26
Standard 1080p no audio
per second
$0.38
Standard 1080p with audio
per second
$0.48
पूरे कीमत पेज पर तुलना करें

Pixverse C1 API को कैसे कॉल करें

Pixverse C1 POST /v1/videos/generations से चलता है। request तुरंत job_id देती है; job पूरा होने तक GET /v1/jobs/{job_id} को poll करें और परिणाम से आउटपुट URLs पढ़ें। EmpirioLabs डैशबोर्ड से API key प्राप्त करें।

cURL: job सबमिट करें
curl https://api.empiriolabs.ai/v1/videos/generations \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "pixverse-c1",
    "prompt": "Describe what you want Pixverse C1 to generate."
  }'
cURL: परिणाम के लिए poll करें
curl https://api.empiriolabs.ai/v1/jobs/JOB_ID \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY"
Python
import requests

response = requests.post(
    "https://api.empiriolabs.ai/v1/videos/generations",
    headers={"Authorization": "Bearer YOUR_EMPIRIOLABS_API_KEY"},
    json={
        "model": "pixverse-c1",
        "prompt": "Describe what you want Pixverse C1 to generate.",
    },
)
job = response.json()

# Generation runs as an async job. Poll until it completes.
import time
while True:
    status = requests.get(
        f"https://api.empiriolabs.ai/v1/jobs/{job['job_id']}",
        headers={"Authorization": "Bearer YOUR_EMPIRIOLABS_API_KEY"},
    ).json()
    if status.get("status") in ("completed", "failed"):
        print(status)
        break
    time.sleep(5)
Pixverse C1 API का पूरा संदर्भ

Pixverse C1 API के पैरामीटर

EmpirioLabs पर Pixverse C1 API द्वारा समर्थित request पैरामीटर। फ़ील्ड छोड़ने पर डिफ़ॉल्ट मान लागू होते हैं।

पैरामीटरप्रकारडिफॉल्टरेंज / मानविवरण
promptstring--Scene description, up to 2048 characters. In reference mode you can address a named reference inline as @name followed by a space.
modeenumautoauto, t2v, i2v, transition, referenceHow your inputs are used. auto detects it from what you attach. t2v is text to video. i2v animates one image. transition interpolates between a first and last frame....
resolutionenum720p360p, 540p, 720p, 1080pOutput resolution. Higher resolutions bill at a higher per-second rate.
aspect_ratioenum16:916:9, 4:3, 1:1, 3:4, 9:16, 2:3, 3:2, 21:9Output aspect ratio. Used by text-to-video and reference modes. Image-driven modes follow the source image instead.
durationnumber51 से 15Clip length in seconds.
generate_audio_switchbooleanfalse-Generate native synchronized audio with the video. Bills at the higher with-audio rate for the chosen resolution.
seednumber-0 से 2147483647Reproducibility seed. The same seed with the same inputs returns a similar result.
reference_namesstring--Comma-separated names for the attached reference images, in order, so the prompt can address them as @name.
imagestring--Source or first-frame image URL.
image_endstring--Last-frame image URL for transition mode.

जानने योग्य

PixVerse C1 is the cinematic tier, tuned for physically grounded character motion, action choreography and effects work, with automatic storyboarding from the prompt.

Modes

  • t2v: text to video.
  • i2v: animate a single image.
  • transition: interpolate between a first-frame and a last-frame image.
  • reference: combine up to 7 reference images, including multi-panel storyboard frames.

आउटपुट

  • 360p, 540p, 720p and 1080p, 1 to 15 seconds.
  • Aspect ratios 16:9, 4:3, 1:1, 3:4, 9:16, 2:3, 3:2 and 21:9 on text-to-video and reference modes. Image-driven modes follow the source image.
  • Set generate_audio_switch to true for native synchronized audio.

Billing

  • Billed per second of generated video at the rate for the output resolution, with a higher rate when audio is on.

Input limits

  • Images: PNG, JPEG or WebP, up to 20MB and 10000px on the long edge.

C1 does not support clip extension. Use PixVerse V6 for that.

Pixverse C1 API: आम सवाल

Pixverse C1 API की कीमत कितनी है?

EmpirioLabs पर Pixverse C1 का बिल उपयोग के अनुसार बनता है: Standard 360p no audio $0.12 per second; Standard 360p with audio $0.16 per second; Standard 540p no audio $0.16 per second। इस पेज की लाइव दर तालिका हमेशा API की वास्तविक बिलिंग से मेल खाती है।

Pixverse C1 कौन सा endpoint उपयोग करता है?

Pixverse C1 api.empiriolabs.ai पर POST /v1/videos/generations के ज़रिए मिलता है, मानक Bearer टोकन प्रमाणीकरण के साथ।

क्या मैं इंटीग्रेट करने से पहले ब्राउज़र में Pixverse C1 आज़मा सकता हूं?

हां। EmpirioLabs playground ब्राउज़र में Pixverse C1 को उन्हीं पैरामीटरों के साथ चलाता है जो API देता है, ताकि आप कोड लिखने से पहले prompt आज़मा सकें।

Pixverse C1 की API key कैसे मिलेगी?

EmpirioLabs खाता बनाएं, फिर डैशबोर्ड में API Keys में key जनरेट करें। बिलिंग pay-as-you-go क्रेडिट से होती है, इसलिए आप सिर्फ अपनी requests का भुगतान करते हैं।

बेहतर समापन बिंदुओं का उपयोग करने के लिए तैयार हैं?

हमारे मूल्य निर्धारण की जाँच करें या यदि आप चाहते हैं कि आपका अपना मॉडल हमारे स्टैक पर तैनात किया जाए, तो पहुंचें।