thedrummer

TheDrummer: Skyfall 36B V2

thedrummer/skyfall-36b-v2
Контекст
32 768
Вход токены
67,68 ₽/M
Выход токены
98,44 ₽/M
Кэш чтение
30,76 ₽/M
описание

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

bash
# Запрос к 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!"  }
    ]
  }'