Skip to main content
MiniMax빠름높음

MiniMax Image-01

MiniMax의 첫 이미지 생성 모델로 캐릭터 레퍼런스를 지원합니다. subject_reference에 얼굴 사진 한 장만 넣으면 프롬프트·스타일·화면 비율이 바뀌어도 동일 인물을 일관되게 생성하며, 요청당 최대 9장까지 만들 수 있습니다.

23 크레딧
이미지 1장 기준 — 23크레딧 × number_of_images (1~9장)
subject_reference 얼굴 사진 한 장으로 캐릭터 일관성 유지
요청당 1~9장 배치 생성
정사각 1:1부터 시네마틱 21:9까지 8가지 화면 비율
기본 활성화된 내장 프롬프트 옵티마이저
저렴하고 예측 가능한 장당 과금

지금 바로 실행해보세요

콘솔의 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": "minimax/image-01",
  "input": {
    "prompt": "A close-up portrait of a leopard with distinctive spotted pattern and intense eyes",
    "aspect_ratio": "3:4",
    "number_of_images": 1,
    "prompt_optimizer": true
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-이미지 생성을 위한 텍스트 프롬프트
subject_referencestringNo-생성 이미지의 주인공으로 사용할 캐릭터 레퍼런스 이미지 (사람 얼굴)
aspect_ratiostringNo1:1이미지 화면 비율
1:116:94:33:22:33:49:1621:9
number_of_imagesintegerNo1생성할 이미지 수 (1~9장). 장수만큼 과금됨
prompt_optimizerbooleanNotrue프롬프트 옵티마이저 사용 여부

파일 입력 방법

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

이미지 URL 전달

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

{
  "model": "minimax/image-01",
  "input": {
    "prompt": "your prompt here",
    "subject_reference": "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": "minimax/image-01",
  "input": {
    "prompt": "A close-up portrait of a leopard with distinctive spotted pattern and intense eyes",
    "aspect_ratio": "3:4",
    "number_of_images": 1,
    "prompt_optimizer": true
  }
}'

얼굴 사진 기반 일관 캐릭터 생성

subject_reference로 생성 변형 전반에 걸쳐 동일 인물을 유지

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "minimax/image-01",
  "input": {
    "prompt": "A professional studio portrait, soft lighting, navy suit, confident smile",
    "subject_reference": "https://example.com/face.jpg",
    "aspect_ratio": "3:4",
    "number_of_images": 4
  }
}'

팁 & 모범 사례

1총 비용은 30크레딧 × number_of_images입니다 — 9장 배치는 270크레딧이므로 장수를 계획적으로 정하세요
2캐릭터 일관성을 높이려면 정면을 향한 선명한 얼굴 사진을 subject_reference로 사용하세요
3프롬프트를 문자 그대로 따라야 하는 경우가 아니라면 prompt_optimizer를 켜두세요 — 다양성과 품질이 좋아집니다
4장당 비용이 저렴하므로 한 요청에 여러 장을 생성한 뒤 베스트 컷을 고르는 방식이 효율적입니다
5실존 인물 사진은 반드시 본인 동의 하에만 subject_reference로 사용하세요

사용 사례

다양한 장면과 의상에서 일관된 캐릭터 인물 사진 생성
개인화된 아바타·프로필 이미지 제작
동일 캐릭터가 등장하는 스토리보드·웹툰 컷 제작
저비용으로 프롬프트 변형을 대량 탐색
레퍼런스 없이 일반 텍스트-이미지 생성