Seedream 4.0
Seedream 4.0은 이미지 생성과 편집을 단일 아키텍처로 통합한 ByteDance의 차세대 이미지 생성 모델입니다. 지식 기반 생성, 시각적 추론, 참조 일관성 유지 등 복잡한 멀티모달 작업을 처리하도록 설계되었으며, 최대 4K 해상도의 고화질 이미지를 생성합니다.
Seedream 4.0 이미지를 이미지로 생성하는 API
Primary reference image. URL or base64. Formats: jpeg, png, webp, bmp, tiff, gif. Max 10MB, 6000x6000px
이미지를 드래그 앤 드롭하거나 클릭하여 탐색하세요
PNG, JPEG, WebP 지원. 최대 100MB. 클립보드에서 붙여넣기(Ctrl+V)도 가능합니다.
Describe the desired transformation (max 300 Chinese characters or 600 English words)
Output image size preset. Model auto-determines dimensions from prompt. Total pixels must be in [921,600 ~ 16,777,216], aspect ratio [1:16 ~ 16:1]
결과
결과가 여기에 표시됩니다
비용: $0.03/이미지
Seedream 4.0 API 구현 가이드
Seedream 4.0 주요 정보
기능
- 텍스트를 이미지로 생성하는 API
- 이미지를 이미지로 생성하는 API
요금
텍스트를 이미지로 생성하는 API
$0.03 / 이미지
$0.03 per image
이미지를 이미지로 생성하는 API
$0.03 / 이미지
$0.03 per image
출력 형식
Seedream 4.0 API 문서
먼저 플레이그라운드에서 실행한 뒤, 통합을 위해 전체 API 문서를 여세요.
소개
Edit and transform images with multi-image reference input (up to 14) using Seedream 4.0
코드 예제
1curl -X POST https://api.modelhunter.ai/api/v1/seedream/image-to-image \2-H "Authorization: Bearer YOUR_API_KEY" \3-H "Content-Type: application/json" \4-d '{5"model": "seedream-4-0",6"input": {7"image": "https://example.com/image.jpg",8"prompt": "A futuristic cityscape at sunset with neon signs",9"size": "2K"10}11}'
스키마
전체 API 문서 보기입력
model이 기능에 대한 모델 ID입니다.
값: seedream-4-0
imagePrimary reference image. URL or base64. Formats: jpeg, png, webp, bmp, tiff, gif. Max 10MB, 6000x6000px
images추가 참조 이미지(총 최대 14개)를 쉼표로 구분된 URL 형태로 입력합니다.
promptDescribe the desired transformation (max 300 Chinese characters or 600 English words)
sizeOutput image size preset. Model auto-determines dimensions from prompt. Total pixels must be in [921,600 ~ 16,777,216], aspect ratio [1:16 ~ 16:1]
옵션: 1K, 2K, 4K
기본값: 2K
widthCustom width in pixels (alternative to size). Total pixels (w×h) must be in [921,600 ~ 16,777,216], aspect ratio [1:16 ~ 16:1], 128-aligned
heightCustom height in pixels (alternative to size). Total pixels (w×h) must be in [921,600 ~ 16,777,216], aspect ratio [1:16 ~ 16:1], 128-aligned
watermark워터마크
기본값: true
optimize_prompt더 나은 결과를 위해 프롬프트를 개선합니다
옵션: standard, fast
response_format응답 형식
옵션: url
기본값: url
webhookUrl작업 완료 시 webhook 알림을 받을 URL입니다.
metadata추적을 위해 작업에 첨부하는 사용자 정의 키-값 메타데이터입니다.
응답 (HTTP 202)
success요청이 정상적으로 접수되었는지 여부입니다.
data.id고유 작업 ID입니다. 다음을 조회하여 GET /api/v1/tasks/{id} 결과를 확인합니다.
data.status작업 상태: pending, processing, completed, failed.
data.type생성 유형: image-to-image.
data.provider공급자: seedream.
data.model생성에 사용된 모델 ID입니다.
data.created_at작업 생성 시각(ISO 8601)입니다.
data.estimated_seconds작업 완료까지의 예상 시간(초)입니다.