// AI TOOLS · QWEN 3.8 27B

Qwen 3.8 27B

Alibaba's small, open-weight member of the Qwen3.8 line — a dense, roughly 27-billion-parameter multimodal model that reads images and video, runs on a single GPU, and ships under Apache 2.0. The FP8 build fits in about 28GB of VRAM.

Last verified · 2026-08-14 · by Moe Ameen

What Qwen 3.8 27B is

Qwen3.8-27B is the small, self-hostable member of Alibaba's Qwen3.8 family, released as open weights in August 2026 — roughly ten days after the August 3 announcement of the flagship Qwen3.8-Max. Where the Max tier is a 2.4-trillion-parameter data-center model, this one is deliberately the opposite: a dense model of about 27 to 28 billion parameters that a single person can actually run. The whole model sits in one GPU's memory rather than being sharded across a rack, which is the entire point of the release.

The surprise in the release was that it is multimodal. Alongside text, Qwen3.8-27B ships with a vision encoder, so it accepts images and video in addition to prompts — you can hand it a screenshot, a photo, or a clip and have it describe, analyze, or reason over what it sees. Architecturally it uses a hybrid attention design (linear-attention "Gated DeltaNet" layers interleaved with standard gated-attention layers, the same lineage as the larger Qwen models) and carries a 262,144-token native context that can be extended toward roughly one million with scaling techniques. It also exposes "flexible thinking" — you can turn its step-by-step reasoning on or off and tune its depth per request — and was trained with multi-token prediction for faster decoding.

Two practical facts make this the Qwen3.8 build most creators will actually touch. First, the license: unlike the flagship Qwen3.8-Max weights, which ship under a custom license with signaled revenue-sharing for large commercial users, Qwen3.8-27B is Apache 2.0 — commercial use, modification, and redistribution are all permitted. Second, the hardware. The base BF16 weights need roughly 56GB of VRAM, but the official FP8 build (fine-grained FP8 quantization at block size 128, with quality reported as near-identical to the original) drops that to about 28GB, so it fits on a single 48GB card, and community 4-bit builds bring it into 24GB-class GPU range. Alibaba positions the model for coding, professional and research work, multimodal understanding, and long-horizon agentic tasks. If a specific benchmark number, the exact release date, or a hardware figure matters to your build, confirm it on the official Qwen model card before you commit — this is a fast-moving line and vendor benchmark scores are not yet independently verified.

What you can make with it

  • Text drafts generated privately on your own hardware — hooks, captions, outlines, threads, scripts, and long-form skeletons, with no prompt leaving your machine
  • Vision analysis of your own media — describe a photo, read a screenshot, summarize what happens in a video clip, or draft alt-text and shot notes from an image
  • Reasoning over long or mixed inputs — feed a transcript, a research dump, or a batch of images into the long context and get structured analysis back
  • Multilingual drafting and translation for localizing a content set, a long-standing Qwen strength
  • Structured output — JSON, tables, and prompts — to feed the rest of a content pipeline
  • Depth-tuned generation via flexible thinking, trading latency for quality on the harder prompts

How Kompozy turns Qwen 3.8 27B output into content

The distinctive thing about Qwen3.8-27B is that it can see — its vision encoder reads your images and watches your clips — and that is exactly the boundary worth naming: it can look at media, but it cannot make any. Hand it a photo and it will describe the lighting; hand it a rough cut and it will summarize the beats. What it will never do is render the reframed vertical video, design the branded carousel, or produce the quote card those inputs deserve. It is an analyst and a drafter that happens to run on one GPU in your own office. [Kompozy](/) is the production layer that turns everything it sees and drafts into finished, on-brand assets. Point your self-hosted Qwen endpoint at Kompozy through bring-your-own-key on the Founding tier, and its analysis and copy become [Persona Shorts](/glossary/persona-shorts) and HeyGen avatar video, brand-exact Carousels and Persona Tweets rendered through [HyperFrames](/glossary/hyperframes), Photo Posts, Quote Graphics, a blog article, and an email newsletter — the media a vision model can only look at.

