★ Reading this for free? Get 20 structured AI courses + per-chapter AI tutor — the first chapter of every course free, no card.Start free in 30 seconds
Models

Best Uncensored Local LLMs: Abliterated and Unfiltered Models That Run on Ollama

August 3, 2026
11 min read
LocalAimaster Research Team

Want to go deeper than this article?

Free account unlocks the first chapter of all 22 courses — RAG, agents, MCP, voice AI, MLOps, real GitHub repos.

📚AI Learning Path

Ollama’s running. Here’s what to build with it. Go from “ollama run” to RAG apps, agents, and fine-tuned models — structured and hands-on. First chapter free.

Start free
Or own it for life — Lifetime $149, pay once

Short answer: start with dolphin3:8b — Dolphin 3.0 on a Llama 3.1 base, ~5GB at Q4, 128K context, runs on any 8GB GPU. If you have 12-16GB of VRAM, huihui_ai/qwen3-abliterated:14b (~9GB) is the strongest current-generation uncensored pick, and at 48GB the ceiling is huihui_ai/llama3.3-abliterated:70b. Every model on this page is a real, pullable Ollama tag.

Two things before the list, because most pages on this topic skip both. First, "uncensored" covers two very different techniques — a dataset-filtered fine-tune and a weight-surgery trick called abliteration — and they have different quality costs. Second, those costs are real: abliterated models are measurably worse at reasoning than their stock versions, and we will tell you by how much it matters rather than pretend otherwise. If you just want our general Ollama rankings with filters intact, that is the best Ollama models guide; this page is for when the stock model refuses work you have every right to do — dark fiction, security research, medical or legal questions phrased bluntly, villain dialogue that a corporate safety layer keeps rewriting into an apology.


