PixVerse V6
Generate video from text or frames with motion, audio, and continuation controls.
- 텍스트를 동영상으로
- 이미지를 동영상으로
플레이그라운드
입력
Video content description
Input image URL array for image-to-video mode (only the first image is used)
First frame image URL for transition mode. Must be provided together with lastFrameImage
Last frame image URL for transition mode. Must be provided together with firstFrameImage
실행 비용은 잔액에서 차감됩니다.
출력
출력이 여기에 표시됩니다.
가격
| 옵션 | 생성당 가격 | fal.ai | 절약 금액 |
|---|---|---|---|
| Audio: no · Resolution: 360p · Duration: 1s | $0.024 | $0.025 | −5% |
| Audio: yes · Resolution: 360p · Duration: 1s | $0.033 | $0.035 | −5% |
| Audio: no · Resolution: 540p · Duration: 1s | $0.033 | $0.035 | −5% |
| Audio: yes · Resolution: 540p · Duration: 1s | $0.043 | $0.045 | −5% |
| Audio: no · Resolution: 720p · Duration: 1s | $0.043 | $0.045 | −5% |
| Audio: yes · Resolution: 720p · Duration: 1s | $0.057 | $0.06 | −5% |
| Audio: no · Resolution: 1080p · Duration: 1s | $0.086 | $0.09 | −5% |
| Audio: yes · Resolution: 1080p · Duration: 1s | $0.109 | $0.115 | −5% |
빠른 시작
전체 API 레퍼런스 →1curl -X POST https://api.api-stock.com/api/v1/generation/create \2 -H "Authorization: Bearer $API_STOCK_KEY" \3 -H "Content-Type: application/json" \4 -d '{5 "model": "pixverse-v6",6 "input": {7 "prompt": "해질녘 도시의 영화 같은 장면",8 "resolution": "540p",9 "duration": 5,10 "size": "16:9",11 "seed": 0,12 "audio": false,13 "watermark": false,14 "generateMultiClipSwitch": false15 }16 }'
매개변수
| 이름 | 유형 | 필수 | 기본값 | 설명 |
|---|---|---|---|---|
prompt | string | 예 | — | Video content description |
resolution | string | 아니요 | 540p | Video resolution tier (affects pricing)다음 중 하나: 360p, 540p, 720p, 1080p |
duration | number | 아니요 | 5 | Video duration in seconds (1-15). Transition mode only supports 5 or 8 |
size | string | 아니요 | 16:9 | Video aspect ratio. Only effective in text-to-video and multi-reference fusion modes다음 중 하나: 16:9, 4:3, 1:1, 3:4, 9:16, 2:3, 3:2, 21:9 |
seed | number | 아니요 | 0 | Random seed |
negativePrompt | string | 아니요 | — | Negative prompt to exclude unwanted content |
audio | boolean | 아니요 | false | Whether to generate an audio track (increases pricing) |
watermark | boolean | 아니요 | false | Whether to add a watermark in the bottom-right corner |
motionMode | string | 아니요 | — | Motion mode. pixverse-v6 only supports "normal"다음 중 하나: normal |
generateMultiClipSwitch | boolean | 아니요 | false | Whether to generate a multi-clip continuous video. Only supported in text-to-video and image-to-video modes |
imageUrls | string[] | 아니요 | — | Input image URL array for image-to-video mode (only the first image is used) |
firstFrameImage | string | 아니요 | — | First frame image URL for transition mode. Must be provided together with lastFrameImage |
lastFrameImage | string | 아니요 | — | Last frame image URL for transition mode. Must be provided together with firstFrameImage |
imgReferences | string[] | 아니요 | — | Reference image URLs for multi-reference fusion mode (1-7 images) |
extendFromTaskId | string | 아니요 | — | Source task ID for video extension mode |
자주 묻는 질문
PixVerse V6의 비용은 얼마인가요?
PixVerse V6의 API Stock API 사용 가격은 $0.024 생성당부터 시작합니다. 단일 선불 잔액에서 사용량에 따라 지불하며, 구독은 필요하지 않습니다. 최종 가격은 해상도나 길이와 같은 매개변수에 따라 달라집니다.
PixVerse V6 API는 어떻게 호출하나요?
API 키와 모델 ID "pixverse-v6"를 사용해 https://api.api-stock.com/api/v1/generation/create로 POST 요청을 보내세요. 요청하면 폴링할 작업 ID가 반환되며, 결과가 준비되면 웹훅 콜백을 받을 수도 있습니다. 바로 실행할 수 있는 예제는 위의 빠른 시작에 있습니다.
PixVerse V6은(는) 어떤 입력 매개변수를 지원하나요?
PixVerse V6은(는) 15개의 입력 매개변수를 지원합니다 (필수 필드 prompt 포함). 해당 유형, 기본값 및 허용되는 값은 위의 매개변수 표에 나와 있습니다.
PixVerse V6 요청이 실패하면 어떻게 되나요?
API Stock은 자동으로 예비 제공업체에 요청을 재시도합니다. 모든 제공업체에서 실패하면 요금이 잔액으로 환불됩니다.
다른 모델과 동일한 API 키로 PixVerse V6을(를) 사용할 수 있나요?
예. API Stock의 모든 모델(비디오, 이미지, 음악, 채팅)은 하나의 API 키와 하나의 선불 잔액을 공유하므로, 새 인증 정보 없이 PixVerse V6으로 전환할 수 있습니다.