Skip to main content
Google빠름표준

Nano Banana 2 Lite

Gemini 3.1 Flash Image 기반의 가볍고 빠른 Nano Banana 2 변형 모델로, 더 빠르고 저렴한 생성에 최적화되어 있습니다. 대화형 편집, 멀티 이미지 퓨전, 캐릭터 일관성 등 풀 버전 Nano Banana 2의 핵심 기능을 그대로 유지합니다.

80 크레딧
이미지당 (고정 요금)
풀 버전 Nano Banana 2보다 빠르고 저렴한 변형 모델
Gemini 3.1 Flash Image 기반
대화형 지시 기반 편집
최대 14장의 참조 이미지를 활용한 멀티 이미지 퓨전
생성 전반에 걸친 캐릭터 일관성 유지
입력 이미지 종횡비 자동 매칭을 포함한 다양한 종횡비 프리셋

지금 바로 실행해보세요

콘솔의 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": "google/nano-banana-2-lite",
  "input": {
    "prompt": "Change the background to a warm sunset gradient and add soft rim lighting on the product",
    "image_input": [
      "https://example.com/product-photo.jpg"
    ],
    "aspect_ratio": "1:1"
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-생성하고자 하는 이미지에 대한 텍스트 설명입니다.
image_inputarrayNo[]변형하거나 참조할 입력 이미지입니다 (최대 14장 지원).
aspect_ratiostringNomatch_input_image생성된 이미지의 종횡비입니다.
match_input_image1:11:41:82:33:23:44:14:34:55:48:19:1616:921:9
output_formatstringNojpg출력 이미지 형식입니다.
jpgpng

파일 입력 방법

이 모델의 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-2-lite" \
  -F 'input={"prompt":"your prompt here"}' \
  -F "file:image_input=@your_file.png"

이미지 URL 전달

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

{
  "model": "google/nano-banana-2-lite",
  "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로도 제공

예제

빠른 반복 편집

기존 제품 사진에 대한 빠른 대화형 편집

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-2-lite",
  "input": {
    "prompt": "Change the background to a warm sunset gradient and add soft rim lighting on the product",
    "image_input": [
      "https://example.com/product-photo.jpg"
    ],
    "aspect_ratio": "1:1"
  }
}'

멀티 이미지 퓨전

두 장의 참조 사진을 하나의 장면으로 합성

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-2-lite",
  "input": {
    "prompt": "Place the person from the first photo into the café scene from the second photo, matching the lighting and perspective",
    "image_input": [
      "https://example.com/person.jpg",
      "https://example.com/cafe.jpg"
    ],
    "aspect_ratio": "3:4",
    "output_format": "png"
  }
}'

팁 & 모범 사례

1빠른 초안 반복 작업에는 이 lite 티어를 사용하고, 최종 고품질 출력이 필요할 때 풀 버전 Nano Banana 2로 전환하세요
2멀티 서브젝트 퓨전을 위해 image_input에 최대 14장의 이미지를 조합하세요
3aspect_ratio를 match_input_image로 설정하면 원본 사진과 동일한 프레이밍으로 편집됩니다

사용 사례

속도가 최우선인 빠른 반복 편집 작업
여러 사진을 하나의 장면으로 합성하는 멀티 이미지 퓨전
일련의 이미지에서 동일 캐릭터/피사체 일관성 유지
고비용 생성을 확정하기 전의 빠른 컨셉 탐색
"하늘을 노을빛으로 바꿔줘"와 같은 대화형 디테일 수정