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:

Subscription: re-subscribe

key API Key

{
"models": {
"providers": {
"airouter": {
"baseUrl": "https://api.airouter.ch/v1",
"apiKey": "${AIROUTER_API_KEY}",
"api": "openai-completions",
"model": [
{
"id": "Qwen3.5",
"name": "Qwen3.5 (airouter.ch)",
"contextWindow": 262144,
"maxTokens": 65536,
"reasoning": true,
"input": ["text"],
"cost": { "input": 0, "output": 0 }
}
]
}
}
},
"agents": {
"defaults": {
"model": { "primary": "airouter/Qwen3.5" }
}
}
}
curl https://api.airouter.ch/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "Qwen3.5", "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.5",
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",
"api": "https://api.airouter.ch/v1",
"npm": "@ai-sdk/openai-compatible",
"models": {
"Qwen3.5": {
"name": "Qwen3.5 (airouter.ch)",
"limit": {
"context": 262144,
"output": 65536
},
"reasoning": true,
"tool_call": true,
"open_weights": true,
"options": {
"temperature": 0.6,
"topP": 0.95,
"presencePenalty": 0.0
}
}
}
}
},
"model": "airouter/Qwen3.5"
}

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 Fair Use
error

help