thedrummer
TheDrummer: Rocinante 12B
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 -...
Context
33k tokens
Input / 1M tokens
$0.17
Output / 1M tokens
$0.43
Benchmark
—
Pricing
Input tokens$0.17 per 1M tokens
Output tokens$0.43 per 1M tokens
Technical details
Model IDthedrummer/rocinante-12b
Context window33k tokens
Input modalitiestext
Output modalitiestext
TokenizerQwen
Max output tokens32,768
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'thedrummer/rocinante-12b',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use TheDrummer: Rocinante 12B?
Get an API key and start making requests in minutes.
Get an API key