GPT
GPT 이미지

phatchau036/gpt-image-2

모델 ID: phatchau036/gpt-image-2
계열
GPT
컨텍스트
아직 업데이트되지 않음
요청당
2.823 ₩
요청 수
5K
성공
93.3%
토큰
8.59M
업타임 0.00%
24시간 전지금
7일 전지금

가격표

요청당
2.823 ₩
가격 변경 기록

적용되었던 가격 수준입니다. "현재"로 표시된 행이 적용 중인 가격입니다.

현재 시작일 29/07/2026 - 09:18:59
요청당2.823 ₩
이전 시작일 31/07/2026 - 10:32:37
요청당4.941 ₩
지원 엔드포인트
https://api.xah.io/v1/images/generations
https://api.xah.io/v1/images/edits
메서드 POST · application/json
인증 Bearer 토큰(API 키)
API 유형 이미지

기술 메모

This model supports both image generation and editing.

공유

curl 'https://api.xah.io/v1/images/generations' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "gpt-image-2",
    "prompt": "Tạo ảnh con chó",
    "size": "1024x1024",
    "quality": "low"
}'
// Node.js / Browser
const res = await fetch('https://api.xah.io/v1/images/generations', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    "model": "gpt-image-2",
    "prompt": "Tạo ảnh con chó",
    "size": "1024x1024",
    "quality": "low"
})
});
const data = await res.json();
console.log(data);
import requests

url = 'https://api.xah.io/v1/images/generations'
headers = {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json',
}
payload = {
    "model": "gpt-image-2",
    "prompt": "Tạo ảnh con chó",
    "size": "1024x1024",
    "quality": "low"
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "gpt-image-2",
    "prompt": "Tạo ảnh con chó",
    "size": "1024x1024",
    "quality": "low"
}
빠른 시도

이 모델은 텍스트 채팅을 지원하지 않아 빠른 시도를 할 수 없습니다.

리뷰 및 댓글
5.0 / 1 리뷰
리뷰를 불러오는 중...
고객 지원 문의
언제든지 도와드릴 준비가 되어 있습니다