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

Nano Banana Pro (Gemini 3 Pro Image)

Gemini 3 Pro 기반의 Google 최첨단 이미지 생성 및 편집 모델입니다. 다국어 텍스트 렌더링, Google 검색을 통한 실시간 정보 연동, 전문가급 크리에이티브 제어 기능을 제공합니다. 최대 14장의 참조 이미지와 4K 해상도를 지원합니다.

540 크레딧
이미지당 (4K), 1K/2K는 270 크레딧
Gemini 3 Pro 기반 고급 추론 생성
다국어 텍스트 렌더링 지원
Google 검색 연동 실시간 데이터 시각화
최대 14장 참조 이미지로 멀티 이미지 블렌딩
최대 4K 출력 해상도 (1K, 2K, 4K)

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": "google/nano-banana-pro",
  "input": {
    "prompt": "35.6586° N, 139.7454° E at 19:00",
    "resolution": "2K",
    "aspect_ratio": "4:3",
    "output_format": "png"
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-생성할 이미지에 대한 텍스트 설명
image_inputarrayNo-변환하거나 참조로 사용할 입력 이미지 (최대 14장)
aspect_ratiostringNo4:3생성 이미지의 비율
match_input_image1:12:33:23:44:34:55:49:1616:921:9
resolutionstringNo2K생성 이미지의 해상도
1K2K4K
output_formatstringNopng출력 이미지 형식
pngjpg
safety_filter_levelstringNoblock_only_high안전 필터 엄격도 수준
block_low_and_aboveblock_medium_and_aboveblock_only_high

파일 입력 방법

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

이미지 URL 전달

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

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

공통 파라미터

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

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

예제

위치 기반 이미지

GPS 좌표와 시간으로 이미지 생성

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "google/nano-banana-pro",
  "input": {
    "prompt": "35.6586° N, 139.7454° E at 19:00",
    "resolution": "2K",
    "aspect_ratio": "4:3",
    "output_format": "png"
  }
}'

멀티 이미지 팀 사진

여러 참조 이미지를 하나의 구도로 블렌딩

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "google/nano-banana-pro",
  "input": {
    "prompt": "an office team photo, everyone making a silly face",
    "resolution": "2K",
    "aspect_ratio": "4:3"
  }
}'

팁 & 모범 사례

1정확하고 읽기 쉬운 텍스트 렌더링에 탁월 — 포스터, 로고, 인포그래픽에 이상적
2Google 검색 기반 프롬프트(실시간 날씨, 스포츠 점수 등)로 데이터 기반 시각화 가능
3최대 14장의 참조 이미지로 일관된 캐릭터가 포함된 복잡한 합성 가능
4대부분의 작업에는 2K 해상도를 사용하고, 최종 프로덕션 에셋에만 4K(540 크레딧) 사용
5최종 생성 전 빠른 초안은 Nano Banana(70 크레딧)를 사용하는 것을 고려하세요

사용 사례

정확한 텍스트가 포함된 타이포그래피, 로고, 브랜딩
다국어 마케팅 자료 및 현지화
데이터 기반 인포그래픽 및 교육 콘텐츠
멀티 이미지 제품 목업 및 라이프스타일 장면
크리에이티브 제어를 활용한 전문 사진 편집