Image Generation
FLUX, Stable Diffusion, Seedream 등 최신 이미지 생성 모델로 텍스트-이미지, 이미지 편집, 업스케일링을 지원합니다.
Quick Start - 30초 만에 이미지 생성
curl -X POST https://api.core.today/v1/predictions \
-H "Content-Type: application/json" \
-H "X-API-Key: $CORE_API_KEY" \
-d '{
"model": "black-forest-labs/flux-schnell",
"input": {
"prompt": "A cute robot painting on a canvas, digital art"
}
}'모델 비교
| 모델 | 크레딧 | 속도 | 해상도 | 특징 |
|---|---|---|---|---|
| flux-schnell추천 | 5 | 1-2초 | ~1440px | 초고속 생성, 실시간 앱에 최적 |
| flux-2-flex | 200 | 3-5초 | 다양 | 유연한 종횡비, 다양한 크기 |
| flux-2-dev | 25 | 5-10초 | ~1440px | 고품질, LoRA/ControlNet 지원 |
| seedream-4Pro | 59 | 10-15초 | ~2048px | 최고 품질, 텍스트 렌더링 우수 |
| nano-banana | 70 | 1초 | ~1024px | 초저비용, 대량 생성에 적합 |
| nano-banana-2 | 145 | 1-2초 | ~4096px | Gemini 3.1 Flash, 텍스트/검색 연동, 최대 4K |
모델 상세 정보
각 모델의 상세한 파라미터, 예제 코드, 활용 팁을 확인하세요.
FLUX.1 Schnell
Black Forest Labs
Ultra-fast image generation model optimized for speed. Generates high-quality images in just 1-2 seconds, perfect for real-time applications and rapid prototyping.
Seedream 4.0
ByteDance
ByteDance's latest image generation model with exceptional prompt understanding and creative capabilities.
FLUX 1.1 Pro
Black Forest Labs
Fast high-quality image generation, an upgrade to FLUX.1 Pro with faster speed and improved quality. Perfect for production workloads requiring both speed and fidelity.
FLUX.2 Dev
Black Forest Labs
Development version of FLUX.2 with image editing capabilities and reference image support. Ideal for iterative design workflows and experimentation.
FLUX 2 Flex
Black Forest Labs
Maximum-quality FLUX model supporting up to 10 reference images and advanced typography. The most capable model for complex, multi-reference creative projects.
FLUX 2 Pro
Black Forest Labs
Professional-grade FLUX 2 with high-quality editing and up to 8 reference image support. Excellent balance of quality, speed, and creative control.
FLUX.1 Krea [dev]
Krea AI
Photorealistic image generation that specifically avoids the 'AI look', producing natural-looking images indistinguishable from real photographs.
Nano Banana
Google Gemini 2.5 Flash-based image generation with multimodal editing capabilities. Fast and versatile for both creation and editing tasks.
Nano Banana Pro (Gemini 3 Pro Image)
Google's state-of-the-art image generation and editing model built on Gemini 3 Pro. Creates detailed visuals with legible text in multiple languages, connects to real-time information from Google Search, and provides professional-grade creative controls. Supports up to 14 reference images and resolutions up to 4K.
Nano Banana 2 (Gemini 3.1 Flash Image)
Google's fast image generation model built on Gemini 3.1 Flash Image. The high-efficiency counterpart to Nano Banana Pro — combining Pro-level visual quality with Flash-level speed and pricing. Features conversational editing, multi-image fusion, character consistency, accurate text rendering, and Google Search grounding. Supports up to 14 reference images and resolutions up to 4K.
Remove Background
Bria AI
AI-powered background removal tool for images. Clean, accurate cutouts for any subject with professional-quality edge detection.
FLUX Schnell
가장 빠른 이미지 생성 모델. 실시간 애플리케이션에 최적.
파라미터
| Parameter | Type | Required | Description |
|---|---|---|---|
| prompt | string | Yes | 이미지 설명 (영어 권장) |
| aspect_ratio | string | No | 1:1, 16:9, 9:16, 4:3, 3:4 등 |
| num_outputs | integer | No | 생성할 이미지 수 (1-4) |
| seed | integer | No | 결과 재현용 시드값 |
예제 코드
curl -X POST https://api.core.today/v1/predictions \
-H "Content-Type: application/json" \
-H "X-API-Key: $CORE_API_KEY" \
-d '{
"model": "black-forest-labs/flux-schnell",
"input": {
"prompt": "A beautiful sunset over mountains, cinematic lighting, 8K resolution",
"aspect_ratio": "16:9",
"num_outputs": 2
}
}'프롬프트 작성 팁
- 영어 프롬프트가 가장 좋은 결과를 냅니다
- 스타일 키워드 추가: "digital art", "photography", "oil painting"
- 품질 키워드 추가: "8K", "detailed", "professional"
- 조명 설명: "cinematic lighting", "golden hour", "studio lighting"
Seedream 4
ByteDance의 최신 모델. 최고 품질과 텍스트 렌더링 특화.
특징
텍스트 렌더링
간판, 로고, 포스터 등 텍스트가 포함된 이미지 생성에 탁월
다국어 지원
한국어, 중국어, 일본어 프롬프트도 잘 이해
텍스트 포함 이미지 예제
{
"model": "bytedance/seedream-4",
"input": {
"prompt": "A coffee shop sign that says \"CAFE MOCHA\" in elegant gold typography, warm lighting, cozy atmosphere",
"aspect_ratio": "1:1",
"guidance_scale": 7.5
}
}텍스트 렌더링 팁
"HELLO WORLD"Use Cases
E-commerce 상품 이미지
제품 컨셉 이미지, 배경 생성, 상품 목업 자동 생성
마케팅 배너 & 광고
SNS 배너, 광고 이미지, 프로모션 그래픽 제작
게임 & 엔터테인먼트
게임 아트, 캐릭터 컨셉, 배경 일러스트
실시간 생성 앱
사용자 입력에 즉시 반응하는 이미지 생성 서비스
모델 선택 가이드
빠른 생성
flux-schnell
5 credits, 1-2초
최고 품질
seedream-4
59 credits, 10-15초
텍스트 포함
seedream-4
로고, 간판, 포스터
대량 생성
nano-banana
70 credits
응답 형식
{
"id": "pred_abc123",
"status": "succeeded",
"model": "black-forest-labs/flux-schnell",
"output": [
"https://cdn.core.today/outputs/abc123/output_0.png",
"https://cdn.core.today/outputs/abc123/output_1.png"
],
"metrics": {
"total_time": 1.5,
"queue_time": 0.1,
"run_time": 1.4
}
}이미지 URL
is_public: true 옵션을 사용하세요.