플레이그라운드
입력
Text description. Required unless at least one media input is supplied. In reference mode you can address assets positionally with "图N / 视频N / 音频N" labels; indices run per media type.
Image URLs without explicit roles. In the frame family the first item is the start frame and an optional second is the end frame; in the reference family every item is a reference image (up to 10).
Reference videos, up to 5 clips of 1-15s each (total <= 15s). Input video duration plus the requested output duration must stay within 30 seconds.
Reference audio, up to 5 clips of 1-15s each (total <= 15s).
Reference document driving the generation (docx/xlsx/pptx/pdf/txt/md and similar, <=100MB, <=50 pages). Cannot be combined with linkUrl. A prompt is optional when this is supplied.
Public, login-free web page to turn into a video. Cannot be combined with fileUrl.
실행 비용은 잔액에서 차감됩니다.
출력
출력이 여기에 표시됩니다.
빠른 시작
전체 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": "wan3.0-video",6 "input": {7 "size": "adaptive",8 "resolution": "480p",9 "duration": 5,10 "audio": true,11 "watermark": false12 }13 }'
매개변수
| 이름 | 유형 | 필수 | 기본값 | 설명 |
|---|---|---|---|---|
prompt | string | 아니요 | — | Text description. Required unless at least one media input is supplied. In reference mode you can address assets positionally with "图N / 视频N / 音频N" labels; indices run per media type. |
imageUrls | string[] | 아니요 | — | Image URLs without explicit roles. In the frame family the first item is the start frame and an optional second is the end frame; in the reference family every item is a reference image (up to 10). |
imageWithRoles | string[] | 아니요 | — | Images with explicit roles. Use this when you need first/last frame or reference images stated outright rather than inferred from order. |
videoUrls | string[] | 아니요 | — | Reference videos, up to 5 clips of 1-15s each (total <= 15s). Input video duration plus the requested output duration must stay within 30 seconds. |
audioUrls | string[] | 아니요 | — | Reference audio, up to 5 clips of 1-15s each (total <= 15s). |
fileUrl | string | 아니요 | — | Reference document driving the generation (docx/xlsx/pptx/pdf/txt/md and similar, <=100MB, <=50 pages). Cannot be combined with linkUrl. A prompt is optional when this is supplied. |
linkUrl | string | 아니요 | — | Public, login-free web page to turn into a video. Cannot be combined with fileUrl. |
generationType | string | 아니요 | — | How bare imageUrls are classified: frame (first/last frame) or reference. Omit to let it be inferred — reference when the request already carries reference-family inputs, frame otherwise.다음 중 하나: frame, reference |
size | string | 아니요 | adaptive | Aspect ratio. `adaptive` lets the model pick one from the inputs.다음 중 하나: adaptive, 16:9, 4:3, 1:1, 3:4, 9:16 |
resolution | string | 아니요 | 480p | Output resolution. Each tier is billed at its own per-second rate, so 1080p costs four times 480p for the same duration.다음 중 하나: 480p, 720p, 1080p |
duration | number | 아니요 | 5 | Duration in seconds (2-30). Billing is per second at the resolution's rate. With reference videos, total input video duration plus this value must be at most 30 seconds. |
audio | boolean | 아니요 | true | Include an audio track in the output. |
watermark | boolean | 아니요 | false | Add a watermark to the output |
seed | number | 아니요 | — | Random seed for controlling randomness |
자주 묻는 질문
Wan 3.0 Video의 비용은 얼마인가요?
Wan 3.0 Video의 API Stock API 사용 가격은 $0.05 출력 1초당부터 시작합니다. 단일 선불 잔액에서 사용량에 따라 지불하며, 구독은 필요하지 않습니다. 최종 가격은 해상도나 길이와 같은 매개변수에 따라 달라집니다.
Wan 3.0 Video API는 어떻게 호출하나요?
API 키와 모델 ID "wan3.0-video"를 사용해 https://api.api-stock.com/api/v1/generation/create로 POST 요청을 보내세요. 요청하면 폴링할 작업 ID가 반환되며, 결과가 준비되면 웹훅 콜백을 받을 수도 있습니다. 바로 실행할 수 있는 예제는 위의 빠른 시작에 있습니다.
Wan 3.0 Video은(는) 어떤 입력 매개변수를 지원하나요?
Wan 3.0 Video은(는) 14개의 입력 매개변수를 지원합니다. 해당 유형, 기본값 및 허용되는 값은 위의 매개변수 표에 나와 있습니다.
Wan 3.0 Video 요청이 실패하면 어떻게 되나요?
API Stock은 자동으로 예비 제공업체에 요청을 재시도합니다. 모든 제공업체에서 실패하면 요금이 잔액으로 환불됩니다.
다른 모델과 동일한 API 키로 Wan 3.0 Video을(를) 사용할 수 있나요?
예. API Stock의 모든 모델(비디오, 이미지, 음악, 채팅)은 하나의 API 키와 하나의 선불 잔액을 공유하므로, 새 인증 정보 없이 Wan 3.0 Video으로 전환할 수 있습니다.