openai
OpenAI

OpenAI: GPT-4o-mini (2024-07-18)

openai/gpt-4o-mini-2024-07-18
Контекст
128 000
Вход токены
18,46 ₽/M
Выход токены
73,83 ₽/M
Кэш чтение
9,23 ₽/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-2024-07-18
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-2024-07-18",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'