openai

OpenAI: GPT-4o-mini

openai/gpt-4o-mini
Контекст
128 000
Вход токены
17,95 ₽/M
Выход токены
71,79 ₽/M
Кэш чтение
8,97 ₽/M
описание

GPT-4o mini is OpenAI's newest model after [GPT-4 Omni](/models/openai/gpt-4o), supporting both text and image inputs with text outputs. As their most advanced small model, it is many multiples more affordable...

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

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

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