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 模型。
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();探索适用于类似场景的其他提供商