What "Uncensored" Actually Means {#what-uncensored-means}

Two techniques produce "uncensored" models: filtering alignment out of the training data (Dolphin's approach), or abliteration — surgically deleting the refusal direction from a finished model's weights. They are not interchangeable, and knowing which one you are pulling predicts how the model will behave.

Dataset-filtered fine-tunes. Eric Hartford's Dolphin series takes a strong base model and fine-tunes it on instruction data that has been filtered to remove alignment and moralizing responses. The model never learns the refusal reflex in the first place. Because this is a normal fine-tune, quality holds up well — Dolphin models behave like polished assistants that simply do not lecture you.

Abliteration. A finished, aligned model gets its weights edited directly. The insight behind it: refusal behavior in chat models is largely mediated by a single direction in the model's activation space. Find that direction, subtract it out of the weights, and the "I can't help with that" reflex disappears while the knowledge stays. It is fast and cheap — which is why abliterated builds of new models appear on Ollama within days of release — but it is surgery on a live patient. The most prolific publisher, huihui_ai, describes its own method as a crude, proof-of-concept implementation for removing refusals. Respect that honesty; it matches how the models behave.

What neither technique does: add knowledge the base model never had, or make output legal that was not legal before. An uncensored model is the same model with the "no" removed — nothing more.


Reading articles is good. Building is better.

Free account = 20+ free chapters across 22 courses, with a per-chapter AI tutor. No card. Cancel anytime if you ever upgrade.

The Dolphin Family: The Uncensored Default {#dolphin-family}

If you want one uncensored model and no research project, pull dolphin3:8b. The Dolphin line has been the reference uncensored fine-tune since the Llama 2 days, and the current generation is genuinely good.

ModelTagBaseVRAM at Q4Notes
Dolphin 3.0ollama pull dolphin3:8bLlama 3.1 8B~5.0GBThe current pick — 128K context, tuned for coding, math and agent use as well as chat
Dolphin 2.9ollama pull dolphin-llama3:8bLlama 3 8B~5.0GBThe previous generation; fine, but dolphin3 supersedes it
Dolphin 2.9 70Bollama pull dolphin-llama3:70bLlama 3 70B~40GBNeeds a 48GB rig
Dolphin 2.8ollama pull dolphin-mistralMistral 7B~4.5GBLightest of the family; strong at coding for its size
Dolphin Mixtralollama pull dolphin-mixtral:8x7bMixtral 8x7B MoE~26GBPast every 24GB card once context loads — you want 32GB+ of VRAM or unified memory

Speed matches the base weights: on an RTX 4060, expect ~45 tok/s from the 8B Dolphins and ~52 tok/s from dolphin-mistral, same as the stock Llama 3.1 8B and Mistral 7B they are built on.

One thing worth quoting from Dolphin's own model card, because it frames the whole category correctly: the model is steerable and gives control to the system owner — you set the system prompt, you decide the alignment — and the authors explicitly advise implementing your own alignment layer before exposing it as a service. In other words: built for you running it on your machine, not for you wiring it into a public chatbot unfiltered.


Abliterated Builds of Current Models {#abliterated-builds}

When you want this year's base models without refusals, the huihui_ai namespace on Ollama is where they live — abliterated builds of Qwen 3, Gemma 3, Llama 3.3 and DeepSeek-R1, published as ordinary pullable tags.

ModelTagVRAM at Q4Notes
Qwen 3 8B abliteratedollama pull huihui_ai/qwen3-abliterated:8b~5.2GBFits 8GB cards; the qwen3-abliterated line runs from 0.6b up to 235b
Qwen 3 14B abliteratedollama pull huihui_ai/qwen3-abliterated:14b~9.0GBOur pick for 12-16GB cards — the strongest current-gen uncensored option most people can run
Gemma 3 12B abliteratedollama pull huihui_ai/gemma3-abliterated:12b-q8_0~13GB (q8_0 — no Q4 published)Strong writing voice, but mind the tags: this line ships only at q8_0/fp16. The plain :12b tag is a 24GB fp16 file, and the 27b is 30GB even at q8_0
Llama 3.3 70B abliteratedollama pull huihui_ai/llama3.3-abliterated:70b~40GBThe local ceiling — needs 48GB (two 24GB cards or a big unified-memory box)
DeepSeek-R1 8B abliteratedollama pull huihui_ai/deepseek-r1-abliterated:8b-0528-qwen3~5.2GBA reasoning model with refusals removed — shows its chain of thought uncensored
Dolphin 3.0 abliteratedollama pull huihui_ai/dolphin3-abliterated:8b~5.0GBBelt-and-suspenders: Dolphin's filtered training plus abliteration on top

At the same quantization, footprints match the stock models — abliteration edits weights, it does not shrink them — so our measured base-model numbers carry over: the 14B runs ~35 tok/s on an RTX 4080, the 8B-class models 44-50 tok/s on an RTX 4060. The catch is that huihui_ai does not publish every line at Q4. The Qwen 3 builds default to Q4_K_M, but gemma3-abliterated only exists at q8_0 and fp16 — so check the file size on the tag listing before you pull, not the stock model's.

The trade: these are the newest, smartest bases you can get uncensored, and also the builds where the quality cost of the surgery shows most. More on that below — read the trade-off section before you make one of these your daily driver.


Hermes 3: The Steerable Middle Ground {#hermes-3}

Hermes 3 (ollama pull hermes3:8b) is not marketed as "uncensored" — it is neutrally aligned, which in practice means the system prompt decides everything. Nous Research fine-tuned Llama 3.1 to follow instructions exactly and neutrally, without refusal behavior baked into the weights; the behavioral boundaries are whatever you write in the system prompt.

For a lot of people this is actually the right answer. Nothing was filtered out and nothing was ablated, so Hermes 3 keeps essentially all of its base-model quality — it is a genuinely strong generalist with good roleplay, reasoning and long-context coherence, sitting in the official Ollama library at 3b and 8b (70b and 405b exist for bigger hardware). Write a system prompt that says who the model is and what it will and will not do, and it follows that — yours, not Meta's.

The honest caveat: neutral alignment is not zero alignment. With an empty system prompt Hermes 3 is more conservative than Dolphin or an abliterated build. It rewards people who actually use system prompts; if you never touch them, Dolphin gives you the uncensored default with less setup.


Reading articles is good. Building is better.

Free account = 20+ free chapters across 22 courses, with a per-chapter AI tutor. No card. Cancel anytime if you ever upgrade.

The Llama-2-Era Classics — and Why to Skip Them {#legacy-picks}

llama2-uncensored, wizard-vicuna-uncensored and wizardlm-uncensored still sit in the Ollama library, and in 2026 we would not install any of them. These early builds invented the category — Eric Hartford's Wizard pair plus George Sung and Jarrad Hope's llama2-uncensored — and wizard-vicuna-uncensored (7b/13b/30b) was the uncensored model for a generation of local AI users. But but they are built on Llama 2-era bases with short contexts and reasoning that a modern 8B beats without trying.

They show up in every "uncensored Ollama" listicle because those listicles copy each other. The only reason to pull one today is curiosity about where the scene came from. For actual use, dolphin3:8b is smaller than the old 13Bs and better at everything.


VRAM: What Fits Your Card {#vram-requirements}

The 8B-class picks need ~5GB, the 14B needs ~9GB, the 70B needs ~40GB — at the same quant, uncensored builds cost the same VRAM as their stock versions (just check the tag, since not every abliterated line is published at Q4). Match the pick to your card:

Your VRAMPickFootprint
8GB (RTX 4060, 3070)dolphin3:8b or huihui_ai/qwen3-abliterated:8b~5.0-5.2GB
12GB (RTX 4070, 3060 12GB)huihui_ai/qwen3-abliterated:14b with a short context, or the 8B with headroom~5.2-9.0GB
16GB (RTX 4080, 4060 Ti 16GB)huihui_ai/qwen3-abliterated:14b, long context — or gemma3-abliterated:12b-q8_0~9.0-13GB
24GB (RTX 4090, 3090)huihui_ai/qwen3-abliterated:32b, or the 14B at q8_0~16-20GB
32GB+ / unified memorydolphin-mixtral:8x7b~26GB
48GB (2x24GB, Mac/unified 64GB+)huihui_ai/llama3.3-abliterated:70b or dolphin-llama3:70b~40GB

The usual fitting rules apply — Q4_K_M is the sweet spot, and it is the KV-cache growing with context that triggers out-of-memory errors, not the weights. Our tier guides cover the details for your card: 8GB, 12GB, 16GB and 24GB.


The Quality Trade-Off: What You Give Up {#quality-trade-offs}

Abliteration makes models measurably worse — sloppier instruction-following and degraded multi-step reasoning — and anyone selling you an abliterated build as a free lunch is wrong. The refusal direction does not live in clean isolation; subtracting it out of the weights nicks the capabilities stored near it. How much varies by model and by how aggressively the ablation was run, which is why the community keeps re-releasing improved versions of the same abliterations.

The practical hierarchy, from least to most quality lost:

  1. Hermes 3 — nothing removed, nothing ablated. Essentially full base-model quality; you pay in system-prompt effort instead.
  2. Dolphin — a normal fine-tune on filtered data. Holds up well; the cost is that its bases trail the newest releases by a generation.
  3. Abliterated builds — newest bases, real surgery. Fine for conversation and creative work; noticeably less reliable on hard multi-step reasoning and precise formatting than their stock versions.

Our advice from running these side by side: keep a stock model installed next to your uncensored one and switch per task. Uncensored for the writing, roleplay and blunt questions the stock model refuses; stock for the code review and the reasoning-heavy work. Ollama makes holding both a non-issue — a second 5GB model costs you disk, not VRAM, until you load it.


Frontends: Where the Creative-Writing Crowd Runs These {#frontends}

Ollama runs every model on this page, but for long-form fiction and roleplay most of this community runs KoboldCpp or text-generation-webui instead — same GGUF weights, better tooling for the job. KoboldCpp adds character cards, world info and memory management that a chat UI does not have; text-generation-webui exposes the sampler controls that matter when you are steering a model through a 20K-token story. We keep setup guides for both: KoboldCpp and text-generation-webui.

And if you came here for the image side of this question — running FLUX and SDXL without content filters — that is its own page: uncensored local image generation.


Responsible Use: Local Is Not Lawless {#responsible-use}

Running these models is legal, and the legitimate reasons to run them are real — fiction with actual villains, security research, unfiltered answers to medical and legal questions, and simply not having a corporation's content policy sitting between you and your own hardware. But be clear-eyed about what you have removed: a safety layer, not a law. Whatever is illegal to produce or possess in your jurisdiction remains exactly as illegal when a local model generates it, and you are the publisher of anything you do with the output. There is no place on your machine or anyone else's for content that exploits real people or breaks the law — and the model's own authors say the same thing: Dolphin's card tells you to add your own alignment layer before exposing it as a service, precisely because "uncensored on my desk" and "unfiltered on the public internet" are different decisions. Run them privately, keep responsibility for the output, and this whole category stays what it should be: a tool for adults.


Sources {#sources}

  • Ollama library — dolphin3, dolphin-llama3, dolphin-mistral, dolphin-mixtral, hermes3, llama2-uncensored, wizard-vicuna-uncensored, wizardlm-uncensored (all tags verified at publish time)
  • huihui_ai on Ollama — qwen3-abliterated, gemma3-abliterated, llama3.3-abliterated, deepseek-r1-abliterated, dolphin3-abliterated tags and model cards
  • Nous Research — Hermes 3 technical report — neutral-alignment design
  • Cognitive Computations (Eric Hartford) — Dolphin model cards and dataset-filtering methodology

FAQ {#faq}

🎯
AI Learning Path

Ollama’s running. Here’s what to build with it.

Go from “ollama run” to RAG apps, agents, and fine-tuned models — structured and hands-on. First chapter free.

Or own it for life — Lifetime $149 $599, pay once

Liked this? 20 full AI courses are waiting.

From fundamentals to RAG, agents, MCP servers, voice AI, and production deployment with real GitHub repos. First chapter free, every course.

Reading now
Join the discussion

LocalAimaster Research Team

Creator of Local AI Master. I've built datasets with over 77,000 examples and trained AI models from scratch. Now I help people achieve AI independence through local AI mastery.

Build Real AI on Your Machine

RAG, agents, NLP, vision, and MLOps - chapters across 22 courses that take you from reading about AI to building AI.

Want structured AI education?

22 courses, 519+ chapters, from $9. Understand AI, don't just use it.

AI Learning Path
More on Ollama
See the full Best Ollama Models 2026 guide.

Comments (0)

No comments yet. Be the first to share your thoughts!

What is the best uncensored model on Ollama?

For most people: dolphin3:8b — Dolphin 3.0 on a Llama 3.1 8B base, about 5GB at Q4 with a 128K context, so it fits any 8GB GPU. If you have 12-16GB, huihui_ai/qwen3-abliterated:14b (~9GB at Q4) is the strongest current-generation pick. On a 48GB rig, huihui_ai/llama3.3-abliterated:70b is the ceiling of what you can run locally without heavy compromise.

What does "abliterated" actually mean?

Abliteration is a weight-editing technique, not a fine-tune. Researchers found that refusal behavior in chat models is largely mediated by a single direction in the model's activation space; abliteration identifies that direction and removes (ablates) it from the weights. The model keeps its knowledge but loses the learned "I can't help with that" reflex. The huihui_ai builds on Ollama use this method — and their own documentation candidly calls it a crude, proof-of-concept way to remove refusals, which matches our experience of the quality cost.

Are uncensored local models legal to use?

Downloading and running them is legal in most jurisdictions — they are openly published weights on Ollama and Hugging Face. What you generate is your responsibility, exactly as it would be if you typed it yourself. Removing refusals removes a safety layer, not any law. Anything illegal to produce or possess in your jurisdiction stays illegal when a local model produces it.

Do uncensored models get worse at reasoning?

Abliterated builds usually do, measurably. Editing the refusal direction out of the weights nicks neighboring capabilities — instruction-following gets sloppier and multi-step reasoning degrades, with the damage varying by model and by how aggressive the ablation was. Dataset-level uncensored fine-tunes like Dolphin generally hold up better because they were trained normally on filtered data rather than surgically edited. If you need peak reasoning, keep a stock model installed alongside.

Can I run an uncensored model on 8GB of VRAM?

Yes, comfortably. dolphin3:8b (~5GB at Q4), dolphin-mistral (~4.5GB) and huihui_ai/qwen3-abliterated:8b (~5.2GB) all fit an 8GB card with room for context, at the same 44-52 tok/s you would get from their base models on an RTX 4060.

Dolphin, Hermes or an abliterated build — which should I pick?

Dolphin if you want an uncensored default that still behaves like a polished assistant. Hermes 3 if you want a neutrally-aligned model you steer entirely by system prompt — it is the least degraded option because nothing was removed from it. An abliterated build only when you specifically need a current-generation base (Qwen 3, Gemma 3, Llama 3.3) with refusals gone, and you accept the reasoning haircut that comes with the surgery.

Ready to Go Beyond Tutorials?

20 structured courses with hands-on chapters - build RAG chatbots, AI agents, and ML pipelines on your own hardware.

Bonus kit

Ollama Docker Templates

10 one-command Docker stacks for local models — get any model on this page serving in minutes. Included with paid plans, or free after subscribing to both Local AI Master and Little AI Master on YouTube.

See Plans →

Was this helpful?

📅 Published: August 3, 2026🔄 Last Updated: August 3, 2026✓ Manually Reviewed
LM

Written by the Local AI Master Team

The team behind Local AI Master

We build Local AI Master around practical, testable local AI workflows: model selection, hardware planning, RAG systems, agents, and MLOps. The goal is to turn scattered tutorials into a structured learning path you can follow on your own hardware.

✓ Local AI Curriculum✓ Hands-On Projects✓ Open Source Contributor
📚
Free · no account required

Grab the AI Starter Kit — career roadmap, cheat sheet, setup guide

No spam. Unsubscribe with one click.

🎯
AI Learning Path

Go from reading about AI to building with AI

20 structured courses. Hands-on projects. Runs on your machine. Start free.

Or own it for life — Lifetime $149 $599, pay once
Free Tools & Calculators