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 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!" }
]
}'