API VEGA
openrouter

Auto Router

openrouter/auto
Контекст
2 000 000
описание

The Auto Router automatically selects the best model for your prompt, powered by the wisdom of the market. It routes you based on what the API VEGA community collectively spends on...

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

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

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