← Back to catalog

Gemini 3 Pro

Model code: gemini-3-pro-preview
Provider: Google

Могу: решать сложные задачи с пошаговым объяснением, писать код, планировать проекты. Не могу: генерировать изображения/видео, работать с аудио, получать доступ к интернету. Идеален для программирования и аналитики.

2 💠 / 1k input + 2 💠 / 1k output

What this model can do

  • Answers to questions and explanations of complex topics
  • Writing and editing texts
  • Ideas, plans, structure, and formatting
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
2 💠 / 1k input + 2 💠 / 1k output
Availability
Available

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

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

Эндпоинт
POST /v1/chat/completions
Поле model
gemini-3-pro-preview

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

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