Home / Text Generation / Grok 4.3

Free Grok 4.3 API

Updated 6/8/2026

xAI flagship text model — 1M-token context, real-time X data, strong agentic tool calling. Free on Vercel ($5/mo); paid-but-keyless on Cloudflare (Unified Billing).

About the Model

为什么选择 Grok 4.3?

Grok 4.3 是 xAI 当前的旗舰文本模型,主打实时性与 agentic 能力。

  • 100 万 token 上下文:整本书、超长代码库一次喂入。
  • 实时接入 X 数据:掌握全球此刻正在发生的事,时效性远超训练截止式模型。
  • 强 agentic 工具调用:针对 Colossus 超算集群深度优化。
  • 原生读图:支持图像输入理解。

可在 Vercel(每月 $5 免 Key 额度)免费调用;Cloudflare 免 Key 但付费(AI Gateway 统一计费,按 xAI 原价透传、需先充值)。

How to call Grok 4.3

curl
curl https://api.cloudflare.com/client/v4/accounts/$CF_ACCOUNT_ID/ai/run/xai/grok-4.3 \
  -H "Authorization: Bearer $CF_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"messages":[{"role":"user","content":"Explain black holes in one sentence."}]}'
javascript
// Cloudflare Worker: no extra key/env; Grok is billed directly by Cloudflare
export default {
  async fetch(request, env) {
    const res = await env.AI.run('xai/grok-4.3', {
      messages: [{ role: 'user', content: 'Explain black holes in one sentence.' }],
    });
    return Response.json(res);
  },
};

Compare Free Providers

The following platforms provide free access to Grok 4.3 through free tiers, trial credits, or daily quotas.

ProviderContext WindowFree QuotaRequires CCTrustAction
Cloudflare Workers AI1000KpaidYes
Trust 99
Details
Vercel AI Gateway1000KMonthly Credits
$5/mo
No
Trust 98
Details

Frequently Asked Questions

Is Grok 4.3 free to use?

Yes. Grok 4.3 is available for free through 2 provider(s) listed below, with no purchase required.

What are the rate limits and quotas?

Free access varies by provider — Cloudflare Workers AI: paid; Vercel AI Gateway: Monthly Credits.

How do I get a free Grok 4.3 API key?

Sign up with Cloudflare Workers AI, then create an API key from your dashboard. See the provider details above for the exact steps.

Which providers offer Grok 4.3 for free?

Grok 4.3 is currently available for free via: Cloudflare Workers AI, Vercel AI Gateway.

Know another free provider for Grok 4.3?

Help the community by sharing other ways to access this model for free.