定价

用多少,付多少

按 token 计费,没有月费和最低消费。自带密钥 (BYOK) 模式下模型费用留在你自己的云账户,3 个模型永久免费。

透明定价

对比按量付费与 BYOK 两种模式下的模型定价。

查看全部定价
anthropic
Claude Sonnet 4.6
输入$3.60 每百万 Tokens
输出$18.00 每百万 Tokens
openai
GPT-4o
输入$3.00 每百万 Tokens
输出$12.00 每百万 Tokens
google
Gemini 2.5 Pro
输入$1.50 每百万 Tokens
输出$12.00 每百万 Tokens
安全结账

支付通过 Stripe Checkout 处理。

可用的银行卡和钱包方式会因地区与资格而变化。最终支持的支付方式会在你确认购买前的结账页明确展示。

VISAMastercardGoogle PayStripe

定价 FAQ

关于费用、计费和 BYOK 的常见疑问。

Start building in 3 lines of code

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.therouter.ai/v1",
  apiKey: "sk-your-key",
});

const response = await client.chat.completions.create({
  model: "anthropic/claude-sonnet-4.6",
  messages: [{ role: "user", content: "Hello!" }],
});
客服支持