thedrummer

TheDrummer: UnslopNemo 12B

thedrummer/unslopnemo-12b
Контекст
1 024 000
Вход токены
49,22 ₽/M
Выход токены
49,22 ₽/M
описание

UnslopNemo v4.1 is the latest addition from the creator of Rocinante, designed for adventure writing and role-play scenarios.

модальности
интеграция

Как использовать через API

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