openai
OpenAI

OpenAI: o3 Mini High

openai/o3-mini-high
Контекст
200 000
Вход токены
135,36 ₽/M
Выход токены
541,44 ₽/M
Кэш чтение
67,68 ₽/M
описание

OpenAI o3-mini-high is the same model as [o3-mini](/openai/o3-mini) with reasoning_effort set to high. o3-mini is a cost-efficient language model optimized for STEM reasoning tasks, particularly excelling in science, mathematics, and...

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

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

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