Seedance 2 Fast API
제공: ByteDance
더 저렴하고 빠른 Seedance 2(1080p 미지원).
- 720P
- 최대 해상도
- 15s
- 최대 클립 길이
- ~90s
- 평균 생성 시간
- 12 credits/s
- 최저 가격
플레이그라운드
Seedance 2 Fast, 지금 바로 사용해 보세요.
요금
단순한 초당 과금.
12–31 크레딧 / 출력 1초당 ≈ $0.12–$0.31
요금은 선택한 해상도와 옵션에 따라 달라집니다.
8초 클립은 96–248 크레딧(≈ $0.96–$2.48)입니다.
- 성공한 생성에 대해서만 비용을 지불합니다. 실패한 작업은 자동으로 환불됩니다.
- Apiframe의 모든 모델에서 하나의 크레딧 잔액을 사용합니다. 모델별 요금제가 없습니다.
- 무료 크레딧으로 시작하세요. 구독이 필요 없습니다.
- 대용량 플랜에는 볼륨 할인이 적용됩니다.
스펙
한눈에 보기.
빠른 시작
Seedance 2 Fast API 호출 방법.
API 키와 함께 POST /v2/videos/generate 요청 하나만 보내세요. 호출은 폴링할 수 있는 jobId를 반환하며, webhook_url을 전달하면 결과가 준비되는 즉시 푸시됩니다.
모델 값 seedance-2-fast만 다른 모델로 바꾸면 나머지는 그대로입니다.
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-2-fast",
"seedanceParams": {
"resolution": "720p",
"start_image": "https://example.com/input.jpg",
"generate_audio": false,
"end_image": "https://example.com/input.jpg"
}
}),
});
const { jobId } = await response.json();
console.log(jobId); 입력 스키마
Seedance 2 Fast 모델이 받는 모든 필드와 타입, 기본값입니다. 전체 레퍼런스는 문서에 있습니다.
| 필드 | 타입 | 설명 |
|---|---|---|
| prompt 필수 | string | 생성할 내용에 대한 텍스트 설명. |
| model 필수 | string | 이 엔드포인트의 모델 식별자. 기본값:"seedance-2-fast" · "seedance-2-fast" |
| seedanceParams.resolution | string | Resolution 기본값:"720p" · "480p", "720p" |
| seedanceParams.start_image | string (URL) | Use a still as the first frame of the clip. |
| seedanceParams.generate_audio | boolean | Generate audio 기본값:false |
| seedanceParams.end_image | string (URL) | Optional last frame to control the ending. |
| seedanceParams.reference_image_urls | string[] (URLs) | Reference images |
| seedanceParams.reference_video_urls | string[] (URLs) | Reference videos |
| seedanceParams.reference_audio_urls | string[] (URLs) | Reference audio |
| seedanceParams.return_last_frame | boolean | Also return the final frame as a still image. 기본값:false |
| seedanceParams.web_search | boolean | Web search 기본값:false |
| 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 2 Fast 관련 질문
Seedance 2 Fast 도입 전에 팀들이 자주 묻는 질문입니다. 그 외 내용은 문서에 있습니다.
Seedance 2 Fast API가 있나요?
네. Apiframe는 단일 REST 엔드포인트(POST /v2/videos/generate, model: "seedance-2-fast")로 Seedance 2 Fast을(를) 제공합니다. 지원되는 모든 모델에서 통합된 API, 키, 청구를 사용할 수 있으며 별도의 ByteDance 계정이 필요하지 않습니다.
Seedance 2 Fast API 비용은 얼마인가요?
Seedance 2 Fast은(는) Apiframe에서 간단한 사용량 기반 과금을 사용하며, 성공한 생성에 대해서만 비용을 지불합니다. 요금제와 대량 할인은 가격 페이지를 참고하세요.
Seedance 2 Fast API는 어떻게 호출하나요?
X-API-Key와 model: "seedance-2-fast"을(를) 포함한 JSON 본문을 담아 /v2/videos/generate에 POST 요청을 보냅니다. 응답으로 반환되는 jobId를 GET /v2/jobs/{id}로 폴링하거나 웹훅으로 결과를 받습니다.
Seedance 2 Fast은(는) 어떤 파라미터를 지원하나요?
Seedance 2 Fast은(는) 공통 prompt, webhook_url 필드와 함께 seedanceParams 아래에 중첩된 11개의 모델별 파라미터를 허용합니다. 유형과 기본값을 포함한 전체 목록은 위의 입력 스키마를 참고하세요.
9,800+
개발자와 기업
공식 파트너