GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

cognis-digital/cognis-opal-gguf overview

Cognis Opal — Base Weights GGUF Recommended base weights for the Cognis Opal https://huggingface.co/cognis digital/cognis opal on device assistant system. One …

ggufquantizeduncensoredon-deviceopalqwen3text-generationenbase_model:Qwen/Qwen3-8Bbase_model:quantized:Qwen/Qwen3-8Blicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~5.24 GB disk (8 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation

Repository Files & Downloads

1 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
cognis-opal-9b.ggufGGUFGGUF5.24 GBDownload

Model Details

Model IDcognis-digital/cognis-opal-gguf
Authorcognis-digital
Pipelinetext-generation
Licenseapache-2.0
Base modelQwen/Qwen3-8B
Last modified2026-07-05T00:25:02.000Z

Model README

---

license: apache-2.0

base_model:

- Qwen/Qwen3-8B

tags:

- gguf

- quantized

- uncensored

- on-device

- opal

- qwen3

pipeline_tag: text-generation

language:

- en

---

Cognis Opal — Base Weights (GGUF)

**Recommended base weights for the Cognis Opal

on-device assistant system.** One file, drop it in and run.

> Attribution — read this. These weights are a GGUF quant of OmniCoder-Qwen3.5-9B, an

> uncensored community model built on the Qwen3.5 (Qwen3) base by Alibaba (Apache-2.0). They are

> rehosted here for convenience so Opal runs in one step. **Cognis Digital did NOT train these

> weights. Cognis's contribution is the Opal system** — Aleph O(N) memory + retrieval +

> test-time compute + multimodal orchestration — which wraps any open model. Full credit to the

> Qwen team and the OmniCoder quant author.

What it is

  • Architecture: Qwen3.5, ~9B params
  • Format: GGUF (single file), CPU/GPU via llama.cpp / Ollama / LM Studio
  • Trait: uncensored community fine-tune; pristine — Opal never modifies the weights

License

Apache-2.0 (inherited from the Qwen3.5 base). Redistributed with attribution per the license. Cite

the base model and quant author if you use it. See the base model cards for full terms.

Use with Opal

# with Opal's system (memory + reasoning + multimodal):
git clone https://huggingface.co/cognis-digital/cognis-opal
# put this .gguf in cognis-opal/model/  (or pull the Ollama tag), then:
python -m synthos chat --adaptive

Or standalone via llama.cpp:

llama-cli -m cognis-opal-9b.gguf -p "Hello"

Honest scope

A ~9B model is not a frontier model and won't beat GPT-5.5 / Claude / GLM 5.2 closed-book. Paired with

Opal's memory + tools + test-time compute it punches far above its size on the axes an on-device system

owns — privacy, cost, persistence, uncensored, long-context efficiency, and your private corpus. No

fabricated benchmarks. Details: cognis-digital/cognis-opal.

Built by Cognis Digital · powered by Aleph memory.

Run cognis-digital/cognis-opal-gguf with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models