Qwen3.8-27B — open-weights model served in Europe | europeanGPU
Catalogue — 2 models: Qwen3.8-27B Ministral 3 14B
Model in the catalogue

Qwen3.8-27B, served from Europe

A dense 27-billion-parameter open-weights model, built for reasoning, code and multilingual dialogue. We operate it on our European GPUs and you call it like any OpenAI-compatible API.

Request access See the price

Parameters

27 bn

Dense architecture, open weights

Context

262 K

tokens native, extendable to 1 M

Languages

100+

including the EU’s 24 official languages

Served throughput

~90 t/s

per stream, first-token latency < 1 s

Capabilities

Switchable reasoning mode

Toggle between fast answers and step-by-step reasoning for mathematics, logic and code — in the same endpoint, with a single parameter.

Function calling

Structured JSON output and declared tools: the model slots into your existing agents and workflows without an adaptation layer.

Natively multilingual

Trained on more than 100 languages and dialects: one model serves your customers from Lisbon to Helsinki, with no intermediate translation.

Open, auditable weights

Permissive licence and public weights: you know exactly what is running, and you can replicate the inference in-house the day you choose. Why Mistral and Qwen are champions of European sovereignty → · Cybersecurity: the open-weights answer →

Performance benchmarks
BenchmarkQwen3.8-27B20-30 bn class
MMLU-Pro (knowledge)72,765-74
GPQA (science)53,545-56
AIME (mathematics)30,318-34
LiveCodeBench (code)28,822-31

Indicative values taken from the model publisher’s publications; definitive figures will be measured on our infrastructure and published on this page.

Call it the way you already call the others

OpenAI SDK, LangChain, LlamaIndex: everything works by changing the base URL and the key. The reasoning parameter switches on reasoning mode.

from openai import OpenAI

client = OpenAI(
    base_url="https://api.europeangpu.com/v1",
    api_key=EGPU_API_KEY)

r = client.chat.completions.create(
    model="qwen3.8-27b",
    messages=[{"role": "user",
               "content": "Summarise this contract"}],
    extra_body={"reasoning": True})

0,38 € for input, 2,60 € for output, per million tokens

No subscription, no minimum — the price of sovereign inference, with no hidden cost. Need more throughput for less? See Ministral 3 14B →

Book a meeting