Skip to main content
Core.Today
|
과금 안내 기본값 quality=auto는 xhigh 요율(이미지당 581 크레딧)로 과금됩니다. 비용을 관리하려면 quality를 직접 지정하세요 — 시안은 low(28)·medium(109), 대부분의 최종 이미지는 high(298)면 충분합니다.
OpenAI보통울트라

GPT Image 2.5 Sunburst

편집 정밀도가 가장 중요한 작업을 위한 OpenAI의 최고 성능 이미지 모델입니다. 지시를 충실히 따르며, 요청한 부분만 바꾸고 인물의 정체성·구도·조명은 그대로 유지합니다. 가격은 더 빠른 GPT Image 2.5 Flare와 같습니다.

580 크레딧
이미지당 (기본 quality=auto) × number_of_images — low 28 / medium 109 / high 298 / xhigh·auto 581 / max 1,163 크레딧/장
OpenAI 최고 성능 이미지 모델 — 2.5 라인업 중 편집 정밀도 최상
인물 정체성·구도·조명을 유지하는 부분 편집
생성과 편집을 한 모델로 — input_images만 추가하면 편집 모드
빽빽한 텍스트, 작은 글씨, 복잡한 레이아웃도 선명하게 렌더링
품질 6단계: low / medium / high / xhigh / max / auto
요청당 최대 10장 생성 (장당 과금)

지금 바로 실행해보세요

콘솔의 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": "openai/gpt-image-2.5-sunburst",
  "input": {
    "prompt": "A golden retriever puppy wearing tiny sunglasses on a sunny beach, photorealistic, shallow depth of field",
    "quality": "high",
    "aspect_ratio": "1:1"
  }
}'

파라미터

파라미터타입필수기본값설명
promptstringYes-생성할 이미지 설명 또는 입력 이미지를 어떻게 편집할지에 대한 지시. 들어갈 문구는 "따옴표" 안에 넣으세요.
input_imagesarrayNo-편집/합성용 참조 이미지. 1장을 넣으면 편집, 여러 장을 넣으면 인물·스타일을 하나의 결과로 합성합니다. 자동으로 고해상도로 처리됩니다.
qualitystringNoauto품질 단계. 높을수록 느리고 장당 비용이 큽니다: low 28, medium 109, high 298, xhigh 581, max 1,163 크레딧. auto는 xhigh 요율로 과금됩니다.
lowmediumhighxhighmaxauto
aspect_ratiostringNo1:1비율 이름, 명시적 크기, 또는 모델이 고르는 auto. 2560x1440을 넘는 크기는 실험적이라 결과 편차가 클 수 있습니다.
1:13:22:34:33:416:99:16auto1024x10241536x10241024x15361536x11521152x15362048x20482048x11521152x20483840x21602160x3840
number_of_imagesintegerNo1생성할 이미지 수 (1~10). 장당 과금됩니다.
backgroundstringNoauto배경 모드. 투명 배경은 png 또는 webp 출력과 함께 사용하세요.
autotransparentopaque
output_formatstringNowebp출력 이미지 포맷
pngjpegwebp
output_compressionintegerNo90webp/jpeg 출력 압축 수준 (0~100)
moderationstringNoauto콘텐츠 모더레이션 수준 — low는 필터링이 덜 엄격합니다
autolow
user_idstringNo-최종 사용자를 식별하는 선택적 고유 ID. OpenAI가 남용 여부를 모니터링하고 탐지하는 데 도움이 됩니다.
openai_api_keystringNo-본인 OpenAI API 키 (선택 사항 — 비워 두면 게이트웨이 사용)

파일 입력 방법

이 모델의 input_images 파라미터에 파일을 전달하는 방법은 3가지입니다.

추천

이미지 URL 전달

공개 접근 가능한 URL을 직접 전달합니다. Storage API(POST /v1/files/upload-url)로 업로드하면 파일이 S3로 직접 올라가고(파일당 50MB), 반환된 file_url을 그대로 쓰면 됩니다.

{
  "model": "openai/gpt-image-2.5-sunburst",
  "input": {
    "prompt": "your prompt here",
    "input_images": ["https://example.com/image.jpg"]
  }
}

간편 업로드 (Multipart)

POST /v1/predictions/upload에 파일을 직접 첨부합니다. 별도 업로드 과정이 없는 대신, 파일이 API 서버를 거치므로 요청 전체 10MB 제한이 적용됩니다.

curl -X POST "https://api.core.today/v1/predictions/upload" \
  -H "X-API-Key: cdt_your_api_key" \
  -F "model=openai/gpt-image-2.5-sunburst" \
  -F 'input={"prompt":"your prompt here"}' \
  -F "file:input_images=@your_file.png"
File Upload 문서에서 Presigned URL 방식 등 더 자세한 업로드 방법을 확인하세요.

공통 파라미터

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

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

예제

포토리얼 클로즈업

high 품질 + 사진 용어(심도)로 사실적인 결과

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "openai/gpt-image-2.5-sunburst",
  "input": {
    "prompt": "A golden retriever puppy wearing tiny sunglasses on a sunny beach, photorealistic, shallow depth of field",
    "quality": "high",
    "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": "openai/gpt-image-2.5-sunburst",
  "input": {
    "prompt": "Replace the grey sofa with a light blue velvet sofa. Keep the camera angle, room layout, lighting and every other object exactly the same.",
    "input_images": [
      "https://example.com/living-room.jpg"
    ],
    "quality": "high",
    "aspect_ratio": "auto"
  }
}'

여러 참조 이미지 합성

인물과 제품을 하나의 장면으로 합성

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "openai/gpt-image-2.5-sunburst",
  "input": {
    "prompt": "Place the person from the first image holding the handbag from the second image, walking down a Paris street in morning light. Preserve the person's face and the bag's exact design.",
    "input_images": [
      "https://example.com/model.jpg",
      "https://example.com/handbag.png"
    ],
    "quality": "high",
    "aspect_ratio": "2:3"
  }
}'

이미지 속 텍스트 번역

디자인은 유지한 채 포스터 문구만 현지화

curl -X POST "https://api.core.today/v1/predictions" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: cdt_your_api_key" \
  -d '{
  "model": "openai/gpt-image-2.5-sunburst",
  "input": {
    "prompt": "Translate all English text on this poster into Korean. The headline should read \"여름 한정 세일\". Keep the layout, fonts' weight and colors unchanged.",
    "input_images": [
      "https://example.com/poster.png"
    ],
    "quality": "high",
    "output_format": "png"
  }
}'

팁 & 모범 사례

1quality는 항상 지정하세요 — 기본값 auto는 xhigh와 같이 장당 581 크레딧입니다
2편집 시 바뀌면 안 되는 부분을 명시하세요: "조명만 바꾸고 얼굴·포즈·옷은 유지"
3구체적으로 지시하세요: "더 좋게" 대신 "부드러운 해안의 자연광 추가"
4이미지에 넣을 문구는 "따옴표" 안에, 타이포그래피는 말로 설명하세요
5input_images가 여러 장이면 순서로 지칭하세요 ("첫 번째 이미지", "두 번째 이미지")
6빠른 대량 생성에는 openai/gpt-image-2.5-flare를 쓰세요 — 파라미터와 가격이 같습니다

사용 사례

인물의 생김새를 유지한 채 새로운 장면에 합성
인테리어 편집 — 카메라 앵글은 그대로 두고 가구만 교체
제품 사진 보정, 사물 제거, 조명 변경
이미지 속 텍스트 번역 및 마케팅 소재 현지화
캐릭터가 일관되게 유지되는 여러 장의 일러스트