← Back to Blog
Header image for blog post: Qwen3.8-27B: Performance, benchmarks, GPU requirements & how to run it
Cristina Bunea
Published 17th August 2026

Qwen3.8-27B: Performance, benchmarks, GPU requirements & how to run it

TL;DR

Qwen3.8-27B is a 27-billion-parameter open-weight model from Alibaba's Qwen team that delivers strong coding, reasoning, multimodal, and agentic performance while remaining practical to self-host.

For teams evaluating alternatives to closed models from OpenAI, Anthropic, or Google, the main advantage is the combination of capability and deployment size. Quantized versions of Qwen3.8-27B can run on a single GPU, including 24 GB configurations for lighter workloads, while larger GPUs provide more room for context, concurrency, and production throughput.

Qwen3.8-27B is particularly well suited to coding agents, AI assistants, RAG, research tools, multimodal applications, and high-volume inference workloads where API costs can become significant.

On Northflank, you can run Qwen3.8-27B with SGLang, expose it through an OpenAI-compatible API, choose the GPU that fits your workload, and run the model alongside the rest of your application without managing the underlying GPU infrastructure or Kubernetes yourself.

In short: if you want a high-performance open model that is realistic to run on your own infrastructure, Qwen3.8-27B is one of the strongest options to test.

Reach out to us and book a demo with one of our engineers to see how you can self-host Qwen3.8-27B.

Qwen3.8-27B: how good is it, and what do you need to run it?

Qwen3.8-27B is a 27-billion-parameter open-weight model from Alibaba's Qwen team, designed for coding, reasoning, agents, multimodal applications, and other general-purpose AI workloads.

The model has attracted attention for its combination of performance and size. Qwen3.8-27B performs competitively with much larger models across a number of coding and reasoning benchmarks, while remaining small enough to run on a single GPU with the right configuration.

For developers, this makes Qwen3.8-27B an interesting model to test if you want strong performance without relying entirely on closed APIs or deploying a large multi-GPU cluster.

You can deploy Qwen3.8-27B on Northflank using an inference engine such as SGLang, attach the GPU you need, expose an API endpoint, and run it alongside the rest of your application infrastructure.

This article covers how Qwen3.8-27B performs, how it compares with closed models, what hardware it needs, and how to run it on Northflank.

Is Qwen3.8-27B good?

Yes. Qwen3.8-27B is a highly capable open-weight model for its size.

The main reasons to consider it are:

  • Strong performance for a 27B model. Published benchmark results are competitive across coding, reasoning, and agentic tasks.
  • Relatively small hardware footprint. Quantized versions can run on a single GPU, including configurations with 24 GB of VRAM.
  • Good fit for coding and agents. Its performance on software engineering and terminal-based benchmarks makes it particularly relevant for coding agents and tool-using AI systems.
  • Long context. Qwen3.8-27B supports up to 262K tokens of context.
  • Multimodal. It can work with text and visual inputs.
  • Open weights. You can host it yourself, choose your GPU and inference engine, and keep inference within infrastructure you control.
  • Efficient serving options. Qwen3.8-27B can be served with runtimes including SGLang and vLLM.

For teams that want to try Qwen3.8-27B without sourcing and managing GPU infrastructure themselves, you can run it on Northflank with SGLang and choose from available NVIDIA GPUs based on the performance and cost profile you need.

What is Qwen3.8-27B?

Qwen3.8-27B is a dense 27-billion-parameter open-weight AI model in Alibaba's Qwen family.

It is a general-purpose model with support for coding, reasoning, tool use, visual inputs, long-context tasks, and agentic workflows.

The 27B parameter count puts the model in a useful range for self-hosting. It is considerably smaller than many frontier-scale models, but its benchmark results suggest that the performance gap can be relatively narrow on some workloads.

That makes Qwen3.8-27B relevant for developers who want to run their own models without giving up the level of capability required for production AI applications.

Qwen3.8-27B can be used for applications including:

  • AI coding assistants
  • coding agents
  • general AI assistants
  • research agents
  • document analysis
  • multimodal applications
  • RAG
  • tool-calling agents
  • internal enterprise AI
  • high-volume inference workloads

Because the weights are available, you can decide where and how inference runs rather than sending every request to a third-party model API.

How good is Qwen3.8-27B?

Qwen3.8-27B performs well for a model of its size, particularly on coding and reasoning tasks.

Published results include:

BenchmarkQwen3.8-27B
Terminal-Bench 2.173.0
SWE-bench Pro61.7
GPQA Diamond89.2
NL2Repo42.3
DeepSWE42.2
Humanity's Last Exam30.8

As with any model benchmark, these numbers need context. Different providers can use different reasoning settings, evaluation harnesses, tool configurations, and inference settings, so benchmark tables should not be treated as perfectly controlled head-to-head comparisons.

They are still useful for understanding the general performance class of a model.

