openai
OpenAI

OpenAI: o3 Pro

openai/o3-pro
Контекст
200 000
Вход токены
2461,1 ₽/M
Выход токены
9844,39 ₽/M
описание

The o-series of models are trained with reinforcement learning to think before they answer and perform complex reasoning. The o3-pro model uses more compute to think harder and provide consistently...

модальности
+
+
интеграция

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

bash
# Запрос к API VEGA через openai/o3-pro
curl https://api.vega.chat/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $VEGA_API_KEY" \
  -d '{
    "model": "openai/o3-pro",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'