The pairing is efficient because the two halves genuinely do not overlap. Run the model where its scale earns its keep — private, unmetered drafting and letting it read your own footage and screenshots to surface angles — then let Kompozy cast that raw material into your voice through the [Persona Brief](/glossary/persona-brief) and banned-word filters, reframe each output to 9:16, 1:1, and 16:9, and schedule and publish the whole set across the eight social platforms plus blog and email with a per-post review pipeline and [Autopilot](/glossary/autopilot). Because it is Apache 2.0 and fits on a single card, a solo creator or small team can adopt it for cost and privacy without a data-center budget — and keep the entire generation stack in-house right up to the render-and-ship boundary Kompozy owns. Qwen3.8-27B reads and drafts on your own hardware; Kompozy makes it look like your brand and ships it everywhere. (One note: Kompozy's own copy generation runs on managed Claude and OpenAI, so a self-hosted Qwen is a private drafting-and-vision brain feeding the pipeline, not a swap for it.)

  1. Self-host Qwen3.8-27B (the FP8 build fits on a single 48GB GPU) and use it to draft copy privately or to read your own images and clips for angles and shot notes.
  2. Point Kompozy at your Qwen endpoint with bring-your-own-key on the Founding tier, or just bring the drafted text in as a source.
  3. Let the Persona Brief and banned-word filters rewrite everything in your brand voice and fan one idea into formats the model can't make — persona video, carousels, quote cards, a blog, a newsletter.
  4. Let Kompozy reframe each output per platform (9:16, 1:1, 16:9) and burn in branded captions.
  5. Schedule and publish the whole set across the eight social platforms plus blog and email from one queue with Autopilot.

Frequently asked questions

What is Qwen 3.8 27B?

Qwen3.8-27B is the small, open-weight member of Alibaba's Qwen3.8 line, released in August 2026. It is a dense model of roughly 27 to 28 billion parameters — the flagship Qwen3.8-Max is a 2.4-trillion-parameter model by contrast — and it is multimodal, with a vision encoder that reads images and video alongside text. It carries a 262K-token native context and is built to run on a single GPU.

Is Qwen 3.8 27B open-weight and what is the license?

Yes. The weights are downloadable from Hugging Face and ModelScope under Apache 2.0, which permits commercial use, modification, and redistribution. That is notably more permissive than the flagship Qwen3.8-Max weights, which ship under a custom license with signaled revenue-sharing for large commercial users. Confirm the license on the official model card for your specific build.

What hardware do you need to run Qwen 3.8 27B?

The base BF16 weights need roughly 56GB of VRAM, so an 80GB card. The official FP8 build (block-size-128 quantization with near-identical quality) drops that to about 28GB, fitting a single 48GB GPU, and community 4-bit builds run in the 24GB range of a high-end consumer card. KV cache for long context adds to those figures, so budget headroom.

Is Qwen 3.8 27B multimodal?

Yes — this build includes a vision encoder and accepts images and video in addition to text, which was a surprise in the release. It can describe a photo, read a screenshot, or reason over a clip. It is an input capability: the model understands media you give it, but it does not generate video, images, or audio of its own.

Can Qwen 3.8 27B create and publish social media content?

No. It drafts and reasons over text and reads images and video, but it produces no finished video, images, or designs, enforces no brand voice, and publishes to no platform. To turn its drafts and analysis into on-brand posts across platforms, pair it with a content engine like Kompozy — which can call your own self-hosted Qwen key on the Founding tier — that renders the media and handles scheduling and publishing.

Related tools

  • Qwen3.8-MaxAlibaba's largest flagship model yet — a 2.4-trillion-parameter sparse mixture-of-experts model with a 1M-token context window, built for advanced coding, agentic long-horizon work, and in-depth research. Made widely accessible on August 3, 2026, with an open-weight release promised as the first Max-class Qwen to be open-sourced.
  • Qwen3.8-2.4T-A95BThe open-weight release of Alibaba's Qwen3.8-Max flagship — a 2.4-trillion-parameter sparse mixture-of-experts model with roughly 95 billion parameters active per token, downloadable from Hugging Face and ModelScope in August 2026. The released checkpoint is text-only and runs in thinking mode.
  • Gemma 4 26B Local EngineRunning Google's Gemma 4 26B model on your own machine — via Ollama, llama.cpp, MLX, or vLLM — for free, private, offline text drafting on consumer hardware.
  • DeepSeek-V4-FlashDeepSeek's fast, low-cost frontier language model — a 284B-parameter mixture-of-experts LLM (13B active) with a 1M-token context, open weights under the MIT license, and API pricing near the bottom of the market.

← All AI tools · Get started →