← Back to catalog
⚡️ Sora 2 Image
Model code: openai-sora2-image
Provider: OpenAI
Создание кадров из видео Sora. Экспорт стоп-кадров, генерация постеров, превью для видеопроектов.
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 с тем же кодом модели.
Эндпоинт
POST /v1/images/generations
Поле model
openai-sora2-image
Пример запроса
Открыть endpointcurl https://api.gptcube.ru/v1/images/generations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai-sora2-image",
"prompt": "Minimalist product poster with soft studio light",
"size": "1024x1024"
}'