back

Qwen3 14B

Alibaba Cloud, open modelqwen-3-14bModel source: Hugging Face

Thinks before answering, and you decide how much: a balance of quality and spend.

Reads in one go

≈ 70 pages

32,768 tokens

Brain size

Small and fast

14B, FP8

Where it runs

Spain (EU)

MIG B200

Understands

Text, not images

Chat, Reasoning, Tools

What it is good at

  • Reasoning. Thinks in several steps before answering, for problems that take more than one.
  • Tools. Searches, queries data and calls other systems. The basis of an agent.
  • Chat. Converses, summarises and writes in plain language.

Only need simple chat, classification or translation? Qwen3.5 9B does it for a fraction of the price, and switching model is switching one word.

Pricing

€ per million tokens, VAT included

You send (input)0.20 €
It answers (output)1.00 €
Re-reading repeats (cache)0.02 €
1,000 chat answers~0.40 €
Analysing a 200 page contract~0.02 €
try it with 50 € freeNo card. Enough for about 125,000 answers.

For your technical team

Compatible with the OpenAI SDK: change the base URL and the key, and that is it.

curl https://api.gpuflow.ai/v1/chat/completions \
  -H "Authorization: Bearer $GPUFLOW_API_KEY" \
  -d '{ "model": "qwen-3-14b",
        "messages": [{ "role": "user", "content": "Hola" }] }'