mancer
Mancer: Weaver (alpha)
An attempt to recreate Claude-style verbosity, but don't expect the same level of coherence or memory. Meant for use in roleplay/narrative situations.
Context
8k tokens
Input / 1M tokens
$0.75
Output / 1M tokens
$1
Benchmark
—
Pricing
Input tokens$0.75 per 1M tokens
Output tokens$1 per 1M tokens
Technical details
Model IDmancer/weaver
Context window8k tokens
Input modalitiestext
Output modalitiestext
TokenizerLlama2
Max output tokens2,000
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: 'mancer/weaver',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Mancer: Weaver (alpha)?
Get an API key and start making requests in minutes.
Get an API key