Seedream 5 Lite 요금
Pay per image, no subscription required
Seedream 5 Lite - 2K
$0.052 /image
Seedream 5 Lite - 3K
$0.052 /image
Less Restriction
$0.065 /image
기능
Seedream 5 Lite는 강력한 프롬프트 추종, 유연한 화면 비율, 2K/3K 고품질 이미지를 제공하여 프로덕션 이미지 워크플로우에 이상적입니다.
시각적 추론
Seedream API는 다단계 사고를 활용하여 물리 법칙에 부합하는 결과물을 생성합니다.
실시간 검색
ByteDance Seedream API는 현재 뉴스와 주제에 접근하여 시의적절한 생성 요구에 응답합니다.
세계 지식
Seedream 5 AI API는 기술 및 인문학 분야 데이터를 포함한 풍부한 세계 지식을 갖추고 있습니다.
이미지 편집
Seedream 5 API는 지시에 기반한 추론을 사용한 이미지 편집 작업을 지원합니다.
정밀한 제어
Seedream AI API는 정밀한 제어로 프롬프트를 충실히 따릅니다.
멀티모달 지원
Seedream 5.0 Lite는 모든 워크플로우에 적합한 이미지 생성 작업을 위한 모달 입력을 지원합니다.
향상된 기능
Seedream 5 AI는 MagicBench 벤치마크에서의 개선을 통해 이전 모델을 능가합니다.
Integrate in Minutes
Create your API key
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Top up credits
Add credits on the billing page when you are ready to scale beyond the free tier.
Call the API
POST your first task following the API docs, then poll the task until the result is ready.
Iterate in the playground
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "seedream",
"task_type": "seedream-5-lite",
"input": {
"prompt": "Editorial product photography with soft natural light.",
"size": "2K",
"aspect_ratio": "1:1",
"output_format": "png"
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"image_urls": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run seedream-5-lite \ prompt="Editorial product photography with soft natural light." \ size=2K \ aspect_ratio=1:1 \ output_format=png ✓ Task completed! https://img.theapi.app/ephemeral/…
Seedream 5 Lite API에 대해 더 알고 싶으신가요?
Seedream 5.0 Lite란 무엇인가요?
ByteDance가 출시한 Seedream 5.0 Lite는 참조 이미지를 사용한 고품질 텍스트-투-이미지 출력과 이미지 편집을 지원하는 통합 이미지 생성 모델입니다. Seedream 4.0의 후속 모델로 기능이 향상되었습니다. PiAPI를 통해 2K와 3K 해상도 모두로 결과를 생성할 수 있습니다. 지금 시작하세요!
편집을 위한 참조 이미지는 어떻게 제공하나요?
Seedream 5.0 AI에서는 최대 10개의 참조 이미지 URL을 포함할 수 있습니다. 프롬프트에는 적용하고자 하는 편집 내용을 설명해 주세요.
지원되는 화면 비율은 무엇인가요?
Seedream 5 AI API는 다양한 형식 출력을 지원하며 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3, 4:5, 5:4를 지원합니다.
사용 가능한 출력 형식은 무엇인가요?
Seedream 5 Lite는 PNG와 JPEG 출력 형식을 지원합니다. 출력 형식을 지정하지 않으면 기본적으로 PNG가 사용됩니다.
환불이 가능한가요?
아니요, 환불은 제공하지 않습니다. 하지만 PiAPI Workspace에 처음 가입하면 결제 전에 API를 체험할 수 있는 무료 크레딧을 받으실 수 있습니다!
팀에 어떻게 연락할 수 있나요?
support@piapi.ai로 이메일을 보내주세요. 제품에 대해 더 자세히 이야기 나누고 싶습니다!
More questions? See the API docs.
Our blog
Seedream 5 Lite API



