Alla AI-modeller du gillar, upp till 80 % billigare.
Toppmodeller, ett OpenAI-kompatibelt API, till en bråkdel av kostnaden.
- 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%Claudes frontier-modell för krävande resonemang, stora kodbaser och agentiskt arbete.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Din 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%Kostnadseffektiv Claude-nivå för storskalig kodning, chatt och verktygsanvändning.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Din 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%Billigaste nivån i GPT-5.6, för storskalig chatt, klassificering och lättare agentiskt arbete.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Din 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%Flaggskeppsnivån i GPT-5.6, för agentiskt arbete med lång horisont, krävande resonemang och kodning från kommandoraden.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Din 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%Mellannivån i GPT-5.6, som väger förmåga mot kostnad för vardaglig kodning, resonemang och verktygsanvändning.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Din 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 snabba nivå, för storskaligt arbete som ändå vill ha fönstret på en miljon tokens.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Din 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-nivå, ett fönster på en miljon tokens till en bråkdel av priset för frontier-modeller.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Din 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 dedikerade kodmodell, för instruktionsföljsamhet över ett helt repo.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Din 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, ett fönster på en miljon tokens för mjukvaruutveckling och djupa resonemang.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer Din 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"}
}'