Gemini 2.5 Flash-Lite is a lightweight reasoning model in the Gemini 2.5 family, optimized for ultra-low latency and cost efficiency. It offers improved throughput, faster token generation, and better performance...
# Запрос к API VEGA через google/gemini-2.5-flash-lite
curl https://api.vega.chat/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $VEGA_API_KEY" \
-d '{
"model": "google/gemini-2.5-flash-lite",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'