back

ALIA 40B Instruct

Barcelona Supercomputing Center, open modelalia-40b-instructModel source: Hugging Face

Spain's public model, trained in Spanish, Catalan, Basque and Galician.

Reads in one go

≈ 350 pages

163,840 tokens

Brain size

Mid-sized

40B denso, BF16

Where it runs

Spain (EU)

1× B200

Understands

Text, not images

Chat

What it is good at

  • 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)2.00 €
1,000 chat answers~0.70 €
Analysing a 200 page contract~0.02 €
try it with 50 € freeNo card. Enough for about 71,429 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": "alia-40b-instruct",
        "messages": [{ "role": "user", "content": "Hola" }] }'