# Webway > 一个 API 密钥、一个 OpenAI 兼容端点,即可调用 Anthropic、OpenAI、DeepSeek 和 Moonshot AI 的模型。 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/zh-Hans/models/claude-opus-5): 前沿 Claude 模型,面向高难度推理、大型代码库和智能体任务。 Context 200K; US$1.50 per 1M input tokens, US$7.50 per 1M output. - [Claude Sonnet 5 (Anthropic)](https://webway.sh/zh-Hans/models/claude-sonnet-5): 高性价比的 Claude 档位,面向大批量编码、对话和工具调用。 Context 200K; US$0.90 per 1M input tokens, US$4.50 per 1M output. - [GPT-5.6 Luna (OpenAI)](https://webway.sh/zh-Hans/models/gpt-5.6-luna): GPT-5.6 最低价档位,面向大批量对话、分类和轻量智能体任务。 Context 1.05M; US$0.20 per 1M input tokens, US$1.21 per 1M output. - [GPT-5.6 Sol (OpenAI)](https://webway.sh/zh-Hans/models/gpt-5.6-sol): GPT-5.6 旗舰档位,面向长周期智能体任务、高难度推理和命令行编码。 Context 1.05M; US$0.80 per 1M input tokens, US$4.00 per 1M output. - [GPT-5.6 Terra (OpenAI)](https://webway.sh/zh-Hans/models/gpt-5.6-terra): GPT-5.6 中间档位,在能力与成本之间取得平衡,面向日常编码、推理和工具调用。 Context 1.05M; US$0.40 per 1M input tokens, US$2.40 per 1M output. - [DeepSeek V4 Flash (DeepSeek)](https://webway.sh/zh-Hans/models/deepseek-v4-flash): DeepSeek 的高速档位,面向仍需百万 token 上下文窗口的大批量任务。 Context 1M; US$0.44 per 1M input tokens, US$1.32 per 1M output. - [DeepSeek V4 Pro (DeepSeek)](https://webway.sh/zh-Hans/models/deepseek-v4-pro): DeepSeek 的前沿档位,以前沿模型零头的价格提供百万 token 上下文窗口。 Context 1M; US$1.32 per 1M input tokens, US$3.96 per 1M output. - [Kimi K2.7 Code (Moonshot AI)](https://webway.sh/zh-Hans/models/kimi-k2.7-code): Kimi 的专用编码模型,面向贯穿整个代码仓库的指令遵循。 Context 262K; US$0.95 per 1M input tokens, US$4.00 per 1M output. - [Kimi K3 (Moonshot AI)](https://webway.sh/zh-Hans/models/kimi-k3): Moonshot 的前沿模型,百万 token 上下文窗口,面向软件工程和深度推理。 Context 1.05M; US$3.00 per 1M input tokens, US$15.00 per 1M output. ## Documentation - [简介](https://webway.sh/zh-Hans/docs): 使用一个 API 密钥和一个端点,即可调用 Anthropic、OpenAI、DeepSeek 和 Moonshot AI 的模型。 - [快速开始](https://webway.sh/zh-Hans/docs/quickstart): 创建密钥并在几分钟内获得模型响应。 - [身份验证](https://webway.sh/zh-Hans/docs/authentication): 安全地创建、发送、轮换和吊销 Webway API 密钥。 - [错误](https://webway.sh/zh-Hans/docs/errors): 了解 Webway 的错误响应、状态码和安全重试方式。 - [模型角色](https://webway.sh/zh-Hans/docs/clients/model-roles): 为一个客户端配置三个模型——主循环、子代理和后台调用——并可自由混用不同提供商。 - [Codex CLI](https://webway.sh/zh-Hans/docs/clients/codex-cli): 通过 Responses API 让 Codex 使用 Webway。 - [Claude Code](https://webway.sh/zh-Hans/docs/clients/claude-code): 将 Claude Code 指向 Webway 的 Anthropic 兼容 Messages 端点。 - [Gemini CLI](https://webway.sh/zh-Hans/docs/clients/gemini-cli): 配置 Gemini CLI 以使用 Webway 的 Gemini 兼容网关。 - [OpenClaw](https://webway.sh/zh-Hans/docs/clients/openclaw): 在 OpenClaw 中将 Webway 注册为兼容 OpenAI 的提供方。 - [Hermes](https://webway.sh/zh-Hans/docs/clients/hermes): 将 Hermes Agent 作为自定义 OpenAI 兼容端点接入 Webway。 - [Trae Solo](https://webway.sh/zh-Hans/docs/clients/trae-solo): 在 Trae Solo 中将 Webway 添加为自定义的 OpenAI 兼容模型提供方。 - [对话补全](https://webway.sh/zh-Hans/docs/api/chat-completions): POST /v1/chat/completions,支持 OpenAI 兼容的消息、工具与流式输出。 - [Responses API](https://webway.sh/zh-Hans/docs/api/responses): POST /v1/responses,用于文本、工具调用、多模态输入以及 Codex 客户端。 - [Claude Messages](https://webway.sh/zh-Hans/docs/api/claude-messages): 通过 POST /v1/messages 使用与 Anthropic 兼容的消息、工具和流式传输。 - [图像生成](https://webway.sh/zh-Hans/docs/api/image-generation): POST /v1/images/generations,用于兼容 OpenAI 的文本生成图像请求。 - [协议转换](https://webway.sh/zh-Hans/docs/api/translation): 任何模型都可用于任何端点,并说明哪些内容会原样转发,以及转换无法承载的少数内容。 ## Blog - [你好,世界](https://webway.sh/zh-Hans/blog/hello-world): 第二篇占位文章,用于让博客索引和 RSS 订阅源有不止一条内容。 - [撰写文章](https://webway.sh/zh-Hans/blog/writing-a-post): 说明博客文章所需前置数据的占位文章。上线前请替换。 ## Optional - [Full text of every page](https://webway.sh/zh-Hans/llms-full.txt): All docs and posts as plain markdown - [RSS feed](https://webway.sh/zh-Hans/blog/rss.xml): New blog posts