Skip to main content
ByteDance보통울트라

Seedance 1 Pro

Seedance의 프로 버전으로, 2~12초 길이의 텍스트-비디오·이미지-비디오 변환을 480p·720p·1080p 해상도로 지원합니다.

700 크레딧
1080p 5초 기준 — 초당 과금 (480p 28/초, 720p 56/초, 1080p 140/초; 기본 해상도는 1080p)
Seedance 1 Lite보다 높은 품질, 최대 1080p 출력 지원
텍스트-비디오와 이미지-비디오 생성을 하나의 모델로 지원
2~12초 길이 범위, 초당 과금
고정 카메라 모드와 마지막 프레임 조건화 지원
최고 품질을 위해 기본값이 1080p로 설정됨

지금 바로 실행해보세요

콘솔의 Playground에서 별도 코드 없이 이 모델을 즉시 테스트할 수 있어요

로그인 후 사용해보기

AI 어시스턴트에서 사용하기

이 모델의 사용법을 Claude, ChatGPT 등에 복사

빠른 시작

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "bytedance/seedance-1-pro",
  "input": {
    "prompt": "The sun rises slowly between tall buildings. [Ground-level follow shot] Bicycle tires roll over a dew-covered street at dawn. The cyclist passes through dappled light under a bridge as the entire city gradually wakes up.",
    "duration": 5,
    "resolution": "1080p",
    "aspect_ratio": "16:9"
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-비디오 생성을 위한 텍스트 프롬프트
fpsintegerNo24초당 프레임 수
24
seedintegerNo-재현 가능한 생성을 위한 랜덤 시드
imagestringNo-이미지-비디오 변환용 입력 이미지
durationintegerNo5비디오 길이 초 (2~12). 출력 초당 과금
resolutionstringNo1080p비디오 해상도. 기본값은 최고 화질인 1080p
480p720p1080p
aspect_ratiostringNo16:9비디오 화면 비율. 이미지 입력 시 무시됨
16:94:31:13:49:1621:99:21
camera_fixedbooleanNofalse카메라 위치 고정 여부
last_frame_imagestringNo-마지막 프레임 이미지 (첫 프레임 이미지 필요)

파일 입력 방법

이 모델의 imagelast_frame_image 파라미터에 파일을 전달하는 방법은 3가지입니다.

추천

간편 업로드 (Multipart)

POST /v1/predictions/upload에 파일을 직접 첨부합니다. 별도 업로드 과정이 필요 없습니다.

curl -X POST "https://api.core.today/v1/predictions/upload" \
  -H "X-API-Key: cdt_your_api_key" \
  -F "model=bytedance/seedance-1-pro" \
  -F 'input={"prompt":"your prompt here"}' \
  -F "file:image=@your_file.png"

이미지 URL 전달

공개 접근 가능한 URL을 직접 전달합니다. Storage API로 업로드한 파일의 file_url도 사용 가능합니다.

{
  "model": "bytedance/seedance-1-pro",
  "input": {
    "prompt": "your prompt here",
    "image": "https://example.com/image.jpg"
  }
}
File Upload 문서에서 Presigned URL 방식 등 더 자세한 업로드 방법을 확인하세요.

공통 파라미터

POST /v1/predictions 요청 시 사용되는 공통 파라미터입니다.

파라미터타입필수기본값설명
modelstringYes-모델 식별자
inputobjectYes-위 테이블의 모델별 파라미터를 포함하는 객체
output_folderstringNo-결과물 저장 폴더 경로 (최대 256자, '..' 사용 불가)
webhook_urlstringNo-완료 시 호출할 Webhook URL
is_publicbooleanNofalsetrue 시 결과물을 영구 공개 URL로도 제공

예제

시네마틱 1080p 샷 (기본값)

최고 화질을 위한 기본 1080p 해상도의 텍스트-비디오

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "bytedance/seedance-1-pro",
  "input": {
    "prompt": "The sun rises slowly between tall buildings. [Ground-level follow shot] Bicycle tires roll over a dew-covered street at dawn. The cyclist passes through dappled light under a bridge as the entire city gradually wakes up.",
    "duration": 5,
    "resolution": "1080p",
    "aspect_ratio": "16:9"
  }
}'

720p 미리보기

최종 1080p 렌더링 전 프롬프트를 반복 실험하기 위한 저렴한 720p 패스

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "bytedance/seedance-1-pro",
  "input": {
    "prompt": "A chef plating a dessert in slow motion in a modern restaurant kitchen",
    "duration": 5,
    "resolution": "720p",
    "aspect_ratio": "16:9"
  }
}'

팁 & 모범 사례

1기본 해상도는 1080p($0.15/초)입니다 — 실험 단계에서는 resolution을 720p나 480p로 명시해 크레딧을 절약하세요
21080p는 720p보다 2.5배, 480p보다 5배 비쌉니다
3출력 초당 과금이며 길이는 2~12초 범위입니다
4camera_fixed는 안정적인 고정 구도가 필요한 제품 샷에 유용합니다

사용 사례

고품질 마케팅·제품 비디오
텍스트 프롬프트로 만드는 시네마틱 샷
인물·제품 사진을 풀 1080p로 애니메이션화
일관된 구도를 위한 고정 카메라 샷
최대 12초 길이의 롱폼 클립