Skip to main content
ByteDance보통울트라

Seedream 5 Pro

바이트댄스의 플래그십 Seedream 5.0 Pro 이미지 생성 모델로, 내장 추론과 정밀한 지시 이행, 최대 10장의 멀티 레퍼런스 생성을 지원합니다. Seedream 5 Lite보다 높은 충실도의 1K/2K 해상도 출력을 제공합니다.

210 크레딧
이미지당, 해상도별 차등 요금
정밀한 지시 이행을 위한 내장 추론 능력
최대 10장의 입력 이미지를 활용한 멀티 레퍼런스 생성
1K/2K 해상도 출력 지원
입력 이미지 종횡비 자동 매칭
Seedream 5 Lite보다 높은 출력 충실도
PNG 또는 JPEG 출력 형식 선택

지금 바로 실행해보세요

콘솔의 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/seedream-5-pro",
  "input": {
    "prompt": "Combine these three sneaker reference photos into a single studio product shot on a seamless white background, consistent lighting from the upper left, and a soft shadow beneath each shoe",
    "image_input": [
      "https://example.com/sneaker-1.jpg",
      "https://example.com/sneaker-2.jpg",
      "https://example.com/sneaker-3.jpg"
    ],
    "size": "2K",
    "aspect_ratio": "1:1"
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-이미지 생성을 위한 텍스트 프롬프트입니다. 최대 4000자까지 입력할 수 있으며, BytePlus는 최상의 결과를 위해 영어 기준 600단어 이내로 작성할 것을 권장합니다.
image_inputarrayNo[]이미지-투-이미지 생성을 위한 입력 이미지입니다. 단일 또는 멀티 레퍼런스 생성을 위해 1~10장의 참조 이미지를 리스트로 전달할 수 있습니다.
sizestringNo2K이미지 해상도입니다: 1K(약 200만 화소) 또는 2K(약 400만 화소) 중 선택합니다.
1K2K
aspect_ratiostringNomatch_input_image이미지 종횡비입니다. 'match_input_image'를 사용하면 입력 이미지의 종횡비를 자동으로 따라갑니다.
match_input_image1:14:33:416:99:163:22:321:9
output_formatstringNopng출력 이미지 형식입니다.
pngjpeg

파일 입력 방법

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

이미지 URL 전달

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

{
  "model": "bytedance/seedream-5-pro",
  "input": {
    "prompt": "your prompt here",
    "image_input": ["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/seedream-5-pro",
  "input": {
    "prompt": "Combine these three sneaker reference photos into a single studio product shot on a seamless white background, consistent lighting from the upper left, and a soft shadow beneath each shoe",
    "image_input": [
      "https://example.com/sneaker-1.jpg",
      "https://example.com/sneaker-2.jpg",
      "https://example.com/sneaker-3.jpg"
    ],
    "size": "2K",
    "aspect_ratio": "1:1"
  }
}'

고해상도 마케팅 배너

텍스트 프롬프트만으로 2K 해상도의 와이드 배너 생성

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/seedream-5-pro",
  "input": {
    "prompt": "A minimalist tech product launch banner featuring sleek wireless earbuds floating above a reflective dark surface, dramatic rim lighting, deep navy background with a subtle gradient",
    "size": "2K",
    "aspect_ratio": "21:9",
    "output_format": "png"
  }
}'

팁 & 모범 사례

1최고 해상도가 필요하지 않다면 size를 1K로 설정하세요 — 2K보다 가벼운 티어입니다
2일관된 멀티 서브젝트 합성을 위해 image_input에 최대 10장의 참조 이미지를 제공하세요 — 프롬프트 텍스트만으로는 한계가 있습니다
3참조 사진을 편집할 때는 aspect_ratio를 match_input_image로 설정해 원본 프레이밍을 유지하세요
4BytePlus 권장에 따라 프롬프트는 영어 기준 약 600단어 이내로 유지하세요 — 더 길다고 충실도가 높아지지 않습니다

사용 사례

정밀한 지시 이행이 필요한 프로덕션급 마케팅 비주얼
최대 10장의 소스 이미지를 결합하는 멀티 레퍼런스 제품 사진
캠페인용 고해상도(2K) 히어로 이미지
여러 참조 사진을 기반으로 한 이미지-투-이미지 편집
입력 이미지 종횡비를 그대로 유지해야 하는 배치 콘텐츠 제작