openai
OpenAI

OpenAI: o3

openai/o3
Контекст
200 000
Вход токены
246,11 ₽/M
Выход токены
984,44 ₽/M
Кэш чтение
61,53 ₽/M
описание

o3 is a well-rounded and powerful model across domains. It sets a new standard for math, science, coding, and visual reasoning tasks. It also excels at technical writing and instruction-following....

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

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

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