← Back to catalog

ChatGPT 5.5

Model code: openai-gpt55
Provider: OpenAI

Cкорость как стиль жизни! Молниеносные ответы без лишних раздумий. Четкие решения вместо долгих размышлений. Теплый и естественный стиль общения, который подстраивается под твой ритм. Идеальный баланс скорости и качества — там, где каждая секунда на счету. Самый отзывчивый ИИ для тех, кто ценит время и действие.

3 💠 / 1k input + 5 💠 / 1k output

What this model can do

  • Answers to questions and explanations of complex topics
  • Writing and editing texts
  • Ideas, plans, structure, and formatting
  • Supports image inputs
  • Supports text prompts
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
Text
Price
3 💠 / 1k input + 5 💠 / 1k output
Availability
Available

Как использовать через API

Эту модель можно вызывать через OpenAI-совместимый GPTCube API с тем же кодом модели.

Эндпоинт
POST /v1/chat/completions
Поле model
openai-gpt55

Пример запроса

Открыть endpoint
curl https://api.gptcube.ru/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "openai-gpt55",
  "messages": [
    {
      "role": "user",
      "content": "Сделай краткий план статьи про AI automation"
    }
  ]
}'