openai
OpenAI

OpenAI: o4 Mini High

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

OpenAI o4-mini-high is the same model as [o4-mini](/openai/o4-mini) with reasoning_effort set to high. OpenAI o4-mini is a compact reasoning model in the o-series, optimized for fast, cost-efficient performance while retaining...

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

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

bash
# Запрос к API VEGA через openai/o4-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/o4-mini-high",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'