Salience-27B-R6 GGUF Released by bartowski

September 18, 2026

Salience-27B-R6 GGUF Released by bartowski

At a Glance

Item Value
Repository bartowski/vectionlabs_Salience-27B-R6-GGUF
Published 2026-09-14
License apache-2.0
Formats GGUF
Source type Primary source (the publisher itself)

Values determined by this site’s code at collection time. Dates are JST.

bartowski has released the GGUF quantized version of “Salience-27B-R6", developed by Vection Labs, as bartowski/vectionlabs_Salience-27B-R6-GGUF.

This model is a full-parameter active 27B Dense model based on Qwen3.8, supporting text as well as image and video inputs. It implements “Reasoning economy" at the weight level to suppress excessive consumption of thinking tokens while maintaining thinking capabilities, aiming for improved efficiency particularly in long-term agent loop processing.

Specifications

  • Parameters: 27.8B (Dense)
  • Context Length: 1,048,576 tokens (YaRN + Dual Chunk Attention)
  • License: apache-2.0

Performance

According to the original model card, measurement results from official benchmark suites have not been published (unmeasured).

On the other hand, as part of the model’s design policy, optimizations have been implemented to intentionally shorten the reasoning chain required to reach the same conclusion compared to the previous version (R5). This is reported to significantly reduce the overall task completion time in agent workloads involving multi-step tool calls. However, it is explained that as a trade-off for shortening the reasoning, scores on multiple-choice knowledge benchmarks and the like may drop slightly compared to the previous version.

Strengths and Use Cases

  • Software engineering and coding agents (code generation, debugging, repository-wide changes, etc.).
  • Terminal operation and tool integration (multi-step command planning, execution result verification, error recovery).
  • Technical analysis leveraging multimodal inputs (reading architecture diagrams, UI screenshots, stack trace images, whiteboard photos, etc.).
  • Built-in MTP (Multi-Token Prediction) head, enabling fast inference via self-speculative decoding in compatible environments.

Differences from Similar Models

Other articles covering derivatives of the same base model (Qwen3.8-27B) include Qwen3.8-27B Fast Fine-tune “Signal-3.8-27B-GGUF" Released, which aims to reduce token count and improve response speed, and Qwopus3.8-27B-Flash GGUF Released, Lightweight Model for Agents, which features lightweight optimizations for agents.

In contrast, Salience-27B-R6 differs by adopting a 27B Dense configuration where all parameters operate constantly rather than an MoE configuration, building short-thinking optimization directly into the model weights rather than through configuration changes, and providing native support for multimodal inputs (images and video) and ultra-long contexts exceeding 1 million tokens.

Hardware Requirements

Estimated requirements (calculated by Local Model Watch) — 27.8B parameters (taken from the base model vectionlabs/Salience-27B-R6)

Your VRAM Quantization File size Est. memory needed
12GB (RTX 4070 / 3060 12GB, etc.) IQ2_M 9.8GB 11.8GB
16GB (RTX 5060 Ti 16GB / 4060 Ti 16GB, etc.) Q3_K_L 13.2GB 15.8GB
24GB (RTX 4090 / 3090, etc.) Q5_K_M 19.5GB 23.4GB
32GB (RTX 5090, etc.) Q6_K_L 23.2GB 27.9GB
48GB (RTX 6000 Ada / A6000, etc.) Q8_0 27.1GB 32.5GB
80GB class (A100 / H100) BF16 50.9GB 61.1GB

Memory estimates add a 20% runtime overhead (KV cache, etc.) to the actual size of the distributed files. Actual usage varies with context length, batch size and inference engine. These figures are computed by this site from file sizes, not published by the model’s authors. Compare with other models in our VRAM quick reference. What the quantization names mean: glossary.

How to Get It

It is distributed in GGUF format and can be downloaded from Hugging Face.

In a llama.cpp environment, you can install and start the server with the following commands:

curl -LsSf https://llama.app/install.sh | sh
llama-server -hf bartowski/vectionlabs_Salience-27B-R6-GGUF:Q4_K_M

Example command for individual download using the Hugging Face CLI:

hf download bartowski/vectionlabs_Salience-27B-R6-GGUF --include "vectionlabs_Salience-27B-R6-Q4_K_M.gguf" --local-dir./

In addition to llama.cpp, this model is compatible with LM Studio, koboldcpp, ramalama, Jan AI, Text Generation Web UI, LoLLMs, Atomic Chat, and others.

When using image recognition, you need to specify (--mmproj) the bundled multimodal projector file (mmproj-vectionlabs_Salience-27B-R6-f16.gguf or bf16). Also, to use acceleration via MTP, append --spec-type draft-mtp to the command line.

Related Articles

Sources