Seedance 2.0
Seedance 2.0은 KIE에서 제공되는 ByteDance의 멀티모달 AI 비디오 모델로, 텍스트 프롬프트와 선택적 이미지, 비디오, 오디오 레퍼런스를 결합해 제어 가능한 시네마틱 비디오를 생성합니다.
Seedance 2.0 멀티모달 비디오
The text prompt or description for the video.
Optional image URL used as the first frame.
이미지를 드래그 앤 드롭하거나 클릭하여 탐색하세요
PNG, JPEG, WebP 지원. 최대 30MB. 클립보드에서 붙여넣기(Ctrl+V)도 가능합니다.
Optional image URL used as the last frame.
이미지를 드래그 앤 드롭하거나 클릭하여 탐색하세요
PNG, JPEG, WebP 지원. 최대 30MB. 클립보드에서 붙여넣기(Ctrl+V)도 가능합니다.
A list of input image URLs. Up to 9 images.
이미지를 드래그 앤 드롭하거나 클릭하여 탐색하세요
PNG, JPEG, WebP 지원. 최대 30MB. 클립보드에서 붙여넣기(Ctrl+V)도 가능합니다.
A list of input video URLs. Up to 3 videos, 15 seconds total.
비디오를 드래그 앤 드롭하거나 클릭하여 탐색하세요
MP4, MOV, WebM 지원. 최대 50MB.
A list of input audio files or URLs. Up to 3 audio files, 15 seconds total.
오디오를 드래그 앤 드롭하거나 클릭하여 탐색하세요
MP3, WAV, X-WAV, AAC, MP4, OGG 지원. 최대 15MB.
Whether to generate AI audio synchronized with the video.
The output video resolution.
The aspect ratio of the generated video.
Video duration in seconds.
4–15
결과
결과가 여기에 표시됩니다
비용: $0.205/초
Seedance 2.0 API 구현 가이드
Seedance 2.0 주요 정보
기능
- 멀티모달 비디오
요금
해상도별 초당 가격
| 옵션 | 480p | 720p | 1080p |
|---|---|---|---|
| no video reference | $0.095/초 | $0.205/초 | $0.51/초 |
| with video reference, input + output seconds | $0.0575/초 | $0.125/초 | $0.31/초 |
비디오 참조 없음 가격: 480p $0.095/s, 720p $0.205/s, 1080p $0.51/s. 비디오 참조 요청: 480p $0.0575/s, 720p $0.125/s, 1080p $0.31/s이며 입력 + 출력 초 기준으로 과금됩니다.
활용 사례
출력 형식
Seedance 2.0 API 문서
먼저 플레이그라운드에서 실행한 뒤, 통합을 위해 전체 API 문서를 여세요.
소개
프롬프트로 비디오를 생성하고, 선택적으로 첫/마지막 프레임, 이미지 레퍼런스, 비디오 레퍼런스, 오디오 레퍼런스를 사용할 수 있습니다.
코드 예제
1curl -X POST https://api.modelhunter.ai/api/v1/seedance/multimodal-video \2-H "Authorization: Bearer YOUR_API_KEY" \3-H "Content-Type: application/json" \4-d '{5"model": "bytedance/seedance-2",6"input": {7"prompt": "A futuristic cityscape at sunset with neon signs",8"generate_audio": "true",9"resolution": "720p"10}11}'
스키마
전체 API 문서 보기입력
model이 기능에 대한 모델 ID입니다.
값: bytedance/seedance-2
promptThe text prompt or description for the video.
first_frame_urlOptional image URL used as the first frame.
last_frame_urlOptional image URL used as the last frame.
reference_image_urlsA list of input image URLs. Up to 9 images.
reference_video_urlsA list of input video URLs. Up to 3 videos, 15 seconds total.
reference_audio_urlsA list of input audio files or URLs. Up to 3 audio files, 15 seconds total.
generate_audioWhether to generate AI audio synchronized with the video.
기본값: true
resolutionThe output video resolution.
옵션: 480p, 720p, 1080p
기본값: 720p
aspect_ratioThe aspect ratio of the generated video.
옵션: 16:9, 4:3, 1:1, 3:4, 9:16, 21:9
기본값: 16:9
durationVideo duration in seconds.
기본값: 15
범위: 4 부터 15
web_searchUse online search.
기본값: false
webhookUrl작업 완료 시 webhook 알림을 받을 URL입니다.
metadata추적을 위해 작업에 첨부하는 사용자 정의 키-값 메타데이터입니다.
응답 (HTTP 202)
success요청이 정상적으로 접수되었는지 여부입니다.
data.id고유 작업 ID입니다. 다음을 조회하여 GET /api/v1/tasks/{id} 결과를 확인합니다.
data.status작업 상태: pending, processing, completed, failed.
data.type생성 유형: multimodal-video.
data.provider공급자: seedance.
data.model생성에 사용된 모델 ID입니다.
data.created_at작업 생성 시각(ISO 8601)입니다.
data.estimated_seconds작업 완료까지의 예상 시간(초)입니다.