openai
OpenAI

OpenAI: GPT-4.1 Mini

openai/gpt-4.1-mini
Контекст
1 047 576
Вход токены
49,22 ₽/M
Выход токены
196,89 ₽/M
Кэш чтение
12,31 ₽/M
описание

GPT-4.1 Mini is a mid-sized model delivering performance competitive with GPT-4o at substantially lower latency and cost. It retains a 1 million token context window and scores 45.1% on hard...

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

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

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