Jedes KI-Modell, das du magst — bis zu 80 % günstiger.
Spitzenmodelle, eine OpenAI-kompatible API, ein Bruchteil der Kosten.
- OpenAI
- Claude
- Gemini
- DeepSeek
- Grok
- Kimi
- Z.ai
- OpenAI
- Claude
- Gemini
- DeepSeek
- Grok
- Kimi
- Z.ai
- OpenAI
- Claude
- Gemini
- DeepSeek
- Grok
- Kimi
- Z.ai
Claude-Opus-5
Save 70%Frontier-Modell von Claude für komplexes Reasoning, große Codebasen und agentische Arbeit.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Dein API " \
-H "Webway-ZDR: required" \
-H "Content-Type: application/json" \
-d '{
"model": "anthropic/claude-opus-5",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 64,
"thinking": {"type": "disabled"}
}'Claude-Sonnet-5
Save 70%Kosteneffiziente Claude-Stufe für Programmierung, Chat und Tool-Nutzung in großem Volumen.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Dein API " \
-H "Webway-ZDR: required" \
-H "Content-Type: application/json" \
-d '{
"model": "anthropic/claude-sonnet-5",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 64,
"thinking": {"type": "disabled"}
}'GPT-5.6-Luna
Save 80%Günstigste GPT-5.6-Stufe, für Chat, Klassifikation und leichte agentische Arbeit in großem Volumen.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Dein API " \
-H "Webway-ZDR: required" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-5.6-luna",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 64,
"thinking": {"type": "disabled"}
}'GPT-5.6-Sol
Save 84%Flaggschiff-Stufe von GPT-5.6, für langlaufende agentische Arbeit, komplexes Reasoning und Programmieren auf der Kommandozeile.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Dein API " \
-H "Webway-ZDR: required" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-5.6-sol",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 64,
"thinking": {"type": "disabled"}
}'GPT-5.6-Terra
Save 80%Mittlere GPT-5.6-Stufe, die Leistung und Kosten abwägt – für alltägliche Programmierung, Reasoning und Tool-Nutzung.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Dein API " \
-H "Webway-ZDR: required" \
-H "Content-Type: application/json" \
-d '{
"model": "openai/gpt-5.6-terra",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 64,
"thinking": {"type": "disabled"}
}'DeepSeek-V4-Flash
DeepSeeks schnelle Stufe, für Arbeit in großem Volumen, die das Kontextfenster von einer Million Token trotzdem braucht.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Dein API " \
-H "Webway-ZDR: required" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek/deepseek-v4-flash",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 64,
"thinking": {"type": "disabled"}
}'DeepSeek-V4-Pro
DeepSeeks Frontier-Stufe, ein Kontextfenster von einer Million Token zu einem Bruchteil der Frontier-Preise.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Dein API " \
-H "Webway-ZDR: required" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek/deepseek-v4-pro",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 64,
"thinking": {"type": "disabled"}
}'Kimi-K2.7-Code
Kimis spezialisiertes Modell für Programmierung, für das Befolgen von Anweisungen über ein ganzes Repository hinweg.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Dein API " \
-H "Webway-ZDR: required" \
-H "Content-Type: application/json" \
-d '{
"model": "moonshot/kimi-k2.7-code",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 64,
"thinking": {"type": "disabled"}
}'Kimi-K3
Moonshots Frontier-Modell, ein Kontextfenster von einer Million Token für Softwareentwicklung und tiefes Reasoning.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Dein API " \
-H "Webway-ZDR: required" \
-H "Content-Type: application/json" \
-d '{
"model": "moonshot/kimi-k3",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 64,
"thinking": {"type": "disabled"}
}'