thedrummer

TheDrummer: Rocinante 12B

thedrummer/rocinante-12b
Контекст
65 536
Вход токены
30,76 ₽/M
Выход токены
61,53 ₽/M
описание

Rocinante 12B is designed for engaging storytelling and rich prose. Early testers have reported: - Expanded vocabulary with unique and expressive word choices - Enhanced creativity for vivid narratives -...

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

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

bash
# Запрос к API VEGA через thedrummer/rocinante-12b
curl https://api.vega.chat/api/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $VEGA_API_KEY" \
  -d '{
    "model": "thedrummer/rocinante-12b",
    "messages": [
      {  "role": "user", "content": "Hello!"  }
    ]
  }'