Closed LLM handling extended text contexts up to 8000 tokens.
Weaver (alpha) is presented as an early-stage release from Mancer. It processes text inputs and outputs exclusively with a context capacity of 8000 tokens. Parameter details remain undisclosed and the weights are not open-sourced.
The design prioritizes proprietary deployment for controlled access. Typical usage includes document analysis, dialogue systems, and content creation where moderate context length suffices. Ongoing alpha development implies iterative improvements to core language capabilities.
Weaver (alpha) (striped bar) vs other language models on intelligence, speed and price.
USD per 1M output tokens · Lower is better · Weaver (alpha) ranks #92 of 147
Sources: Artificial Analysis (intelligence, speed) · OpenRouter (price).
Weaver (alpha) excels at generating engaging narratives and stories thanks to its creative writing and contextual reasoning capabilities.
It provides reliable code suggestions and debugging support through its code assistance and instruction following features.
The model efficiently condenses lengthy texts while preserving key details using its summarization and contextual reasoning abilities.
Estimate what Weaver (alpha) would cost for your usage.
Based on Weaver (alpha)'s $0.75/1M input · $1.00/1M output. Estimate only — actual cost varies by provider and caching.
OpenRouter's API is OpenAI-compatible — most SDKs work by just swapping the base URL. Only the model slug changes between models.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://openrouter.ai/api/v1",
apiKey: process.env.OPENROUTER_API_KEY,
});
const completion = await client.chat.completions.create({
model: "mancer/weaver",
messages: [{ role: "user", content: "Hello!" }],
});
console.log(completion.choices[0].message.content);Model slug: mancer/weaver
Weaver (alpha) is Mancer's proprietary language models with a 8K-token context window.
At $1.00 per 1M output tokens, it is mid-priced for its class.
It is available through Mancer's API and aggregators like OpenRouter.
Best suited to handles moderate-length documents and alpha-stage experimentation.
Weaver (alpha) supports a context window of 8000 tokens.
Real, verified reviews from the community shape this model's rating.
Loading reviews…