AIAny
AI Model2026
Icon for item

Qwen3.8-27B-Uncensored-FP8

An FP8-quantized, uncensored mirror of Qwen3.8-27B for image-text-to-text tasks — preserves native multimodal vision and very long context while targeting transformers/vLLM deployments; intended for offline testing and red-teaming and may bypass built-in safety filters.

Introduction

Why this matters Qwen3.8-27B-Uncensored-FP8 makes a deployment-friendly, quantized copy of a 27B multimodal causal model available for offline testing and red-teaming. By combining FP8 compression with the Qwen3.8 architecture’s native vision and very long context support, it lowers resource barriers for experimenting with agentic and long-horizon multimodal workflows — at the cost of removing the original model’s content refusals.

Key Capabilities
  • FP8 quantization for linear layers: reduces storage and memory footprint compared with full-precision checkpoints, making single-GPU or constrained-cluster deployment more accessible while keeping output heads and some vision/attention components at full precision for stability.
  • Native multimodal support: retains the Qwen3.8 family’s image/video understanding and image->text pipeline suitability, useful for document, diagram, and visual reasoning tasks.
  • Very long context and agentic features: retains the native 262,144-token context window (extensible via YaRN techniques) and the Qwen3.8 “thinking” controls (e.g., reasoning depth tuning/preserved thinking) that help with multi-step planning and chain-of-thought style traces.
  • Compatibility: packaged for Hugging Face Transformers/safetensors and commonly used inference stacks such as vLLM and other compressed-tensor toolchains, enabling easy integration into existing evaluation and deployment pipelines.
Who it's for & tradeoffs

Great fit if you need a locally deployable, multimodal 27B model for offline evaluation, red-teaming, or resource-constrained inference workloads and you accept reduced precision in exchange for smaller checkpoints and memory use. Look elsewhere if you require out-of-the-box safety/refusal behavior, strict compliance with content-moderation policies, or absolute bit-for-bit parity with the original full-precision model — FP8 quantization and the “uncensored” nature change numerical behavior and content controls. Also evaluate numerical stability on your target tasks: some attention/visual layers and the LM head are commonly kept at higher precision to preserve fidelity, but behavior can still differ from full-precision checkpoints.

More Items

Hugging Face
AI Model2026

Multimodal vision-language model optimized for on-device image+text tasks: image captioning, full-page OCR with layout annotation, grounding/bounding-box prediction, and function calling. Built on the LFM2.5-2.6B backbone with a SigLIP2 NaFlex 400M vision encoder and tuned for low-latency, low-memory edge inference.

Hugging Face
AI Model2026

A 27B Qwen3.8 vision‑language causal transformer quantized to NVFP4 for lower‑memory inference. Provides 262K native context (extensible to 1M), Unsloth Dynamic V3.0 4‑bit quantization and MTP support so Qwen3.8‑class multimodal workloads can run on 24GB‑class GPUs.

Hugging Face
AI Model2026

Multimodal Mixture-of-Experts text-generation model that accepts text, images, video and audio and returns text; preview open-weight release with 280B total params, 16B activated params, up to 512K token context and BF16/FP8 checkpoints under Apache-2.0.