openai
OpenAI

OpenAI: GPT-4o (2024-11-20)

openai/gpt-4o-2024-11-20
Контекст
128 000
Вход токены
307,64 ₽/M
Выход токены
1230,55 ₽/M
Кэш чтение
153,82 ₽/M
описание

The 2024-11-20 version of GPT-4o offers a leveled-up creative writing ability with more natural, engaging, and tailored writing to improve relevance & readability. It’s also better at working with uploaded...

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

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

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