# Webway > Anthropic、OpenAI、DeepSeek、Moonshot AI のモデルを、1つの API キーと1つの OpenAI 互換エンドポイントで。 Webway is an OpenAI-compatible gateway: one endpoint routes completions across providers, meters tokens, and bills against prepaid credit. The catalogue at https://webway.sh is public; each model has its own page with pricing and context window. ## Models - [Claude Opus 5 (Anthropic)](https://webway.sh/ja/models/claude-opus-5): 高難度の推論、大規模コードベース、エージェント処理向けのフロンティア Claude モデル。 Context 200K; $1.50 per 1M input tokens, $7.50 per 1M output. - [Claude Sonnet 5 (Anthropic)](https://webway.sh/ja/models/claude-sonnet-5): 大量のコーディング、チャット、ツール利用向けの低コストな Claude ティア。 Context 200K; $0.90 per 1M input tokens, $4.50 per 1M output. - [GPT-5.6 Luna (OpenAI)](https://webway.sh/ja/models/gpt-5.6-luna): GPT-5.6 の最安ティア。大量のチャット、分類、軽量なエージェント処理向け。 Context 1.05M; $0.20 per 1M input tokens, $1.21 per 1M output. - [GPT-5.6 Sol (OpenAI)](https://webway.sh/ja/models/gpt-5.6-sol): GPT-5.6 の最上位ティア。長期にわたるエージェント処理、高難度の推論、コマンドラインでのコーディング向け。 Context 1.05M; $0.80 per 1M input tokens, $4.00 per 1M output. - [GPT-5.6 Terra (OpenAI)](https://webway.sh/ja/models/gpt-5.6-terra): GPT-5.6 の中間ティア。日常的なコーディング、推論、ツール利用で性能とコストを両立。 Context 1.05M; $0.40 per 1M input tokens, $2.40 per 1M output. - [DeepSeek V4 Flash (DeepSeek)](https://webway.sh/ja/models/deepseek-v4-flash): DeepSeek の高速ティア。100万トークンのウィンドウを保ったまま大量の処理を行う用途向け。 Context 1M; $0.44 per 1M input tokens, $1.32 per 1M output. - [DeepSeek V4 Pro (DeepSeek)](https://webway.sh/ja/models/deepseek-v4-pro): DeepSeek のフロンティアティア。100万トークンのウィンドウを、フロンティア価格の何分の一かで。 Context 1M; $1.32 per 1M input tokens, $3.96 per 1M output. - [Kimi K2.7 Code (Moonshot AI)](https://webway.sh/ja/models/kimi-k2.7-code): Kimi のコーディング専用モデル。リポジトリ全体にわたる指示追従向け。 Context 262K; $0.95 per 1M input tokens, $4.00 per 1M output. - [Kimi K3 (Moonshot AI)](https://webway.sh/ja/models/kimi-k3): Moonshot のフロンティアモデル。ソフトウェア開発と深い推論のための100万トークンウィンドウ。 Context 1.05M; $3.00 per 1M input tokens, $15.00 per 1M output. ## Documentation - [はじめに](https://webway.sh/ja/docs): Anthropic、OpenAI、DeepSeek、Moonshot AIのモデルを、1つのAPIキーと1つのエンドポイントで利用できます。 - [クイックスタート](https://webway.sh/ja/docs/quickstart): キーを作成し、数分でモデルからの応答を受け取ります。 - [認証](https://webway.sh/ja/docs/authentication): Webway の API キーを安全に作成・送信・ローテーション・失効する方法。 - [エラー](https://webway.sh/ja/docs/errors): Webwayのエラーレスポンス、ステータスコード、安全な再試行方法について説明します。 - [モデルの役割](https://webway.sh/ja/docs/clients/model-roles): 1つのクライアントに3つのモデルを設定し、メインループ、サブエージェント、バックグラウンド呼び出しでプロバイダーを自由に組み合わせられます。 - [Codex CLI](https://webway.sh/ja/docs/clients/codex-cli): Responses API 経由で Codex を Webway につなぎます。 - [Claude Code](https://webway.sh/ja/docs/clients/claude-code): Claude Code を Webway の Anthropic 互換 Messages エンドポイントに向けます。 - [Gemini CLI](https://webway.sh/ja/docs/clients/gemini-cli): Gemini CLI を Webway の Gemini 互換ゲートウェイに向けて設定します。 - [OpenClaw](https://webway.sh/ja/docs/clients/openclaw): OpenClaw に Webway を OpenAI 互換のプロバイダーとして登録します。 - [Hermes](https://webway.sh/ja/docs/clients/hermes): Hermes Agent を OpenAI 互換のカスタムエンドポイントとして Webway につなぎます。 - [Trae Solo](https://webway.sh/ja/docs/clients/trae-solo): Trae Solo に Webway を OpenAI 互換のカスタムモデルプロバイダーとして追加します。 - [Chat completions](https://webway.sh/ja/docs/api/chat-completions): OpenAI 互換のメッセージ、ツール、ストリーミングを扱う POST /v1/chat/completions。 - [Responses API](https://webway.sh/ja/docs/api/responses): テキスト、ツール呼び出し、マルチモーダル入力、Codex クライアントに対応する POST /v1/responses。 - [Claude Messages](https://webway.sh/ja/docs/api/claude-messages): Anthropic 互換のメッセージ、ツール、ストリーミングを扱う POST /v1/messages。 - [画像生成](https://webway.sh/ja/docs/api/image-generation): OpenAI 互換の text-to-image リクエストを扱う POST /v1/images/generations。 - [プロトコル変換](https://webway.sh/ja/docs/api/translation): あらゆるエンドポイントであらゆるモデルを使える仕組み、変更されずに転送される内容、変換では引き継げない項目。 ## Blog - [Hello world](https://webway.sh/ja/blog/hello-world): ブログの一覧と RSS フィードに複数の記事が並ぶよう、仮に置いてある2本目の記事です。 - [記事を書く](https://webway.sh/ja/blog/writing-a-post): ブログ記事に必要なフロントマターを説明する仮の記事です。公開前に差し替えてください。 ## Optional - [Full text of every page](https://webway.sh/ja/llms-full.txt): All docs and posts as plain markdown - [RSS feed](https://webway.sh/ja/blog/rss.xml): New blog posts