お気に入りの AI モデルすべてを、最大 80% オフで。
フロンティアモデルを、1つの 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 $1.50 公式価格 $5.00
Output / M $7.50 公式価格 $25.00
Cache $0.15 公式価格 $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 $0.90 公式価格 $3.00
Output / M $4.50 公式価格 $15.00
Cache $0.09 公式価格 $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 $0.20 公式価格 $1.01
Output / M $1.21 公式価格 $6.09
Cache $0.02 公式価格 $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 $0.80 公式価格 $5.00
Output / M $4.00 公式価格 $30.00
Cache $0.08 公式価格 $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 $0.40 公式価格 $2.00
Output / M $2.40 公式価格 $12.00
Cache $0.04 公式価格 $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 の高速ティア。100万トークンのウィンドウを保ったまま大量の処理を行う用途向け。
Input / M $0.44 公式価格 $0.44
Output / M $1.32 公式価格 $1.32
Cache $0.01 公式価格 $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 のフロンティアティア。100万トークンのウィンドウを、フロンティア価格の何分の一かで。
Input / M $1.32 公式価格 $1.32
Output / M $3.96 公式価格 $3.96
Cache $0.04 公式価格 $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 $0.95 公式価格 $0.95
Output / M $4.00 公式価格 $4.00
Cache $0.19 公式価格 $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 のフロンティアモデル。ソフトウェア開発と深い推論のための100万トークンウィンドウ。
Input / M $3.00 公式価格 $3.00
Output / M $15.00 公式価格 $15.00
Cache $0.30 公式価格 $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"}
}'