← Back to catalog
GPT Image 1
Model code: gpt-image-1
Provider: OpenAI
Создание и анализ картинок через ChatGPT. Генерация, описание, редактирование изображений в диалоге.
70 💠 per generation
What this model can do
- Image generation from text prompts
- Illustrations for social media, presentations, and marketing
- Quick visual concepts and creative drafts
This model is a good fit if you want a fast, clear result without complex setup. A solid choice for everyday tasks.
Model highlights
Type
Images
Price
70 💠 per generation
Availability
Available
Как использовать через API
Эту модель можно вызывать через OpenAI-совместимый GPTCube API с тем же кодом модели.
Пример запроса
Открыть endpointcurl https://api.gptcube.ru/v1/images/generations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-1",
"prompt": "Minimalist product poster with soft studio light",
"size": "1024x1024"
}'