Skip to main content
Google빠름표준

Imagen 4 Fast

최고 품질보다 속도와 비용이 중요할 때 사용하는 Imagen 4의 고속 버전입니다.

46 크레딧
이미지당
Imagen 4 계열 중 가장 저렴한 등급
빠른 반복 실험에 최적화된 생성 속도
조절 가능한 안전 필터 강도
소셜·마케팅 용도에 맞는 일반적인 종횡비 프리셋

지금 바로 실행해보세요

콘솔의 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-fast",
  "input": {
    "prompt": "The photo: Create a cinematic, photorealistic medium shot capturing the dynamic energy of a high-octane action film.",
    "aspect_ratio": "4:3",
    "output_format": "jpg"
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-이미지 생성을 위한 텍스트 프롬프트
aspect_ratiostringNo1:1생성 이미지의 종횡비
1:19:1616:93:44:3
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로도 제공

예제

액션 영화 스타일

역동적이고 에너지 넘치는 액션 영화풍 샷

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-fast",
  "input": {
    "prompt": "The photo: Create a cinematic, photorealistic medium shot capturing the dynamic energy of a high-octane action film.",
    "aspect_ratio": "4:3",
    "output_format": "jpg"
  }
}'

팁 & 모범 사례

1반복 실험과 드래프트에는 이 모델을, 최종 고품질 결과물에는 google/imagen-4를 사용하세요
2Imagen 4 대비 절반 가격이므로 대량 배치 생성에 적합합니다
3민감하지 않은 콘텐츠에만 safety_filter_level을 기본값인 block_only_high로 완화하세요
4Imagen 4와 동일한 aspect_ratio 옵션으로 두 등급 간 일관된 프레이밍을 유지할 수 있습니다

사용 사례

예산을 고려한 대량 이미지 생성
google/imagen-4 사용 전 빠른 프로토타이핑
빠르게 제작하는 소셜 미디어 콘텐츠
내부 검토용 드래프트 비주얼