ByteDance의 Seedance 2.5가 Apiframe에 정식 출시되었습니다.
비디오 Apiframe은 ByteDance와 파트너십을 맺고 이 모델을 제공합니다. 공식 파트너

Seedance 1 Pro API

제공: ByteDance

안정적인 Seedance 1 Pro.

1080P
최대 해상도
10s
최대 클립 길이
~120s
평균 생성 시간
26 credits
최저 가격
비디오 · Seedance 2.0 생성 결과
Text to video: a cinematic clip of a chef plating a dessert in a warm restaurant kitchen, slow push-in, soft key light.

플레이그라운드

Seedance 1 Pro, 지금 바로 사용해 보세요.

model: seedance-1-pro
미디어 입력
고급 설정
예상 비용 26–255 크레딧 · $0.26–$2.55 Studio에서 생성
출력 예시 · Seedance 2.0
Text to video: a cinematic clip of a chef plating a dessert in a warm restaurant kitchen, slow push-in, soft key light.

요금

단순한 생성당 과금.

26–255 크레딧 / 생성 1회당 ≈ $0.26–$2.55

요금은 선택한 해상도와 옵션에 따라 달라집니다.

  • 성공한 생성에 대해서만 비용을 지불합니다. 실패한 작업은 자동으로 환불됩니다.
  • Apiframe의 모든 모델에서 하나의 크레딧 잔액을 사용합니다. 모델별 요금제가 없습니다.
  • 무료 크레딧으로 시작하세요. 구독이 필요 없습니다.
  • 대용량 플랜에는 볼륨 할인이 적용됩니다.
요금제와 크레딧 팩 보기

스펙

한눈에 보기.

공급업체 ByteDance
모델 ID seedance-1-pro
화면 비율 21:9, 16:9, 4:3, 1:1, 3:4, 9:16, 9:21
해상도 480p, 720p, 1080p
길이 5초, 10초
이미지 입력 지원
평균 시간 ~120초

빠른 시작

Seedance 1 Pro API 호출 방법.

API 키와 함께 POST /v2/videos/generate 요청 하나만 보내세요. 호출은 폴링할 수 있는 jobId를 반환하며, webhook_url을 전달하면 결과가 준비되는 즉시 푸시됩니다.

모델 값 seedance-1-pro만 다른 모델로 바꾸면 나머지는 그대로입니다.

const response = await fetch("https://api.apiframe.ai/v2/videos/generate", {
  method: "POST",
  headers: {
    "X-API-Key": "afk_your_api_key_here",
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    "prompt": "a cinematic sunrise over a futuristic cityscape, smooth camera push-in",
    "model": "seedance-1-pro",
    "seedanceParams": {
      "start_image": "https://example.com/input.jpg",
      "resolution": "720p",
      "end_image": "https://example.com/input.jpg",
      "camera_fixed": false
    }
  }),
});
const { jobId } = await response.json();
console.log(jobId);

입력 스키마

Seedance 1 Pro 모델이 받는 모든 필드와 타입, 기본값입니다. 전체 레퍼런스는 문서에 있습니다.

필드 타입 설명
prompt 필수 string 생성할 내용에 대한 텍스트 설명.
model 필수 string 이 엔드포인트의 모델 식별자. 기본값:"seedance-1-pro" · "seedance-1-pro"
seedanceParams.start_image string (URL) Use a still as the first frame of the clip.
seedanceParams.resolution string Resolution 기본값:"720p" · "480p", "720p", "1080p"
seedanceParams.end_image string (URL) Optional last frame to control the ending.
seedanceParams.camera_fixed boolean Disable camera movement. 기본값:false
seedanceParams.seed number Reuse a number to reproduce the same result. step 1

Seedance 버전

Apiframe의 모든 Seedance 비디오 모델. 파라미터 하나로 전환하세요.

Seedance 1 Pro 관련 질문

Seedance 1 Pro 도입 전에 팀들이 자주 묻는 질문입니다. 그 외 내용은 문서에 있습니다.

Seedance 1 Pro API가 있나요?

네. Apiframe는 단일 REST 엔드포인트(POST /v2/videos/generate, model: "seedance-1-pro")로 Seedance 1 Pro을(를) 제공합니다. 지원되는 모든 모델에서 통합된 API, 키, 청구를 사용할 수 있으며 별도의 ByteDance 계정이 필요하지 않습니다.

Seedance 1 Pro API 비용은 얼마인가요?

Seedance 1 Pro은(는) Apiframe에서 간단한 사용량 기반 과금을 사용하며, 성공한 생성에 대해서만 비용을 지불합니다. 요금제와 대량 할인은 가격 페이지를 참고하세요.

Seedance 1 Pro API는 어떻게 호출하나요?

X-API-Keymodel: "seedance-1-pro"을(를) 포함한 JSON 본문을 담아 /v2/videos/generate에 POST 요청을 보냅니다. 응답으로 반환되는 jobIdGET /v2/jobs/{id}로 폴링하거나 웹훅으로 결과를 받습니다.

Seedance 1 Pro은(는) 어떤 파라미터를 지원하나요?

Seedance 1 Pro은(는) 공통 prompt, webhook_url 필드와 함께 seedanceParams 아래에 중첩된 5개의 모델별 파라미터를 허용합니다. 유형과 기본값을 포함한 전체 목록은 위의 입력 스키마를 참고하세요.

9,800+

개발자와 기업

G2 평점 4.8

공식 파트너

BytePlus Alibaba Cloud MiniMax

다음 AI 제품을 Apiframe으로 구동하세요.

하나의 API로 70개 이상의 미디어 모델에 즉시 액세스하세요. 무료로 시작하고 준비되면 확장하세요.