Hetzner Inference API

Truly Free

Hetzner (a major EU cloud/hosting company) quietly launched an experimental, OpenAI-compatible inference API in July 2026 to gauge demand before deciding whether to build a full product. Currently serves one model with very generous rate limits, hosted on EU (Germany/Finland) servers, no billing system yet. No SLA — features and availability could change or be pulled at any time.

Truly Free Experimental EU Hosted No Card
Get API Key Suggest Edit
0

Overview

Provider Type

API

API Endpoint

https://inference.hetzner.com/api/v1

Free Tier Highlights

3M input / 60K output tokens per 60s

Why Choose Hetzner Inference API?

Hetzner Inference API stands out for its unique features and capabilities. With a developer-friendly API and comprehensive documentation, you can integrate AI capabilities into your applications within minutes.

Quick Start Guide

1

Create a Hetzner account

2

Visit https://experiments.hetzner.com/inference

3

Generate an API token

4

Configure client with base_url https://inference.hetzner.com/api/v1

Available Models

Model Name ID Context Capabilities
Qwen3.6 35B A3B Free
Qwen/Qwen3.6-35B-A3B-FP8
262 000
Vision Reasoning

Integration Examples

Ready-to-use code snippets for your applications.

main.py
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_HETZNER_API_TOKEN",
    base_url="https://inference.hetzner.com/api/v1"
)

response = client.chat.completions.create(
    model="Qwen/Qwen3.6-35B-A3B-FP8",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

Free Tier Pricing & Limits

Rate Limit

Requests per minute

3 000 000 input / 60 000 output tokens per 60s

Daily Quota

Requests per day

500 000 000 input / 5 000 000 output tokens per 24h

Token Limit

Tokens per minute

See rate limit

Monthly Quota

Per month limit

Free during experimental phaseno billing system yet

Use Cases

EU data compliance testing

High-volume experimentation while it lasts

Secondary/backup free API

Limitations & Considerations

Experimental — no SLA, could be discontinued or paywalled at any time

Only one model currently offered

No official uptime/support guarantees

Community Hub

Live

Join the discussion, share tips, and rate Hetzner Inference API.

Quick Reactions

Add Discussion

Comments are moderated. Be helpful and respectful.

Recent Activity

0 comments

Ready to Get Started?

Join thousands of developers using Hetzner Inference API

Start Building Now