Skip to main content
Black Forest Labs빠름울트라

FLUX 1.1 Pro

FLUX.1 Pro를 업그레이드한 빠르고 고품질 이미지 생성 모델입니다. 속도와 충실도 모두가 필요한 프로덕션 워크로드에 적합합니다.

72 크레딧
이미지당
FLUX.1 Pro보다 빠른 속도
향상된 이미지 품질
울트라 품질 출력
프로덕션 지원 성능
뛰어난 프롬프트 준수

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

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

llms.txt

빠른 시작

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-1.1-pro",
  "input": {
    "prompt": "Cinematic portrait of a woman in golden hour light, shallow depth of field, film grain, professional photography, 8k ultra detailed",
    "image_size": "portrait_4_3"
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-생성할 이미지에 대한 텍스트 설명
image_sizestringNolandscape_4_3출력 이미지 크기
square_hdsquareportrait_4_3portrait_16_9landscape_4_3landscape_16_9
seedintegerNo-재현성을 위한 랜덤 시드
safety_tolerancestringNo2콘텐츠 안전 수준 (1-6)

공통 파라미터

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-1.1-pro",
  "input": {
    "prompt": "Cinematic portrait of a woman in golden hour light, shallow depth of field, film grain, professional photography, 8k ultra detailed",
    "image_size": "portrait_4_3"
  }
}'

건축 시각화

포토리얼리스틱 건축 렌더링 생성

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-1.1-pro",
  "input": {
    "prompt": "Modern luxury villa with infinity pool overlooking the ocean, architectural photography, golden hour, ultra detailed, professional rendering",
    "image_size": "landscape_16_9"
  }
}'

팁 & 모범 사례

1FLUX.1 Pro 대비 더 나은 속도-품질 비율의 이상적인 업그레이드
2최상의 결과를 위해 스타일 참조가 포함된 상세한 프롬프트를 사용하세요
3더 제어된 출력을 위해 조명과 분위기를 지정하세요
4일관된 배치 생성을 위해 시드 값을 활용하세요

사용 사례

고속 프로덕션 워크플로우
상업용 광고 캠페인
전문 제품 사진
인쇄 품질 이미지