Qwen3.6 35B A3B Uncensored
An uncensored fine-tune of Qwen3.6 35B, a mixture-of-experts reasoning model with 3B active parameters. Thinks before it answers; budget max_tokens generously.
- Modality
- Chat
- Input
- $0.05
- per M tokens
- Output
- $0.35
- per M tokens
- Listed
- Aug 31, 2026
- Uptime
- 100%
- last 3 days, measured
Playground
Run this model right here. Billed to your account credits per use through the same signed-receipt pipeline as the API.
Checking your session…
Pricing
Charged per use against a signed receipt. Current price version v1; versions are immutable, so the chart below is the platform's actual pricing record.
- Input
- $0.05
- per M tokens
- Output
- $0.35
- per M tokens
Performance
Measured from real, settled requests over the last 30 days. No synthetic benchmarks.
Not enough traffic yet to report honestly. Numbers appear as real requests accumulate.
Availability
Provider availability polled every minute by the platform itself, replayed hour by hour.
100%online over the last 3 days
Tracking since Aug 31, 1 AM
Use it
OpenAI-compatible: point an existing SDK at api.openmayhem.ai and use this model ID.
curl https://api.openmayhem.ai/v1/chat/completions \
-H "Authorization: Bearer $OPENMAYHEM_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "hauhaucs/qwen3.6-35b-a3b-uncensored",
"messages": [{"role": "user", "content": "Hello"}],
"max_tokens": 2000
}'FAQ
What does Qwen3.6 35B A3B Uncensored cost on OpenMayhem?
Qwen3.6 35B A3B Uncensored currently costs $0.05 / M input · $0.35 / M output. There is no subscription: you buy credit and every request settles against a signed receipt for exactly what it used. Prices are versioned, and the full price history is published on this page.
Is Qwen3.6 35B A3B Uncensored available right now?
Yes. 2 providers serving Qwen3.6 35B A3B Uncensored right now, and it was online 100% of the last 3 days as measured by our own polling.
How do I use Qwen3.6 35B A3B Uncensored?
Send an OpenAI-compatible request to https://api.openmayhem.ai/v1/chat/completions with "model": "hauhaucs/qwen3.6-35b-a3b-uncensored" and your API key. Existing OpenAI SDKs work by changing the base URL. Create an account to get a key and starting credit.
Are my prompts stored?
OpenMayhem does not persist prompt or completion text. Requests are proxied to the serving provider and only billing metadata is retained: usage counts, the price applied, and the provider's signed receipt. The provider that serves a request necessarily processes its content.