Playground

AI Playground

Test any model right in your browser, then track every request in your activity log.

On this page

Test before you integrate

In the Playground you chat directly with both dedicated instances and models on the Router. So you try out prompts, compare models and check behaviour before you wire a model into your application.

From test to insight

Every chat runs over the same infrastructure as your production traffic. Afterwards you see per-request usage, latency and cost in your activity log, so testing and measuring happen in one place.

qwen3-8b · streaming · EU
Wat zijn jullie openingstijden?
We zijn elke werkdag bereikbaar van 9:00 tot 17:30. Kan ik je ergens specifieks mee helpen?
Hebben jullie een API?

Who is it for?

  • Developers who want to try a model quickly
  • Teams comparing models side by side
  • Anyone refining prompts for production

From Playground to code

Like a model in the Playground? The same call works from your code, through the same Router:

from openai import OpenAI

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

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

Ready to integrate? Read the guide Migrate your OpenAI client to the EU Router.

What you set translates one to one into code

Everything you configure in the Playground also exists as an API parameter. What works in your test works literally the same in production:

In the PlaygroundIn your code
Model choicemodel
System instructionMessage with role system
Creativitytemperature
Maximum lengthmax_tokens
Continuing a conversationSending the full messages array

From the Model Garden you open a model preselected in the Playground, handy for putting candidates side by side quickly.

Questions about the Playground

Is the Playground free?

The Playground itself costs nothing extra; you only pay the tokens of your test requests, at the same rates as the API. See the pricing page.

Which models can I chat with?

All Router models from the catalog and your own dedicated instances, in the same interface.

Can I test a system instruction?

Yes. You set a system instruction, temperature and maximum length and see how the model responds right away. You then use the same values in your API call.

Does my test run over the same infrastructure as production?

Yes. Every Playground chat goes through the same Router and the same EU GPUs as your production traffic, so what you test is representative.

Does my test data stay in the EU?

Yes. Playground requests also run on European GPUs and there is no training on your data.

How do I go from test to production?

Copy your settings into an API call with your hyai- key through the OpenAI-compatible API. More detail: the migration guide above.

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.

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