openai
OpenAI

OpenAI: o1

openai/o1
Контекст
200 000
Вход токены
1845,82 ₽/M
Выход токены
7383,29 ₽/M
Кэш чтение
922,91 ₽/M
описание

The latest and strongest model family from OpenAI, o1 is designed to spend more time thinking before responding. The o1 model series is trained with large-scale reinforcement learning to reason...

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

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

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