openai
OpenAI

OpenAI: GPT-3.5 Turbo 16k

openai/gpt-3.5-turbo-16k
Контекст
16 385
Вход токены
369,16 ₽/M
Выход токены
492,22 ₽/M
описание

This model offers four times the context length of gpt-3.5-turbo, allowing it to support approximately 20 pages of text in a single request at a higher cost. Training data: up...

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

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

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