Chat · Uncensored
Language

Qwen3.5 35B-A3B Abliterated

qwen3.5-35b-a3b-abliterated-gguf-q4km

The uncensored variant — for applications that need an unfiltered model.

No GPU. No setup. Cancel anytime.

Q

About

Qwen3.5 35B-A3B Abliterated is the refusal-ablated community variant served alongside the default model, for use cases that require unfiltered output.

Same token pricing and the same OpenAI-compatible interface; you remain responsible for complying with the Sogni Terms of Service.

Pricing

Use pay-as-you-go Spark packs for each request (1 Spark = $0.005), or choose a flat-rate Sogni plan for credit-free fair-use generation in the app.

Configuration Spark USD
1M input tokens 60.0 Spark $0.30
1M output tokens 180 Spark $0.90

API

One Sogni API key reaches every model on the Supernet — call Qwen3.5 35B-A3B Abliterated with the exact model id.

const res = await fetch('https://api.sogni.ai/v1/chat/completions', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    Authorization: `Bearer ${process.env.SOGNI_API_KEY}`,
  },
  body: JSON.stringify({
    model: 'qwen3.5-35b-a3b-abliterated-gguf-q4km',
    messages: [{ role: 'user', content: 'Write a haiku about decentralized GPUs.' }],
  }),
});
const { choices } = await res.json();
console.log(choices[0].message.content);
curl https://api.sogni.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $SOGNI_API_KEY" \
  -d '{
    "model": "qwen3.5-35b-a3b-abliterated-gguf-q4km",
    "messages": [{ "role": "user", "content": "Write a haiku about decentralized GPUs." }]
  }'

OpenAI-compatible — point any OpenAI client at https://api.sogni.ai/v1. Full reference at docs.sogni.ai.

Why run it on Sogni

Subscriptions or Spark

Use a flat monthly plan for credit-free fair-use generation, or buy Spark packs when pay-as-you-go fits better. Both run on the same creator-owned GPU network.

Unlimited plans

One flat price in the app. Generate under fair use without a per-image meter.

🧩

100+ models

Image, video, music, and language models in one workspace and one API key.

Pay-as-you-go Spark

Prefer pay-as-you-go? Call Qwen3.5 35B-A3B Abliterated by id and pay with Spark packs.

🌐

Powered by people

Runs on a decentralized GPU network where workers share subscription revenue.

FAQ

Qwen3.5 35B-A3B Abliterated on Sogni

What is Qwen3.5 35B-A3B Abliterated?

Qwen3.5 35B-A3B Abliterated is the refusal-ablated community variant served alongside the default model, for use cases that require unfiltered output.

How much does Qwen3.5 35B-A3B Abliterated cost on Sogni?

Use pay-as-you-go Spark packs from 60.0 Spark ($0.30) per request (1 Spark = $0.005), or choose Sogni Unlimited / Unlimited Pro for flat-rate fair-use generation.

How do I run Qwen3.5 35B-A3B Abliterated?

Use it in Sogni Chat, or call the OpenAI-compatible API with model id qwen3.5-35b-a3b-abliterated-gguf-q4km.

Do I need a GPU or ComfyUI?

No. Qwen3.5 35B-A3B Abliterated runs on the Sogni Supernet — a decentralized network of creator GPUs — with no local install or graphics card required.

How private is my use of this model on Sogni?

Sogni is built with privacy and creative freedom in mind. Your work remains your own, and inference runs through the Sogni Supernet, a decentralized network of creator GPUs, instead of requiring local hardware or a separate model host. Use is still governed by Sogni's Privacy Policy and Terms of Use.

Start with Qwen3.5 35B-A3B Abliterated today

Create in the app, or build with the API. Your call.