Image
OpenAI GPT Image 2
Generate images from text prompts using OpenAI gpt-image-2 , OpenAI Images Generations API.
- openai
- gpt-image-2
- text-to-image
from $0.03/ request
Loading...
Advanced AI research lab behind Images and Sora models.
Production-ready OpenAI models available through Muvi.
One API key. One endpoint. Every OpenAI model.
const result = await fetch(
'https://api.muvi.video/v1/generate/submit',
{
method: 'POST',
headers: {
Authorization: `Bearer ${MUVI_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();Explore alternative providers for similar use cases
Access OpenAI's latest models with unified billing, authentication, and infrastructure.