Skip to main content
Black Forest Labs보통울트라

FLUX 2 Pro

고품질 편집 기능과 최대 8개의 참조 이미지를 지원하는 프로페셔널 FLUX 2 모델입니다. 품질, 속도, 크리에이티브 제어의 뛰어난 균형을 제공합니다.

70 크레딧
이미지당
최대 8개 참조 이미지 지원
고품질 이미지 편집
울트라 품질 생성
프로페셔널 수준 출력
뛰어난 프롬프트 이해력

지금 바로 실행해보세요

콘솔의 Playground에서 별도 코드 없이 이 모델을 즉시 테스트할 수 있어요

로그인 후 사용해보기

AI 어시스턴트에서 사용하기

이 모델의 사용법을 Claude, ChatGPT 등에 복사

빠른 시작

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "black-forest-labs/flux-2-pro",
  "input": {
    "prompt": "Luxury perfume bottle on polished marble surface, soft diffused lighting, editorial advertisement quality, shallow depth of field, 8k ultra detailed",
    "image_size": "square_hd",
    "guidance_scale": 3.5
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-생성할 이미지에 대한 텍스트 설명
input_imagesarrayNo[]이미지-이미지 생성을 위한 입력 이미지 목록. 최대 8장. jpeg, png, gif, webp 형식이어야 함.
aspect_ratiostringNo1:1생성 이미지의 비율. 첫 번째 입력 이미지의 비율을 따르려면 'match_input_image'를 사용하세요.
match_input_imagecustom1:116:93:22:34:55:49:163:44:3
resolutionstringNo1 MP메가픽셀 단위 해상도. 최대 4 MP까지 가능하지만 2 MP 이하를 권장합니다. 최대 이미지 크기는 2048x2048이며, 비율이 1:1이 아니면 고해상도 이미지가 이 해상도를 정확히 따르지 않을 수 있습니다. aspect_ratio가 'custom'일 때는 resolution이 사용되지 않습니다. aspect_ratio가 'match_input_image'일 때는 'match_input_image'를 사용해 입력 이미지의 해상도를 따르세요 (0.5-4 MP로 제한됨).
match_input_image0.5 MP1 MP2 MP4 MP
widthintegerNo-생성 이미지의 너비. aspect_ratio=custom일 때만 사용됨. 16의 배수여야 하며(아니면 가장 가까운 16의 배수로 반올림됨).
heightintegerNo-생성 이미지의 높이. aspect_ratio=custom일 때만 사용됨. 16의 배수여야 하며(아니면 가장 가까운 16의 배수로 반올림됨).
safety_toleranceintegerNo2콘텐츠 안전 수준 (1-6)
seedintegerNo-재현성을 위한 랜덤 시드
output_formatstringNowebp출력 이미지 포맷.
webpjpgpng
output_qualityintegerNo80출력 이미지 저장 품질 (0-100). 100이 최고 품질, 0이 최저 품질. png 출력에는 해당 없음

파일 입력 방법

이 모델의 input_images 파라미터에 파일을 전달하는 방법은 3가지입니다.

추천

간편 업로드 (Multipart)

POST /v1/predictions/upload에 파일을 직접 첨부합니다. 별도 업로드 과정이 필요 없습니다.

curl -X POST "https://api.core.today/v1/predictions/upload" \
  -H "X-API-Key: cdt_your_api_key" \
  -F "model=black-forest-labs/flux-2-pro" \
  -F 'input={"prompt":"your prompt here"}' \
  -F "file:input_images=@your_file.png"

이미지 URL 전달

공개 접근 가능한 URL을 직접 전달합니다. Storage API로 업로드한 파일의 file_url도 사용 가능합니다.

{
  "model": "black-forest-labs/flux-2-pro",
  "input": {
    "prompt": "your prompt here",
    "input_images": ["https://example.com/image.jpg"]
  }
}
File Upload 문서에서 Presigned URL 방식 등 더 자세한 업로드 방법을 확인하세요.

공통 파라미터

POST /v1/predictions 요청 시 사용되는 공통 파라미터입니다.

파라미터타입필수기본값설명
modelstringYes-모델 식별자
inputobjectYes-위 테이블의 모델별 파라미터를 포함하는 객체
output_folderstringNo-결과물 저장 폴더 경로 (최대 256자, '..' 사용 불가)
webhook_urlstringNo-완료 시 호출할 Webhook URL
is_publicbooleanNofalsetrue 시 결과물을 영구 공개 URL로도 제공

예제

프리미엄 제품 촬영

하이엔드 제품 사진 생성

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "black-forest-labs/flux-2-pro",
  "input": {
    "prompt": "Luxury perfume bottle on polished marble surface, soft diffused lighting, editorial advertisement quality, shallow depth of field, 8k ultra detailed",
    "image_size": "square_hd",
    "guidance_scale": 3.5
  }
}'

팁 & 모범 사례

1스타일과 구성을 가이드하기 위해 참조 이미지를 사용하세요
2울트라 품질 출력이 필요한 상업 프로젝트에 이상적
3더 창의적이거나 충실한 결과를 위해 guidance_scale을 조절하세요
4프로덕션에서 콘텐츠 제어를 위해 safety_tolerance와 결합하세요

사용 사례

상업용 광고 캠페인
전문 제품 사진
고급 이미지 편집
브랜드 비주얼 제작
인쇄 품질 이미지

모델 정보

제공자Black Forest Labs
버전-
카테고리이미지 생성
가격70 크레딧

API Endpoint

POST /v1/predictions
콘솔에서 테스트문서로 돌아가기