Lunaris 8B is a versatile generalist and roleplaying model based on Llama 3. It's a strategic merge of multiple models, designed to balance creativity with improved logic and general knowledge....
# Запрос к API VEGA через sao10k/l3-lunaris-8b
curl https://api.vega.chat/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $VEGA_API_KEY" \
-d '{
"model": "sao10k/l3-lunaris-8b",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'