Open LLMs/genevera

Open-Weight LLM · Private & Custom AI

Qwen3.6-35B-A3B-Abliterated-Heretic-AWQ-4bit

A 4-bit quantized, 36B multimodal MoE model for private deployment in ops automation, custom AI agents, and internal knowledge systems where data stays behind your firewall.

Qwen3.6-35B-Abliterated-Heretic is a fine-tuned, unrestricted variant of Qwen3.6's MoE architecture, compressed to 4-bit AWQ for efficient inference. It handles text, images, video, and audio, plus tool calling—making it a full-stack base for building operational AI without data leaving your environment.

36.2B
Parameters
apache-2.0
License (OSI/permissive)
Unknown
Context
52.9k
Downloads

Model facts

Developergenevera
Parameters36.2B
Context windowUnknown
Licenseapache-2.0 — OSI/permissive
Tasktext-generation
GatedNo
Downloads52.9k
Likes8
Updated2026-04-26
Sourcegenevera/Qwen3.6-35B-A3B-Abliterated-Heretic-AWQ-4bit

Private deployment

Run Qwen3.6-35B-A3B-Abliterated-Heretic-AWQ-4bit in your own environment

Self-hostable on a single high-memory GPU (A100 80GB or dual A6000 48GB estimated). The 4-bit AWQ quantization dramatically reduces footprint vs. BF16. You run it entirely in your VPC/on-prem, controlling all inference logs, chat histories, and multimodal inputs. No third-party inference API required; model weights + tokenizer are fully Apache 2.0 licensed and open.

Operational AI use cases

01

Internal Support & Knowledge Triage

Deploy as a private chatbot to intake support tickets, route them by category, extract key data (customer, issue type, urgency), and draft responses using internal knowledge documents. Vision capability lets it read screenshots or PDFs embedded in tickets. All user queries and documents stay in your environment.

02

Workflow Automation & Process Orchestration

Use tool-calling to build autonomous agents that execute internal APIs (ticketing, CRM, document management). A single agent can parse incoming requests, validate permissions, call backend systems, and report results—without human handoff. Reasoning blocks enable it to decompose multi-step operations.

03

Multimodal Content & Document Processing

Ingest internal reports, compliance docs, and videos (up to 768 frames). Extract summaries, flag risks, or answer domain-specific questions. Video support enables you to process recorded trainings, site inspections, or operational footage without shipping to external APIs.

Custom AI

As a base for custom AI

Strong foundation for building proprietary AI products. Multimodal + tool-calling + long context (262K tokens) support complex workflows. Fine-tune on your proprietary data, add domain-specific tools (your APIs, DBs), and productize as a white-label agent or internal platform. The unrestricted 'Abliterated' variant may be valuable if you need fewer content guardrails in specialized domains.

In the operating system

Where it fits

**Knowledge layer**: ingests and summarizes internal documents, FAQs, and operational context. **Agent/orchestration layer**: executes tool calls to trigger workflows, CRM updates, or backend automation. **Reasoning layer**: chains reasoning blocks to decompose multi-step ops tasks. In LLM.co's ops-AI stack, this is the core inference engine for departmental agents and custom knowledge bots.

Data control & security

All inference—prompts, outputs, multimodal inputs, tool calls—remains in your data center. No telemetry, no model API calls, no vendor log retention. This is an architectural advantage: your ops and compliance teams can audit what the model sees. Note: quantization is lossy; full-precision evaluation needed for safety-critical workflows. No built-in encryption or access control; you manage that layer via VPC, IAM, and network policy.

Hardware footprint

**Estimate (4-bit AWQ)**: ~18–20 GB VRAM for inference on a single GPU. **Estimate (FP8 or BF16)**: ~28–32 GB. Vision encoder and expert gating preserved in full precision; language layers quantized. Batch size 1–4 typical for 40GB+ GPUs; larger batches require A100 or multi-GPU sharding.

Integration

Load via `transformers` (requires `trust_remote_code=True` for Qwen3VLProcessor). Expose via vLLM or Text Generation WebUI for REST APIs. Tool-calling requires you to map XML output to your backend services (your ticketing API, CRM, document store). Multimodal inputs need `Qwen3VLProcessor`; handle image/video encoding yourself or use provided utilities. OpenAI-compatible completion API available via vLLM adapter.

When it's not the right fit

  • You need guaranteed deterministic outputs or full model auditing (quantization + MoE expert selection introduce variance).
  • Latency is critical at scale (MoE routing and vision encoding add ~100–200ms per multimodal request vs. text-only models).
  • Your regulatory domain demands certified model behavior (no official safety certifications; Abliterated variant removes guardrails).
  • You need commercial support and SLA guarantees (community-maintained; Youssofal's original, re-quantized by genevera).

Alternatives to consider

Llama-3.1-70B (Meta)

Text-only, larger, permissive license. Stronger industry track record, no multimodal complexity. Better for pure text ops if you don't need vision.

Mixtral-8x22B (Mistral)

Smaller MoE alternative (22B vs. 35B). Solid tool-calling, quicker inference, but no built-in multimodal support.

Qwen2.5-32B (Alibaba, Apache 2.0)

Non-MoE, text-focused, fully supported. Smaller footprint, easier to fine-tune, but no video/audio or tool-calling baked in.

FAQ

Can I run this entirely on-premises or in a private VPC?

Yes. Download the model weights (Apache 2.0 licensed, no restrictions), load via transformers, and deploy on your GPU cluster. No cloud API calls required. All data stays in your environment.

Is commercial use allowed?

Apache 2.0 permits commercial use, redistribution, and modification. No additional licensing required. You can build a product on top and sell it. Ensure you comply with Alibaba's original Qwen terms if using the base model weights.

What's 'Abliterated' and 'Heretic' mean, and does it affect compliance?

Abliterated = content guardrails removed; Heretic = uncensored. The model will generate output on restricted topics without refusal. It is NOT suitable for consumer-facing products or regulated domains without additional safety layers. Review legal/compliance before using in customer-facing systems.

How do I integrate tool calling into my backend?

The model outputs XML-style function calls (e.g., `<function=get_weather>`). Parse the output, extract the function name and parameters, call your backend API, and feed the result back into the next chat turn. vLLM and LangChain offer helpers for this pattern.

Build Your Private Operations AI

Ready to deploy custom AI without vendor lock-in? LLM.co helps you integrate Qwen and other open models into autonomous agents, workflow automation, and knowledge systems—all running in your environment. Let's architect your ops AI stack.