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 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!" }
]
}'