Qwen3.6 35B A3B

262 000 context
Vision
Reasoning

Model ID

Qwen/Qwen3.6-35B-A3B-FP8

Use It in Python

from openai import OpenAI

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

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

Don't have a key yet? See how to get one — no credit card needed for Hetzner Inference API.

Free Tier Limits (Hetzner Inference API)

Rate Limit
3 000 000 input / 60 000 output tokens per 60s
Daily Limit
500 000 000 input / 5 000 000 output tokens per 24h
Monthly Limit
Free during experimental phase, no billing system yet