GPU & infra

Claude Code, Cline and opencode on European GPUs, per token from prepaid credits

HostYourAI Code: run coding agents such as Claude Code on EU-hosted open models. Pay per token from prepaid credits, with tools, streaming and live usage insight.

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

What is HostYourAI Code?

HostYourAI Code lets coding agents such as Claude Code, Cline and opencode work on open models on European GPUs. Your agent talks to our router through the Anthropic or OpenAI API and you pay per token from your own prepaid credit balance. No subscription, no surprises: when it runs out, it stops.

python
from openai import OpenAI
client = OpenAI(
    base_url="https://hostyourai.com/api/v1",
    api_key="hyai-...")
client.chat.completions.create(
    model="llama-3.3-70b",
    messages=[{"role":"user","content":"Hallo!"}])

Why prepaid credits?

Coding agents make a lot of requests: every question in your terminal is a series of API calls with a large system prompt. With prepaid credits your agent can never spend more than you set aside, and every request shows up live in your usage. Top up from 5 euros by iDEAL or card.

EU Inference Router

‹ Insight 1 of 28 ›
98.7% ↗ 12%
4,931 of 5,000 requests served warm
EU-hostedModels run on European GPUs
Drop-inOpenAI and Anthropic compatible
Scale to zeroGPUs idle when nobody is online

Connecting Claude Code

Create an account, top up credits and create a router key in the dashboard. Then:

export ANTHROPIC_BASE_URL="https://hostyourai.com"
export ANTHROPIC_AUTH_TOKEN="hyai-rt-..."
export ANTHROPIC_MODEL="qwen3.6-27b-fp8"
export ANTHROPIC_SMALL_FAST_MODEL="qwen3.6-27b-fp8"
claude

Cline and opencode are set up the same way: base URL to HostYourAI, your own key and the coding model. GET /v1/models shows per model whether tools are supported and how much context is currently being served.

One-click deployment
OpenAI-compatible API
4 EU datacenters
End-to-end encryptie
Dedicated GPU instances
Audit logging

What do you get?

  • A verified coding model with tool support and 32k context, billed per token
  • Tool calling and token-by-token streaming through both the Anthropic and OpenAI API
  • EU hosting: your prompts and code never leave Europe, and there is no training on your data
  • Live usage insight per request in the dashboard
  • No subscription: your balance simply stays, and all spending stops when you stop
je vraag
doc-4f2a0.94
doc-9c1e0.91
doc-2b770.88

Honest about the limits

If the model is cold, your first question boots a GPU and the answer takes a few minutes; after that it stays warm while you work. Anthropic's own frontier models are better than open models; this is the alternative for teams that want code and prompts to stay in Europe. Questions about volume or a flat price? Email info@hostyourai.com.

Je app
OpenAI · Anthropic
EU Router
één base URL
Qwen3-8B
warm
Loes (NL)
soeverein
Llama-3.3
warm

Questions about HostYourAI Code

Which models do I get?

The current list is in GET /v1/models and the dashboard. We pick models with tool support that are good at code, and refresh the list when better open models appear.

Does this really work with Claude Code?

Yes, the router speaks the Anthropic API including tools, streaming and count_tokens, and we verify that with real Claude Code sessions. See also the Anthropic-compatible API.

Am I still using Claude models?

No. Claude Code is only the tool in your terminal; you replace the Claude models behind it with open-weight models such as Qwen, hosted by us in the EU. Your traffic no longer goes to Anthropic.

What does it cost?

Per token, priced per model, from your prepaid balance. An afternoon of agent work typically costs cents to a few euros. See the pricing page.

Am I locked into anything?

No. No subscription; you top up whenever you want and your balance simply stays.

Where does my code run?

On GPUs in European datacenters. A Data Processing Agreement is available and there is no training on your data.

EU Inference Router

‹ Insight 1 of 28 ›
98.7% ↗ 12%
4,931 of 5,000 requests served warm
EU-hostedModels run on European GPUs
Drop-inOpenAI and Anthropic compatible
Scale to zeroGPUs idle when nobody is online

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.

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.

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.

Frequently asked questions

Can I run this in the EU?

Yes. HostYourAI runs open models on GPUs in European datacenters via vLLM. Your prompts and outputs never leave the EU and there is no US cloud provider in the chain.

Is it GDPR-compliant?

Yes. All processing happens inside the EU, a Data Processing Agreement (DPA) is available and the subprocessor list is public. Open weights also mean no training on your data.

Is the API OpenAI-compatible?

Yes. Point your existing OpenAI or Anthropic client at our Router (https://hostyourai.com/api/v1), change only the base URL and API key. No rewrite, no lock-in.

What does it cost?

Pay-as-you-go on one prepaid credit balance: the shared router per token or a dedicated GPU per hour. Free to start, no minimum, no fixed monthly fee.

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