Mancer: Weaver (alpha) — AI model
Mancer: Weaver (alpha) is a AI model from Mancer, available through Hormouz via an OpenAI-compatible API with stable access from inside Iran.
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.
Specs
| Vendor | Mancer |
|---|---|
| Type | text |
| Context window | 8,000 tokens |
| Pricing | $0.75/M in · $1.00/M out |
| API | chat_completions |
Code example
curl https://api.hormouz.net/v1/chat/completions \
-H "Authorization: Bearer ng-YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mancer/weaver",
"messages": [{"role": "user", "content": "Hello!"}]
}'Use via Hormouz
Connect to this model and 450+ others with one API key — stable under heavy load and optimized for Iran.
Get started