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

FLUX 1.1 Pro Ultra

FLUX1.1 [pro]의 ultra·raw 모드입니다. FLUX 1.1 Pro 계열 중 최고 해상도인 최대 4메가픽셀 이미지를 생성합니다. 사실적인 결과가 필요하면 raw 모드를 사용하세요.

140 크레딧
이미지당
최대 4메가픽셀의 울트라 해상도 출력
덜 가공된, 더 자연스러운 이미지를 위한 raw 모드
구도 가이드를 위한 Flux Redux image_prompt 지원
21:9부터 9:21까지 다양한 종횡비
조절 가능한 안전 허용 수준

지금 바로 실행해보세요

콘솔의 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-1.1-pro-ultra",
  "input": {
    "prompt": "a majestic snow-capped mountain peak bathed in a warm glow of the setting sun",
    "aspect_ratio": "3:2",
    "raw": false
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-이미지 생성을 위한 텍스트 프롬프트
rawbooleanNofalse덜 가공된, 더 자연스러운 이미지 생성
image_promptstringNo-Flux Redux를 통해 구도를 가이드하는 이미지, 텍스트 프롬프트와 혼합됨
image_prompt_strengthnumberNo0.1텍스트 프롬프트와 이미지 프롬프트 간의 혼합 강도 (0~1)
aspect_ratiostringNo1:1생성 이미지의 종횡비
21:916:93:24:35:41:14:53:42:39:169:21
safety_toleranceintegerNo2안전 허용 수준, 1이 가장 엄격하고 6이 가장 관대함
output_formatstringNojpg출력 이미지 형식
jpgpng
seedintegerNo-재현 가능한 생성을 위한 랜덤 시드

파일 입력 방법

이 모델의 image_prompt 파라미터에 파일을 전달하는 방법은 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-1.1-pro-ultra" \
  -F 'input={"prompt":"your prompt here"}' \
  -F "file:image_prompt=@your_file.png"

이미지 URL 전달

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

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

공통 파라미터

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

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

예제

풍경 사진

3:2 비율의 고해상도 풍경 사진

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-ultra",
  "input": {
    "prompt": "a majestic snow-capped mountain peak bathed in a warm glow of the setting sun",
    "aspect_ratio": "3:2",
    "raw": false
  }
}'

raw 모드 인물 사진

raw 모드를 사용한 덜 가공된 자연스러운 인물 사진

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-ultra",
  "input": {
    "prompt": "a candid portrait of a chef in a busy kitchen, natural lighting",
    "raw": true,
    "aspect_ratio": "4:5"
  }
}'

팁 & 모범 사례

1사실적이고 덜 스타일화된 결과가 필요하면 raw=true를 사용하세요
2image_prompt와 image_prompt_strength로 참조 사진의 구도를 가이드할 수 있습니다
3이 모델은 FLUX 1.1 Pro 계열의 프리미엄 4MP 등급입니다 — 비용을 낮추려면 일반 FLUX 1.1 Pro를 사용하세요
4프로덕션 앱에서는 safety_tolerance를 낮춰 더 엄격한 콘텐츠 필터링을 적용하세요

사용 사례

고해상도가 필요한 인쇄·대형 포맷 마케팅 이미지
raw 모드를 활용한 사실적인 제품·라이프스타일 사진
참조 image_prompt를 활용한 구도 가이드 생성
랜딩 페이지·캠페인용 프리미엄 히어로 이미지

모델 정보

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

API Endpoint

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