Skip to main content
Google보통울트라

Imagen 4

Google의 플래그십 텍스트-이미지 모델인 Imagen 4입니다.

93 크레딧
이미지당 (1K/2K image_size와 무관하게 고정 요금)
Google의 플래그십 Imagen 4 품질 등급
1K·2K 출력 해상도를 동일한 고정 요금으로 제공
조절 가능한 안전 필터 강도
소셜·인쇄 포맷에 맞는 다양한 종횡비 지원
뛰어난 사실감과 디테일 표현력

지금 바로 실행해보세요

콘솔의 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/imagen-4",
  "input": {
    "prompt": "The photo: Create a cinematic, photorealistic medium shot capturing the nostalgic warmth of a late 90s indie film.",
    "aspect_ratio": "16:9",
    "safety_filter_level": "block_medium_and_above"
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-이미지 생성을 위한 텍스트 프롬프트
aspect_ratiostringNo1:1생성 이미지의 종횡비
1:19:1616:93:44:3
image_sizestringNo1K생성 이미지의 해상도. 등급과 무관하게 동일 요금 부과
1K2K
safety_filter_levelstringNoblock_only_highblock_low_and_above가 가장 엄격하고, block_only_high가 가장 관대함
block_low_and_aboveblock_medium_and_aboveblock_only_high
output_formatstringNojpg출력 이미지 형식
jpgpng

공통 파라미터

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

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

예제

시네마틱 인물 사진

90년대 후반 인디 영화풍의 시네마틱 인물 사진

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/imagen-4",
  "input": {
    "prompt": "The photo: Create a cinematic, photorealistic medium shot capturing the nostalgic warmth of a late 90s indie film.",
    "aspect_ratio": "16:9",
    "safety_filter_level": "block_medium_and_above"
  }
}'

팁 & 모범 사례

11K/2K와 무관하게 동일 요금이 부과되므로 image_size=2K를 자유롭게 선택하세요
2민감하지 않은 콘텐츠에만 safety_filter_level을 기본값인 block_only_high로 완화하세요
3속도와 비용이 최우선이라면 google/imagen-4-fast를 사용하세요
4aspect_ratio 옵션은 일반적인 소셜·인쇄 포맷에 최적화되어 있습니다

사용 사례

고품질 사실적 이미지 생성
2K 해상도의 마케팅·소셜 미디어 비주얼
안전 필터 조절이 필요한 콘텐츠
범용 플래그십 품질의 텍스트-이미지 요구