Skip to main content
Core.Today
|
ByteDance빠름높음

Seedance 1 Pro Fast

빠른 생성 속도와 프로페셔널 출력 품질을 갖춘 ByteDance의 시네마틱 비디오 생성 모델입니다.

190 크레딧
비디오당
빠른 생성 속도
프로페셔널 출력 품질
시네마틱 비디오 생성
이미지-비디오 변환 지원
5초 또는 10초 길이

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

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

llms.txt

빠른 시작

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-fast",
  "input": {
    "prompt": "A sports car drifting around a mountain curve, dust and gravel flying, dramatic low angle, cinematic motion blur, golden hour",
    "duration": "5",
    "aspect_ratio": "16:9"
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-생성할 비디오에 대한 텍스트 설명
image_urlstringNo-이미지-비디오 변환을 위한 시작 이미지 URL
durationintegerNo5비디오 길이 초 (5 또는 10)
510
aspect_ratiostringNo16:9출력 화면 비율
16:99:161:1
seedintegerNo-재현성을 위한 랜덤 시드

파일 입력 방법

이 모델의 image_url 파라미터에 파일을 전달하는 방법은 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-fast" \
  -F 'input={"prompt":"your prompt here"}' \
  -F "file:image_url=@your_file.png"

이미지 URL 전달

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

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

공통 파라미터

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

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

예제

빠른 시네마틱 샷

빠른 시네마틱 비디오 생성

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-fast",
  "input": {
    "prompt": "A sports car drifting around a mountain curve, dust and gravel flying, dramatic low angle, cinematic motion blur, golden hour",
    "duration": "5",
    "aspect_ratio": "16:9"
  }
}'

소셜 미디어 세로형

소셜 미디어용 세로형 비디오

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-fast",
  "input": {
    "prompt": "Fresh strawberry falling into a glass of milk in slow motion, splash effect, clean white background, product photography style",
    "duration": "5",
    "aspect_ratio": "9:16"
  }
}'

팁 & 모범 사례

1비디오당 190 크레딧으로 가장 비용 효율적인 비디오 모델 중 하나입니다
2빠른 속도로 배치 생성과 빠른 반복 작업에 이상적입니다
3재현 가능한 결과를 위해 seed 파라미터를 사용하세요
4일상적인 비디오 제작에 속도, 품질, 비용의 뛰어난 균형을 제공합니다

사용 사례

빠른 프로페셔널 비디오 제작
대규모 소셜 미디어 콘텐츠
빠른 마케팅 클립
빠른 크리에이티브 프로토타이핑
비용 효율적 비디오 프로덕션