Euryale L3.3 70B is a model focused on creative roleplay from [Sao10k](https://ko-fi.com/sao10k). It is the successor of [Euryale L3 70B v2.2](/models/sao10k/l3-euryale-70b).
# Запрос к API VEGA через sao10k/l3.3-euryale-70b
curl https://api.vega.chat/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $VEGA_API_KEY" \
-d '{
"model": "sao10k/l3.3-euryale-70b",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'