UnslopNemo v4.1 is the latest addition from the creator of Rocinante, designed for adventure writing and role-play scenarios.
# Запрос к API VEGA через thedrummer/unslopnemo-12b
curl https://api.vega.chat/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $VEGA_API_KEY" \
-d '{
"model": "thedrummer/unslopnemo-12b",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'