Back to Models

Mancer: Weaver (alpha)

mancer/weaver
Aug 2, 20238K context2K max output$0.75/M in · $1.00/M out

Description

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.

Specifications

Provider
mancer
Context Length
8K
Max Output
2K
Modality
Intext
Outtext

Pricing

TypePrice / 1M tokens
Input$0.75
Output$1.00

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": "mancer/weaver",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'