GPT-4o 이미지 API
텍스트-이미지, 이미지-이미지 및 인페인팅 워크플로를 위한 GPT-4o 이미지 생성을 사용하여 구축하세요. EvoLink은 요청을 비동기적으로 라우팅하고 작업 ID를 반환하며 시간이 제한된 이미지 URL을 전달합니다.
Upload reference images
Click to upload or drag and drop
Supported formats: JPG, JPEG, PNG, WEBP
Maximum file size: 10MB; Maximum files: 10

기록
최대 20개 항목0 실행 중 · 0 완료됨
GPT-4o 이미지 API: 텍스트가 정확한 시각적 이미지 및 제어 가능한 편집
향상된 텍스트 렌더링 및 지침을 통해 마케팅 그래픽, 제품 사진 및 디자인 자산을 만드세요. 정확한 편집을 위해 마스크를 사용하고, 이미지 간 반복을 수행하고, 1024x1024, 1024x1536 또는 1536x1024와 같은 크기를 선택하세요.

Pricing
| Model | Mode | Price |
|---|---|---|
| GPT-4o Image | Image Generation | Popular $0.0208/ image(1.5 Credits) |
If it's down, we automatically use the next cheapest available—ensuring 99.9% uptime at the best possible price.
GPT-4o 이미지 API로 무엇을 만들 수 있나요?
개발자가 GPT-4o 이미지를 선택하는 이유 API
GPT-4o 이미지 생성이 지원되는 생성 및 편집을 위한 단일 엔드포인트입니다. 비동기 작업 ID, 유연한 크기 및 참조 이미지 지침은 팀이 더 빠르게 제품을 출시하는 데 도움이 됩니다.
실제 자산에 대한 텍스트 충실도
GPT-4o 이미지 생성은 생산 준비가 완료된 시각적 개체에 대한 텍스트 렌더링 및 지침 준수를 향상하도록 설계되었습니다.
하나의 API 통합 모드
텍스트-이미지, 이미지-이미지 및 이미지 편집 워크플로는 간단한 페이로드를 통해 동일한 엔드포인트를 공유합니다.
참고 이미지 안내
업로드된 이미지를 시각적 참조로 사용하여 반복 전반에 걸쳐 세부 사항과 스타일을 정렬하세요.
GPT-4o 이미지 API 통합 방법
비동기 작업 흐름을 통해 이미지를 생성, 편집 및 검색합니다.
1단계 - 모드 및 크기 선택
모델을 `gpt-4o-image`로 설정한 다음 `1:1`, `2:3`, `3:2` 또는 `1024x1024`, `1024x1536`, `1536x1024`와 같은 픽셀 크기를 선택합니다.
2단계 - 프롬프트 및 입력 제공
자세한 지침을 보내십시오. 편집하려면 대상 영역만 변경되도록 기본 이미지와 마스크를 포함하세요.
3단계 - 작업 폴링 및 다운로드
작업 ID, 쿼리 상태, 다운로드 결과를 받습니다. 이미지 링크는 임시 링크이므로 즉시 저장하세요.
핵심 API 기능
GPT-4o 이미지 생성으로 구동
정확한 텍스트 렌더링
이미지의 텍스트 가독성을 높이고 철자 오류를 줄이도록 설계되었습니다.
이미지 대 이미지 및 편집
하나의 엔드포인트에서 텍스트-이미지, 이미지-이미지 및 마스크 기반 편집을 지원합니다.
유연한 종횡비
`1:1`, `2:3`, `3:2` 또는 `1024x1536`과 같은 명시적인 픽셀 크기를 사용하세요.
비동기 작업 워크플로
생성 및 편집을 위한 작업 ID를 받은 다음 완료를 위해 폴링합니다.
참조 이미지 안내
업로드된 이미지를 참조하여 구성 및 세부 사항을 안내하세요.
프롬프트 길이 제어
프롬프트는 자세한 지침을 위해 최대 2000개의 토큰을 지원합니다.
GPT-4o 이미지 API - 자주 묻는 질문(FAQ)
Everything you need to know about the product and billing.
API Reference
Select endpoint
Authentication
All APIs require Bearer Token authentication.
Authorization:
Bearer YOUR_API_KEY/v1/images/generationsGenerate Image
Create an image generation task using text prompts or reference images. Supports text-to-image, image-to-image, and image editing modes.
Asynchronous processing mode, use the returned task ID to .
Generated image links are valid for 24 hours, please save them promptly.
Request Parameters
modelstringRequiredDefault: gpt-4o-imageImage generation model name.
gpt-4o-imagepromptstringRequiredPrompt describing the image to be generated or how to edit the input image.
Notes
- Limited to 2000 tokens
A cat playing in the grasssizestringOptionalSize of the generated image. Supports ratio format and pixel format.
| Value | Description |
|---|---|
| 1:1 | Square ratio |
| 2:3 | Portrait ratio |
| 3:2 | Landscape ratio |
| 1024x1024 | Square (1024×1024) |
| 1024x1536 | Portrait (1024×1536) |
| 1536x1024 | Landscape (1536×1024) |
1024x1024nintegerOptionalNumber of images to generate.
| Value | Description |
|---|---|
| 1 | Generate 1 image |
| 2 | Generate 2 images |
| 4 | Generate 4 images |
Notes
- Pre-charged based on n value, actual charge based on generated count
1image_urlsarrayOptionalReference image URL list for image-to-image and image editing functions.
Notes
- Max 5 images per request
- Max size: 10MB per image
- Formats: .jpeg, .jpg, .png, .webp
- URLs must be directly accessible by the server
https://example.com/image1.pngmask_urlstringOptionalMask image URL for image editing.
Notes
- Mask and reference image must be PNG format with same dimensions
- Max size: 4MB
- Cannot be used when image_urls contains more than 1 image
https://example.com/mask.pngcallback_urlstringOptionalHTTPS callback address after task completion.
Notes
- Triggered on completion, failure, or cancellation
- Sent after billing confirmation
- HTTPS only, no internal IPs
- Max length: 2048 chars
- Timeout: 10s, Max 3 retries
https://your-domain.com/webhooks/image-task-completed

