Back to Models
TheDrummer: Rocinante 12B
thedrummer/rocinante-12bSep 30, 202432.8K context32.8K max output$0.17/M in · $0.43/M out
Description
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
- Adventure-filled and captivating stories
Specifications
Provider
thedrummer
Context Length
32.8K
Max Output
32.8K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.17 |
| Output | $0.43 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "thedrummer/rocinante-12b",
"messages": [{"role": "user", "content": "Hello!"}]
}'