Skip to main content
Core.Today
|
Google보통울트라

Nano Banana Pro (Edit)

Gemini 3 Pro 기반 Nano Banana Pro의 편집 엔드포인트입니다. 전문가급 제어, 다국어 텍스트 렌더링, Google 검색 실시간 연동, 최대 2K 편집 해상도를 제공합니다.

1125 크레딧
이미지당 (2K); 1K는 563 크레딧
Gemini 3 Pro 추론 기반 복잡한 편집
다국어 텍스트 렌더링
웹 검색 연동
최대 2K 해상도 편집
캐릭터 일관성을 갖춘 멀티 이미지 융합

지금 바로 실행해보세요

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

로그인 후 사용해보기

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": "fal-ai/nano-banana-pro/edit",
  "input": {
    "prompt": "Make the colors more vibrant and add a sunset glow",
    "image_urls": [
      "https://example.com/input-image.jpg"
    ],
    "aspect_ratio": "match_input_image",
    "resolution": "1K",
    "output_format": "png",
    "num_images": 1
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-이미지 편집 방식
image_urlsarrayYes-편집할 입력 이미지 URL 배열
aspect_ratiostringNomatch_input_image출력 비율
match_input_image1:12:33:23:44:34:55:49:1616:921:9
resolutionstringNo1K출력 해상도 — 해상도에 따라 가격이 달라집니다
1K2K
output_formatstringNopng출력 이미지 포맷
pngjpg
enable_web_searchbooleanNofalse실시간 정보를 위한 웹 검색 연동
num_imagesintegerNo1생성할 이미지 수

파일 입력 방법

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

이미지 URL 전달

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

{
  "model": "fal-ai/nano-banana-pro/edit",
  "input": {
    "prompt": "your prompt here",
    "image_urls": ["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": "fal-ai/nano-banana-pro/edit",
  "input": {
    "prompt": "Make the colors more vibrant and add a sunset glow",
    "image_urls": [
      "https://example.com/input-image.jpg"
    ],
    "aspect_ratio": "match_input_image",
    "resolution": "1K",
    "output_format": "png",
    "num_images": 1
  }
}'

팁 & 모범 사례

12K는 최종 렌더에만 사용하세요 — 반복 작업은 1K가 훨씬 저렴합니다
2여러 image_urls를 결합해 고품질 합성을 만드세요
3실제 정보에 의존하는 편집에는 웹 검색을 활성화하세요
4브랜드 텍스트를 가독성 있게 렌더해야 할 때 가장 강력합니다

사용 사례

브랜드 텍스트가 포함된 전문 보정
다국어 마케팅 현지화
정보 기반 일러스트
고품질 다중 참조 합성