For Qwen3.8-27B, the coding results are particularly relevant. Terminal-Bench and SWE-bench Pro evaluate tasks that are closer to real software engineering and agent workflows than simple coding questions.

This makes Qwen3.8-27B worth testing if you're building a coding assistant or agent that needs to inspect repositories, reason about code, use tools, make changes, and iterate on results.

How does Qwen3.8-27B compare with closed models?

Qwen3.8-27B is competitive with closed models on a number of benchmarks, although it should not be treated as a universal replacement for the strongest models from OpenAI, Anthropic, or Google.

Frontier proprietary models may still produce better results on the most difficult tasks.

For teams deciding what to run in production, however, benchmark performance is only one part of the comparison.

If Qwen3.8-27B performs well enough for your workload, you gain the ability to run the model on infrastructure you control rather than paying a model provider for every input and output token.

Qwen3.8-27BClosed model API
Run it yourselfYesUsually no
Choose your GPUYesNo
Control where inference happensYesLimited
Open weightsYesNo
Optimize the serving stackYesNo
CostGPU computeUsually per token
SetupRequires deploymentAPI call
Maximum performanceVery strong for its sizeFrontier models generally lead

For an application making a relatively small number of requests, a closed API may be the easier choice.

The economics become more interesting when inference volume increases.

Coding agents are a good example. A single task might cause an agent to repeatedly read files, generate code, execute commands, inspect results, and ask the model what to do next. A single user action can therefore generate a large amount of inference.

If Qwen3.8-27B can handle those requests effectively, running the model on your own GPU gives you a different cost model.

Instead of paying for each token, you pay for the GPU capacity used to serve the model.

Qwen3.8-27B can run on relatively small GPUs

Running an open model becomes significantly more expensive when it requires several high-end GPUs just to load the model.

Qwen3.8-27B has 27 billion parameters, which gives teams considerably more flexibility in how they deploy it.

At full precision, the model still requires substantial GPU memory. Quantization can reduce its memory footprint considerably, making single-GPU deployments possible.

A rough guide looks like this:

GPU memoryQwen3.8-27B use
24 GBQuantized inference, testing, lower concurrency
32 to 48 GBMore headroom for production inference
80 GBHigher precision, longer context and greater concurrency
140 GB+Large context and high-throughput serving

The exact requirement depends on how you configure the model, particularly the quantization level and context window.

For many workloads, you do not need a large multi-GPU cluster simply to start serving Qwen3.8-27B. This makes the model much more accessible for teams that want to experiment with running their own inference.

Can Qwen3.8-27B run on a 24 GB GPU?

Yes, with quantization.

Quantization reduces the amount of memory required to store and run a model. A 4-bit version of a 27B model requires considerably less memory than the original higher-precision weights.

Early Qwen3.8-27B quantizations have brought the model weights into roughly the 14 to 17 GB range.

That makes deployment on a 24 GB GPU possible.

There are tradeoffs. GPU memory is also needed for the context window, concurrent requests, and the inference runtime, so fitting the model weights onto a 24 GB GPU does not mean every workload will run comfortably on 24 GB.

For experimentation and smaller workloads, however, the ability to run a model with this level of performance on a single 24 GB GPU is useful.

You can start with relatively modest hardware and move to a larger GPU when you need more throughput, context, or concurrency.

Is Qwen3.8-27B fast?

Qwen3.8-27B can deliver fast inference, particularly when paired with an optimized inference engine and suitable GPU.

There is no single representative tokens-per-second number because performance varies significantly based on the GPU, quantization, prompt size, context length, batching, and inference runtime.

Early tests have shown Qwen3.8-27B generating at interactive speeds on single-GPU configurations.

The model also supports multi-token prediction, which compatible inference engines can use to improve generation performance.

For most teams evaluating Qwen3.8-27B, the important question is whether the model can meet the latency and throughput requirements of the application at an acceptable GPU cost.

That is best answered by running the model against your own workload.

Qwen3.8-27B is particularly interesting for AI agents

Agent workloads can consume a lot of inference.

A traditional chatbot might receive a prompt and generate one response. An agent may call a model repeatedly while completing a task.

For example, a coding agent could inspect a repository, read relevant files, determine what needs to change, generate code, run the code, inspect errors, modify its solution, run tests again, and produce the final result.

Each stage can involve additional inference requests.

This makes the performance-to-cost ratio of the underlying model important.

A smaller model that performs well on coding and tool-use tasks can be useful because it allows teams to run significant amounts of inference without necessarily requiring very large GPU infrastructure.

Qwen3.8-27B's combination of coding performance and relatively modest hardware requirements makes it a strong candidate for this type of workload.

Why run Qwen3.8-27B yourself?

Using an API from OpenAI, Anthropic, Google, or another model provider remains the easiest way to add a powerful model to an application.

Self-hosting becomes more attractive when you care about control, cost at scale, or where inference happens.

