OpenAI: GPT-5 Image
openai/gpt-5-imageGPT-5 Image combines OpenAI's GPT-5 model with state-of-the-art image generation capabilities. It offers major improvements in reasoning, code quality, and user experience while incorporating GPT Image 1's superior instruction following,...
Доступна через единый OpenAI-совместимый API AI Gateway: подключайтесь через привычный SDK — меняется только base_url и параметр model. Оплата в рублях, контроль расхода, аккаунт и биллинг в РФ.
Возможности:JSON-режим
Быстрый старт
Первый запрос к openai/gpt-5-image — скопируйте и подставьте свой ключ.
from openai import OpenAI
client = OpenAI(
base_url="https://ai-gatewey.ru/v1",
api_key="sk-aigate-ваш_ключ",
)
resp = client.chat.completions.create(
model="openai/gpt-5-image",
messages=[{"role": "user", "content": "Привет!"}],
)
print(resp.choices[0].message.content)Другие модели OpenAI
все →Близкие по цене
Модели других провайдеров в том же ценовом диапазоне — прямые альтернативы.
- Google: Nano Banana Pro (Gemini 3 Pro Image) · Google1 881 ₽
- Google: Nano Banana Pro (Gemini 3 Pro Image Preview) · Google1 881 ₽
- Google: Nano Banana 2 (Gemini 3.1 Flash Image) · Google470 ₽
- Google: Nano Banana 2 (Gemini 3.1 Flash Image Preview) · Google470 ₽
- Google: Nano Banana (Gemini 2.5 Flash Image) · Google392 ₽
- Google: Nano Banana 2 Lite (Gemini 3.1 Flash Lite Image) · Google235 ₽