GPT Image 2
OpenAI의 GPT Image 2 제품군. OpenAI Images API를 통해 텍스트 기반 이미지 생성과 참조 이미지 편집을 제공합니다.
- openai
- gpt-image-2
- text-to-image
$0.03$0.0075-75%/ 요청
Loading...
Images와 Sora 모델을 개발한 첨단 AI 연구소.
E2X를 통해 제공되는 프로덕션 준비된 OpenAI 모델.
하나의 API 키. 하나의 엔드포인트. 모든 OpenAI 모델.
const result = await fetch(
'https://api.e2x.ai/v1/generate/submit',
{
method: 'POST',
headers: {
Authorization: `Bearer ${E2X_API_KEY}`,
'Content-Type': 'application/json',
},
body: JSON.stringify({
modelId: 'openai/your-model-slug',
prompt: 'A neon-lit city at midnight',
}),
},
);
const json = await result.json();유사한 사용 사례를 위한 대체 제공업체 살펴보기