openai
OpenAI

OpenAI: o1-pro

openai/o1-pro
Контекст
200 000
Вход токены
18458,24 ₽/M
Выход токены
73832,95 ₽/M
описание

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

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

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

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