GPU & infra

Dedicated GPU Instances

Your own GPU, your own model: deploy open models on dedicated European GPUs.

On this page

Your own GPU, your own model

With dedicated instances you run an open model on a GPU that is yours alone. We deploy vLLM, run readiness probes and hand you an OpenAI- and Anthropic-compatible URL. Ideal when you want predictable performance or full isolation.

How it works

  • Pick a model from the Model Garden or a HuggingFace ID
  • Set the VRAM and choose a European GPU
  • We deploy vLLM and run automatic readiness probes
  • You get a warm endpoint plus an API key

New instances run vLLM with their own encrypted upstream key, so your endpoint stays private.

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

Pay only for what you run

Instances stay warm while someone is online and idle down when nobody is using them, so you do not pay for an unused GPU. Billed per hour on one prepaid credit balance.

Example in code

Once your instance is warm, you call it through the Router by its model slug, exactly as you would call an OpenAI model:

from openai import OpenAI

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

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

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

Which GPU for which model

GPU classVRAMTypical use
L40S / RTX 409024 to 48 GBModels up to roughly 20B parameters
A100 / H10080 GBModels up to roughly 70B, quantised
2× H100160 GB70B at full precision or high throughput
4× H100320 GBLarge models and heavy production workloads

On deploy we enforce a VRAM floor per model, so you cannot pick a GPU the model does not fit on. Live hourly prices show before you deploy and on the pricing page.

Questions about dedicated instances

Can I run my own or fine-tuned model?

Yes. Paste a HuggingFace ID, including a private repo with your own weights, and we deploy it through vLLM on your GPU.

Is my endpoint private?

Yes. New instances run vLLM with their own encrypted API key, so only your platform key can reach the endpoint.

Do I keep paying when nobody uses the model?

Instances idle down when nobody is online, so you do not pay for an unused GPU. You are billed per hour from your prepaid balance.

When do I pick dedicated over the Router?

For steady load, custom models, stricter isolation requirements or full control over behaviour. For variable traffic the shared Router is cheaper and faster to set up.

Can I link a knowledge base?

Yes. Link a knowledge base to your instance and every chat call automatically receives relevant context from your own documents. See the guide Build RAG on EU GPUs.

Where are the GPUs?

In European datacenters. Your data never leaves the EU and a Data Processing Agreement is available. For sector-specific requirements see healthcare and government.

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.

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

Built for teams that can't send data away

If a US cloud is off the table, HostYourAI gives you the same developer experience on European infrastructure.

Public sector & government

Citizen data that legally has to stay in the EU, with full auditability.

Regulated enterprise

Finance, healthcare and legal teams under GDPR, DORA and the AI Act.

EU SaaS & scale-ups

Ship AI features your customers trust, without a US sub-processor.

Agencies & integrators

Deliver private AI for clients on infrastructure you can stand behind.

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