Operational
Mancer
Free-tier access to uncensored models on Mancer.
Setup
1. Create an account at mancer.tech.
2. Generate an API key from the dashboard.
3. Set the environment variable below.
API Key
MANCER_API_KEY=...
Base URL
https://neuro.mancer.tech/oai/v1
Models
mythomax-l2-13b
Capabilities
✓ Text✓ Streaming✓ Uncensored Models
Example
curl https://neuro.mancer.tech/oai/v1/chat/completions \
-H "Authorization: Bearer $MANCER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mythomax-l2-13b",
"messages": [{"role": "user", "content": "Hello"}]
}'