AI Router
vpn_key

Set Your Password

Create a password to manage your subscription

Must be at least 8 characters with uppercase, lowercase, and a number.

lock

Welcome Back

Sign in to manage your subscription

mail
key

Forgot Password?

lock_reset

Reset Password

Enter your email and we'll send you a reset link

mail

← back to login

Dashboard

Logged in as:

Company:

Subscription: re-subscribe

key API Keys

{
"models": {
"providers": {
"airouter": {
"baseUrl": "https://api.airouter.ch/v1",
"apiKey": "${AIROUTER_API_KEY}",
"api": "openai-completions",
"models": [
{
"id": "Qwen3.6",
"name": "Qwen3.6 (airouter.ch)",
"contextWindow": 262144,
"maxTokens": 65536,
"reasoning": true,
"input": ["text", "image"],
"cost": { "input": 0, "output": 0 },
"compat": {
"supportsUsageInStreaming": true
}
}
]
}
}
},
"agents": {
"defaults": {
"model": { "primary": "airouter/Qwen3.6" }
}
}
}
curl https://api.airouter.ch/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "Qwen3.6", "messages": [{"role": "user", "content": "Hello!"}]}'
from openai import OpenAI
 
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://api.airouter.ch/v1"
)
 
response = client.chat.completions.create(
model="Qwen3.6",
messages=[{"role": "user", "content": "Hello!"}]
)
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"airouter": {
"options": {
"apiKey": "YOUR_API_KEY",
"baseURL": "https://api.airouter.ch/v1"
},
"name": "airouter",
"npm": "@ai-sdk/openai-compatible",
"models": {
"Qwen3.6": {
"name": "Qwen3.6 (aiRouter.ch)",
"limit": {
"context": 262144,
"input": 196608,
"output": 65536
},
"modalities": {
"input": ["text", "image", "video"],
"output": ["text"]
},
"reasoning": true,
"tool_call": true,
"options": {
"temperature": 0.6,
"topP": 0.95,
"topK": 20,
"minP": 0.0,
"presencePenalty": 0.0,
"repetitionPenalty": 1.0
}
}
}
}
},
"model": "airouter/Qwen3.6"
}

password Change Password

Must be at least 8 characters with uppercase, lowercase, and a number.

credit_card Manage Subscription

Manage your subscription, billing, and payment methods via Stripe.

support_agent

Questions?

We're always happy to help! Whether you need assistance, have a question, or just want to say hi, drop us a line at support@airouter.ch — we'll get back to you as quickly as possible.

© 2026 AI Router Switzerland
Imprint ToS Privacy DPA Fair Use
error

help