Model API · served now

Qwen3.8 27B API — hosted in Europe

Qwen3.8 27B through an OpenAI-compatible API, served from hardware AxForge owns in Sweden. Streaming, tool calls and usage reporting — with zero prompt retention.

eu-se-1 · Stockholm api.axforge.ai/v1 €0.29 / 1M input · €1.77 / 1M output
Get an API key Talk to an engineer Launch pricing. Keys are allocated from the waiting list.

Specifications

What is served

ModelQwen3.8 27B — dense 27B, latest Qwen generation
API model nameqwen3.8-27b-nvfp4
Context window65,536 tokens
QuantizationNVFP4
CapabilitiesChat completions · streaming · tool calls · reasoning output · usage in both modes
HardwareNVIDIA DGX Spark (GB10, 128 GB unified memory) — owned and operated by AxForge
Regioneu-se-1 · Stockholm, Sweden — pinned with x-axforge-region, echoed on the response
Input price€0.29 / 1M tokens
Output price€1.77 / 1M tokens

Our pricing rule: we target 80% of the lowest current price from a proper inference supplier for the same model, tracked continuously against the market. Found better pricing at a proper inference supplier? Tell us and we’ll look into lowering ours.

Performance

Measured, not quoted

MetricValueCondition
Decode speed15.9 tokens/ssingle stream, multi-token-prediction speculative decoding on
Decode speed (baseline)5.8 tokens/ssingle stream, speculative decoding off
Concurrency4 sequencesserving configuration on one node

Measured on our production DGX Spark node, single-stream, 2026-08. For quality benchmarks, see the official model card — we publish only numbers we measured ourselves.

Quickstart

OpenAI-compatible — point your SDK at us

curl
$ export OPENAI_BASE_URL=https://api.axforge.ai/v1
$ curl -sS "$OPENAI_BASE_URL/chat/completions" \
    -H "Authorization: Bearer $AXFORGE_API_KEY" \
    -H "x-axforge-region: eu-se-1" \
    -H "Content-Type: application/json" \
    -d '{"model":"qwen3.8-27b-nvfp4","stream":true,
         "messages":[{"role":"user","content":"Summarize DORA in one paragraph."}]}'
Python
# pip install openai
from openai import OpenAI

client = OpenAI(
    base_url="https://api.axforge.ai/v1",
    api_key="YOUR_AXFORGE_KEY",
    default_headers={"x-axforge-region": "eu-se-1"},
)
r = client.chat.completions.create(
    model="qwen3.8-27b-nvfp4",
    messages=[{"role": "user", "content": "Hello from Stockholm"}],
)
print(r.choices[0].message.content, r.usage)

Data & privacy

Zero prompt retention

Prompts and completions are processed in memory in Sweden — not written to disk, not logged, not retained, and never used to train anything. We keep only request metadata (token counts, timestamps, status) for billing and operations. The full policy is at axforge.ai/privacy.

FAQ

Qwen3.8 27B API — common questions

Is the Qwen3.8 API OpenAI-compatible?

Yes. Chat completions, streaming, tool calls and usage reporting follow the OpenAI API shape, so the official OpenAI SDKs work by changing base_url. The model name is qwen3.8-27b-nvfp4.

Where is Qwen3.8 hosted?

In Stockholm, Sweden (region eu-se-1), on NVIDIA DGX Spark systems AxForge owns and operates. TLS terminates in the EU. Spain (eu-es-1) is live for the platform; more EU regions are in deployment.

What does the Qwen3.8 27B API cost?

Launch pricing is €0.29 per million input tokens and €1.77 per million output tokens. No subscription, no minimum.

Are my prompts stored or used for training?

No. Prompts and completions are processed in memory and never persisted or used for training — see the privacy policy. This makes the API a fit for GDPR-sensitive workloads.

How fast is Qwen3.8 27B on your hardware?

We measured 15.9 tokens/s single-stream decode with speculative decoding on our production DGX Spark node (2026-08). We publish measured numbers only.

Can I get Qwen3.8 on a dedicated machine instead of the shared API?

Yes — a dedicated DGX Spark running Qwen3.8 27B for only your traffic is a monthly rental. Talk to an engineer.

Ready to build on EU inference?

Get an API key Talk to an engineer

Explore

All models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms