뛰어난 품질과 디테일을 제공하는 프로페셔널 이미지 생성 모델입니다. 최고 수준의 시각적 충실도가 필요한 상업 프로젝트에 최적입니다.
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "flux-pro",
"input": {
"prompt": "Ultra-luxury Swiss watch with intricate mechanical details visible through sapphire crystal, sitting on black velvet, dramatic lighting, advertisement quality, 8k",
"image_size": "square_hd",
"num_inference_steps": 28,
"guidance_scale": 3.5
}
}'| 파라미터 | 타입 | 필수 | 기본값 | 설명 |
|---|---|---|---|---|
prompt | string | Yes | - | 생성할 이미지에 대한 텍스트 설명 |
image_size | string | No | landscape_4_3 | 출력 이미지 크기 square_hdsquareportrait_4_3portrait_16_9landscape_4_3landscape_16_9 |
num_inference_steps | integer | No | 28 | 디노이징 스텝 수 (1-50) |
guidance_scale | float | No | 3.0 | 프롬프트 준수 강도 (1.0-20.0) |
seed | integer | No | - | 재현성을 위한 랜덤 시드 |
safety_tolerance | string | No | 2 | 콘텐츠 안전 수준 (1-6) |
고급 제품 시각화
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "flux-pro",
"input": {
"prompt": "Ultra-luxury Swiss watch with intricate mechanical details visible through sapphire crystal, sitting on black velvet, dramatic lighting, advertisement quality, 8k",
"image_size": "square_hd",
"num_inference_steps": 28,
"guidance_scale": 3.5
}
}'매거진 수준의 패션 이미지
curl -X POST "https://api.core.today/v1/predictions" \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{
"model": "flux-pro",
"input": {
"prompt": "High fashion editorial photograph, model wearing avant-garde designer gown, Vogue magazine style, professional studio lighting, elegant pose",
"image_size": "portrait_4_3",
"num_inference_steps": 35
}
}'POST /v1/predictions