你喜欢的每一个 AI 模型,最高可省 80%。
前沿模型,一个 OpenAI 兼容 API,成本只是零头。
- 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%前沿 Claude 模型,面向高难度推理、大型代码库和智能体任务。
Input / M US$1.50 官方价格 US$5.00
Output / M US$7.50 官方价格 US$25.00
Cache US$0.15 官方价格 US$0.50
可用率
99.4%
Copy & Run
推理
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer 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%高性价比的 Claude 档位,面向大批量编码、对话和工具调用。
Input / M US$0.90 官方价格 US$3.00
Output / M US$4.50 官方价格 US$15.00
Cache US$0.09 官方价格 US$0.30
可用率
100%
Copy & Run
推理
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer 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%GPT-5.6 最低价档位,面向大批量对话、分类和轻量智能体任务。
Input / M US$0.20 官方价格 US$1.01
Output / M US$1.21 官方价格 US$6.09
Cache US$0.02 官方价格 US$0.10
可用率
100%
Copy & Run
推理
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer 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%GPT-5.6 旗舰档位,面向长周期智能体任务、高难度推理和命令行编码。
Input / M US$0.80 官方价格 US$5.00
Output / M US$4.00 官方价格 US$30.00
Cache US$0.08 官方价格 US$0.50
可用率
99.4%
Copy & Run
推理
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer 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%GPT-5.6 中间档位,在能力与成本之间取得平衡,面向日常编码、推理和工具调用。
Input / M US$0.40 官方价格 US$2.00
Output / M US$2.40 官方价格 US$12.00
Cache US$0.04 官方价格 US$0.20
可用率
100%
Copy & Run
推理
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer 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
DeepSeek 的高速档位,面向仍需百万 token 上下文窗口的大批量任务。
Input / M US$0.44 官方价格 US$0.44
Output / M US$1.32 官方价格 US$1.32
Cache US$0.01 官方价格 US$0.01
可用率
99.4%
Copy & Run
推理
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer 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
DeepSeek 的前沿档位,以前沿模型零头的价格提供百万 token 上下文窗口。
Input / M US$1.32 官方价格 US$1.32
Output / M US$3.96 官方价格 US$3.96
Cache US$0.04 官方价格 US$0.04
可用率
99.4%
Copy & Run
推理
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer 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
Kimi 的专用编码模型,面向贯穿整个代码仓库的指令遵循。
Input / M US$0.95 官方价格 US$0.95
Output / M US$4.00 官方价格 US$4.00
Cache US$0.19 官方价格 US$0.19
可用率
100%
Copy & Run
推理
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer 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
Moonshot 的前沿模型,百万 token 上下文窗口,面向软件工程和深度推理。
Input / M US$3.00 官方价格 US$3.00
Output / M US$15.00 官方价格 US$15.00
Cache US$0.30 官方价格 US$0.30
可用率
100%
Copy & Run
推理
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
curl -sS "https://api.webway.sh/v1/chat/completions" \
-H "Authorization: Bearer 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"}
}'