Seedream 4.5
Seedream 4.5는 ByteDance의 업그레이드된 이미지 생성 및 편집 모델로, 강화된 참조 이미지 보존 기능, 더욱 정교해진 다중 이미지 편집, 그리고 전문적인 시각적 크리에이티브 작업을 위한 개선된 타이포그래피 및 밀집 텍스트 렌더링을 통해 더 높은 일관성과 충실도를 제공하도록 설계되었습니다.
Seedream 4.5 이미지를 이미지로 생성하는 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 [3,686,400 ~ 16,777,216], aspect ratio [1:16 ~ 16:1]
결과
결과가 여기에 표시됩니다
비용: $0.04/이미지
Seedream 4.5 API 구현 가이드
Seedream 4.5 주요 정보
기능
- 텍스트를 이미지로 생성하는 API
- 이미지를 이미지로 생성하는 API
요금
텍스트를 이미지로 생성하는 API
$0.04 / 이미지
$0.04 per image
이미지를 이미지로 생성하는 API
$0.04 / 이미지
$0.04 per image
출력 형식
Seedream 4.5 API 문서
먼저 플레이그라운드에서 실행한 뒤, 통합을 위해 전체 API 문서를 여세요.
소개
Edit and transform images with multi-image reference input (up to 14) using Seedream 4.5
코드 예제
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-5",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-5
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 [3,686,400 ~ 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 [3,686,400 ~ 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 [3,686,400 ~ 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작업 완료까지의 예상 시간(초)입니다.