AIAny
AI Model2026
Icon for item

unsloth/Qwen3.8-27B-NVFP4

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.

Introduction

Qwen3.8‑27B NVFP4 brings a Qwen3.8‑class multimodal model into a more deployment‑friendly footprint by combining a native vision‑language architecture with aggressive 4‑bit NVFP4 quantization. The core insight is pragmatic: keep the original architecture and long‑context capabilities while cutting GPU memory and disk size enough to run on widely available 24GB GPUs and quantization‑aware runtimes.

What Sets It Apart
  • NVFP4 quantized with Unsloth Dynamic V3.0: reduces memory and disk by ~2.5x versus bf16/16‑bit while aiming to retain near‑original quality — so you can serve larger contexts and multimodal inputs on smaller hardware.
  • Long native context and MTP: supports 262,144 native tokens (extensible toward 1,000,000) and multi‑token prediction (MTP), enabling long‑horizon reasoning and agentic workflows without frequent context stitching.
  • Vision & video aware: includes a vision encoder and video preprocessing guidance (large longest_edge recommendation) for hour‑scale video understanding, so it’s usable for document diagrams, frame‑level analysis and long video tasks.
  • Runtime expectations: intended for vLLM/compatible servers and tested with 24GB‑class GPUs; attention/activation layout and recommended runtime flags matter for performance.
Who It's For and Trade‑offs

Great fit if you need a multimodal, long‑context model that can be deployed on constrained GPU hardware for prototyping, agent pipelines, or production endpoints where throughput and memory matter. Look elsewhere if you require the absolute top unquantized accuracy for benchmark research or if your stack cannot run NVFP4/compressed tensor formats — quantization can introduce small quality regressions and requires compatible inference tooling. Also note video‑scale configurations can demand large preprocessing settings and careful memory tuning.

Where It Fits

Practically, this release is for teams wanting to run Qwen3.8‑class capabilities (vision+text, long context, agentic reasoning) without the full bf16 hardware cost. It sits between full‑precision Qwen3.8 checkpoints and ultra‑compressed tiny models: lower resource than bf16 but higher fidelity and multimodality than extremely small distilled models.

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

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.

Hugging Face
AI Model2026

Provides an FP8-post-trained 27B multimodal causal language model with a native vision encoder, large-context support (262,144 native, extensible to 1,000,000), controllable thinking-mode reasoning, and compatibility with common inference engines for deployment.