With Qwen3.8-27B, you control:

  • the GPU
  • the inference engine
  • the model configuration
  • where the workload runs
  • how it scales
  • access to the model endpoint
  • the surrounding application infrastructure

For high-volume applications, running your own inference can also make costs easier to reason about. Your primary cost becomes the infrastructure running the model rather than a bill that grows directly with every token processed.

Whether that is cheaper depends on utilization. A GPU sitting idle is not cost-efficient. A well-utilized GPU serving a large volume of requests can be.

Running Qwen3.8-27B with SGLang

Qwen3.8-27B can be served using inference engines including SGLang and vLLM.

We run Qwen3.8-27B with SGLang on Northflank.

SGLang is an open-source serving framework for high-performance LLM and multimodal inference. It provides the serving layer between the model and your application, handling requests and efficiently using the underlying GPU.

SGLang also exposes an OpenAI-compatible API. If your application already works with an OpenAI-compatible endpoint, you can point it at a Qwen3.8-27B deployment without having to redesign your application around a completely different model interface.

vLLM is another option for serving Qwen models. Northflank supports containerized GPU workloads generally, so you can choose the inference framework that fits your application.

For Qwen3.8-27B, we use SGLang because it provides a high-performance serving path for the model and works well with the GPU infrastructure available on Northflank.

Run Qwen3.8-27B on Northflank

You can run Qwen3.8-27B on Northflank without managing the underlying GPU servers or Kubernetes infrastructure yourself.

Northflank lets you deploy Qwen3.8-27B with SGLang as a GPU-backed service, expose it as an inference API, monitor it, scale it, and connect it to the rest of your application.

You choose the GPU based on the performance and cost profile you need.

That flexibility is useful for a model like Qwen3.8-27B because the model can run across a relatively broad range of hardware. You can use a smaller GPU for experimentation or lower-volume inference and move to higher-memory, higher-performance GPUs when you need more throughput or concurrency.

Northflank also runs the rest of the application alongside the model.

This becomes useful when moving from a model demo to a production AI application. Most production systems need more than an inference endpoint. They also need application services, databases, workers, storage, networking, secrets, logs, metrics, and deployment pipelines.

Northflank provides those components alongside GPU workloads, so the model does not need to live in a separate infrastructure stack.

You can run the deployment on Northflank's managed cloud or deploy Northflank into your own cloud environment using BYOC.

Which GPU should you use for Qwen3.8-27B?

There is no reason to automatically start with the largest GPU available.

The right GPU depends on how you intend to use Qwen3.8-27B.

If you are experimenting with the model or serving relatively low traffic, a smaller GPU and quantized version of Qwen3.8-27B may be enough.

If you need longer context windows or more simultaneous requests, additional GPU memory becomes useful.

If you are serving significant production traffic, a more powerful GPU may cost more per hour but provide better overall economics because it can process substantially more inference during that hour.

The practical approach is to benchmark the model on the workload you actually plan to run.

Start with a configuration that fits Qwen3.8-27B comfortably, measure latency and throughput, and adjust the GPU based on real utilization.

Northflank gives you access to GPU infrastructure without requiring you to build the orchestration layer around it, making it easier to test different hardware configurations for Qwen3.8-27B.

Qwen3.8-27B vs using an API: which should you choose?

Use a closed API if you want the simplest possible integration and need access to the strongest proprietary model available.

Consider running Qwen3.8-27B if you want strong model performance while having more control over infrastructure and inference costs.

Qwen3.8-27B becomes particularly attractive when:

  • you are making a large number of inference requests
  • you are building AI agents
  • you are building coding tools
  • you want to run inference privately
  • you want control over the GPU and serving stack
  • you want predictable infrastructure-based costs
  • you want to avoid relying on a single proprietary model provider

You can also use both.

For example, an agent could use Qwen3.8-27B for tasks it handles reliably and route particularly difficult requests to a larger proprietary model. This can reduce the amount of frontier-model inference required while retaining access to those models when they provide a meaningful improvement.

Is Qwen3.8-27B worth trying?

If you are evaluating open models in 2026, Qwen3.8-27B should be on the shortlist.

It combines strong coding, reasoning, multimodal, and agentic capabilities with hardware requirements that make self-hosting practical. Quantized versions can run on a single GPU, while larger GPUs provide additional capacity for context, concurrency, and production throughput.

This makes Qwen3.8-27B relatively straightforward to evaluate against the models you already use.

Run the same prompts through Qwen3.8-27B and your existing model API. Compare output quality, latency, throughput, and cost using your actual workload rather than relying entirely on public benchmarks.

If Qwen3.8-27B performs well enough for your application, you have the option to run inference on infrastructure you control and choose the GPU configuration that makes sense for your traffic.

You can deploy Qwen3.8-27B with SGLang on Northflank, choose the GPU resources you need, and run the model alongside the rest of your application without managing the underlying Kubernetes and GPU infrastructure yourself.

Deploy Qwen3.8-27B on Northflank

Share this article with your network
X