Model catalog

Model Garden

A curated catalog of open models you run on European GPUs in one click.

On this page

A curated model catalog

The Model Garden lists serveable open models for chat, image and embeddings. For each model you see its state: warm, EU and whether it is warming up. So you always know what is ready to run right now.

From catalog to endpoint

Pick a model from the Garden or paste any HuggingFace ID. You deploy it on a European GPU through vLLM and get an OpenAI- and Anthropic-compatible URL plus an API key. Want to test first? With the Playground and the "Verify it works" step you check a model before you commit to it.

qwen3-8b vLLM ready
NVIDIA A100 · 40GB · EU marketplace · eu-central
VRAM19.2 / 40 GB
GPU utilisation71%
42 ms
time-to-first-token
128
tokens / sec
62°C
temperature
POST /api/v1/chat/completions200 OK

Chat, image and embedding models

  • Text models such as Llama, Qwen, Mistral, DeepSeek and Gemma
  • Image models such as FLUX and SDXL
  • Embedding models for RAG and search
  • Live warm/EU/warming-up state per model

How to deploy a model

Pick a model, set the VRAM and deploy on a European GPU. You get an OpenAI-compatible endpoint you can call right away:

from openai import OpenAI

client = OpenAI(
    base_url="https://hostyourai.com/api/v1",
    api_key="hyai-...",
)

resp = client.chat.completions.create(
    model="qwen3-8b",
    messages=[{"role": "user", "content": "Hello"}],
)
print(resp.choices[0].message.content)

Want to deploy a model step by step yourself? Read the guide Deploy your own LLM with vLLM.

What the states mean

StateMeaningWhat you do
WarmThe model is running and answers instantlyCall it right away through the Router
Warming upThe model is being started right nowWait a moment; the state refreshes live
ServeableTested and ready to startCall or deploy it; the first start takes a moment
On requestAvailable but not yet verified by usAsk via contact and we set it up

Verified means we actually ran and checked the model on our own EU hardware, not a paper promise.

Questions about the Model Garden

How many models are in the catalog?

Over a hundred open models for chat, code, image and embeddings. The live list with pricing is on the public catalog.

My model is not listed?

Paste a HuggingFace ID and deploy it yourself on a dedicated instance. Your own or fine-tuned models work the same way.

What does "verified" mean?

That we ran and tested the model ourselves on our EU GPUs. Serveable-but-unverified models are marked "on request", so you never face surprises.

How do I test a model before integrating it?

Open it in the Playground and chat with it directly. From the Garden you can preselect a model in one click.

Are there image and embedding models too?

Yes. Image models such as FLUX and SDXL and embedding models for RAG and search, next to the chat and code models.

What does a Garden model cost?

Through the Router you pay per token, per model class. On a dedicated GPU you pay per hour. Both from one prepaid balance; see the pricing page.

Everything you need for AI

From model hosting to a customer-facing API, it is built for developers and businesses who want their AI running on infrastructure they actually control, inside the EU.

100%
EU-hosted

Your data and your models stay on European GPUs. GDPR-friendly by design.

200+
Verified models, ready to serve

Llama, Qwen, DeepSeek, Mistral, FLUX and plenty more. Pick one and it is warm in minutes, with no DevOps on your end.

2 SDK
OpenAI & Anthropic compatible

Point your existing client at the Router and keep your tools. No rewrite, no lock-in.

From zero to a warm endpoint in minutes

No infra to manage. Pick a model, get an OpenAI-compatible URL, ship.

1

Pick a model

Choose from the Model Garden or paste any HuggingFace ID. Set the VRAM and pick an EU GPU.

2

Get your endpoint

We deploy vLLM, run readiness probes, and hand you a warm OpenAI- and Anthropic-compatible URL plus an API key.

3

Route and ship

Point your client at the Router. It auto-routes to a warm instance, idles GPUs when nobody is online, and logs every request.

Private by Default

HostYourAI keeps your models, prompts and data on European GPUs. It is built for teams that care about compliance, reliability and real control.

EU-hostedGDPR-friendlyOpenAI-compatiblevLLM-poweredNo lock-in
EU
Full data sovereignty

GPUs and data residency inside Europe. Your prompts never leave the EU.

Open
Models you can audit

Run open-weight models with no black boxes or hidden telemetry.

€0
Scale to zero

GPUs idle when nobody is online, so you only pay for what you run.

Yours
No vendor lock-in

Your infra, your keys, your models. Leave whenever you want.

Works with the tools you already use

The Router speaks the OpenAI and Anthropic APIs, so it drops straight into the clients and SDKs your team already runs. Just change the base URL.

Try HostYourAI for free
docker
anthropic
huggingface
langchain
python
nodedotjs
curl
ollama
jetbrains
jupyter
vercel
zapier
postman
n8n
Model garden

Works with 390+ open models

Text and image models on dedicated EU GPUs. Every model tested on our own hardware.

Related pages

Explore more about EU-hosted AI on HostYourAI.

Host. Route. Ship.

No credit card required. Pay as you go, cancel anytime.

Start Hosting Free Today