Skyfall 36B v2 is an enhanced iteration of Mistral Small 2501, specifically fine-tuned for improved creativity, nuanced writing, role-playing, and coherent storytelling.
# Запрос к API VEGA через thedrummer/skyfall-36b-v2
curl https://api.vega.chat/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $VEGA_API_KEY" \
-d '{
"model": "thedrummer/skyfall-36b-v2",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'