首页 / 文本生成 / Grok 4.20

Free Grok 4.20 API

更新于 2026/6/8

xAI Grok 4.20(推理/非推理/多代理)。 Vercel 的 5 美元/月信用卡免费; 在 Cloudflare 上付费但无钥匙(统一计费)。

关于该模型

Grok 4.20

Grok 4.20 提供多种运行档位,适配不同的延迟与质量需求:

  • reasoning:开启扩展推理,攻坚复杂任务(xai/grok-4.20-0309-reasoning)。
  • non-reasoning:跳过思考链,极速响应(xai/grok-4.20-0309-non-reasoning)。
  • multi-agent:多智能体协同(xai/grok-4.20-multi-agent-0309)。

Vercel 每月 $5 免 Key 额度内免费Cloudflare 免 Key 但付费(统一计费、原价透传)。

如何调用 Grok 4.20

javascript
import { streamText } from 'ai';
const { textStream } = streamText({
  model: 'xai/grok-4.20-reasoning',
  prompt: 'Plan a 3-step refactor.',
});
for await (const chunk of textStream) process.stdout.write(chunk);
curl
curl https://ai-gateway.vercel.sh/v1/chat/completions \
  -H "Authorization: Bearer $AI_GATEWAY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"xai/grok-4.20-reasoning","messages":[{"role":"user","content":"Plan a 3-step refactor."}]}'

免费渠道比价

以下平台通过免费层、试用额度或每日配额提供 Grok 4.20 的免费访问。

供应商上下文窗口免费配额需绑卡评分操作
Vercel AI Gateway暂无每月额度
$5/月
加载评分…
Details
Cloudflare Workers AI暂无paid
加载评分…
Details

常见问题

Grok 4.20 可以免费使用吗?

可以。Grok 4.20 目前可通过下方列出的 2 个提供方免费使用,无需付费。

有哪些速率限制和额度?

免费额度因提供方而异 —— Vercel AI Gateway: 每月额度; Cloudflare Workers AI: paid。

如何获取 Grok 4.20 的免费 API key?

在 Vercel AI Gateway 注册后,从控制台创建 API key;具体步骤见上方提供方详情。

哪些提供方免费提供 Grok 4.20?

Grok 4.20 目前可通过以下提供方免费使用:Vercel AI Gateway, Cloudflare Workers AI。

社区反馈

评论与你的 GitHub 账号绑定,登录后即可参与讨论。

知道 Grok 4.20 的其他免费渠道?

分享您知道的免费访问方式,帮助整个社区。