Seedance 2.0 Fast
480p 또는 720p의 텍스트, 첫 번째/마지막 프레임, 다중 모드 이미지, 비디오 또는 오디오 참조에서 4~15초 비디오를 더 빠르게 생성합니다.
- 텍스트를 동영상으로
- 이미지를 동영상으로
플레이그라운드
입력
Video content description. Required unless image or video reference media is provided (maximum 4000 characters).
Public image URLs for image-to-video (maximum 9)
Public reference-video URLs (maximum 3; total duration must be more than 1.8s and less than 15.2s). Their duration is probed before charging.
Public reference-audio URLs (maximum 3; 15 seconds total). Requires imageUrls or videoUrls.
실행 비용은 잔액에서 차감됩니다.
출력
출력이 여기에 표시됩니다.
빠른 시작
전체 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": "doubao-seedance-2.0-fast",6 "input": {7 "duration": 5,8 "size": "16:9",9 "generateAudio": true,10 "nsfwCheck": false,11 "returnLastFrame": false,12 "resolution": "480p"13 }14 }'
매개변수
| 이름 | 유형 | 필수 | 기본값 | 설명 |
|---|---|---|---|---|
prompt | string | 아니요 | — | Video content description. Required unless image or video reference media is provided (maximum 4000 characters). |
duration | number | 아니요 | 5 | Video duration in seconds (4-15) |
size | string | 아니요 | 16:9 | Video aspect ratio. adaptive follows the input image or video.다음 중 하나: adaptive, 16:9, 9:16, 1:1, 4:3, 3:4, 21:9 |
seed | number | 아니요 | — | Random seed for controlling randomness |
generateAudio | boolean | 아니요 | true | Whether to generate audio |
nsfwCheck | boolean | 아니요 | false | Run Apimart prompt/image moderation before generation |
returnLastFrame | boolean | 아니요 | false | Whether to return the last frame image |
imageUrls | string[] | 아니요 | — | Public image URLs for image-to-video (maximum 9) |
imageWithRoles | string[] | 아니요 | — | Images with explicit first_frame / last_frame roles. Cannot be combined with other reference-media fields. |
videoUrls | string[] | 아니요 | — | Public reference-video URLs (maximum 3; total duration must be more than 1.8s and less than 15.2s). Their duration is probed before charging. |
audioUrls | string[] | 아니요 | — | Public reference-audio URLs (maximum 3; 15 seconds total). Requires imageUrls or videoUrls. |
tools | string[] | 아니요 | — | Optional enhancements such as web search grounding |
resolution | string | 아니요 | 480p | Output resolution and per-second billing tier다음 중 하나: 480p, 720p |
자주 묻는 질문
Seedance 2.0 Fast의 비용은 얼마인가요?
Seedance 2.0 Fast의 API Stock API 사용 가격은 $0.06 출력 1초당부터 시작합니다. 단일 선불 잔액에서 사용량에 따라 지불하며, 구독은 필요하지 않습니다. 최종 가격은 해상도나 길이와 같은 매개변수에 따라 달라집니다.
Seedance 2.0 Fast API는 어떻게 호출하나요?
API 키와 모델 ID "doubao-seedance-2.0-fast"를 사용해 https://api.api-stock.com/api/v1/generation/create로 POST 요청을 보내세요. 요청하면 폴링할 작업 ID가 반환되며, 결과가 준비되면 웹훅 콜백을 받을 수도 있습니다. 바로 실행할 수 있는 예제는 위의 빠른 시작에 있습니다.
Seedance 2.0 Fast은(는) 어떤 입력 매개변수를 지원하나요?
Seedance 2.0 Fast은(는) 13개의 입력 매개변수를 지원합니다. 해당 유형, 기본값 및 허용되는 값은 위의 매개변수 표에 나와 있습니다.
Seedance 2.0 Fast 요청이 실패하면 어떻게 되나요?
API Stock은 자동으로 예비 제공업체에 요청을 재시도합니다. 모든 제공업체에서 실패하면 요금이 잔액으로 환불됩니다.
다른 모델과 동일한 API 키로 Seedance 2.0 Fast을(를) 사용할 수 있나요?
예. API Stock의 모든 모델(비디오, 이미지, 음악, 채팅)은 하나의 API 키와 하나의 선불 잔액을 공유하므로, 새 인증 정보 없이 Seedance 2.0 Fast으로 전환할 수 있습니다.