GROK 4 6
Access grok-4-6 free through Vercel's $5 monthly credit.
Updated 8/30/20261 code examples
About the Model
为什么选择 Grok 4.6?
Grok 4.6 是 xAI 依托 Colossus 超算集群训练的 2026 全新旗舰,拥有业界最强的实时全网信息感知与极速工具调用能力。
- 实时全网动态洞察:毫秒级直连实时数据流,能精准捕获全球正在发生的突发事件与行业前沿。
- 高并发 Agent 工具调用:针对超大规模集群优化,在多步骤 API 编排与自动化检索中爆发力极强。
- 真实无修饰输出:观点鲜明直接,逻辑推理锋利,拒绝模棱两可与无效过度润色。
How to Access for Free (via Vercel AI Gateway)
限频免费试用说明
Vercel 为每个团队(包括免费的 Hobby 个人计划)每月提供了价值 $5 的系统层 AI 额度。只要您当月的调用未超出 $5 的等值 token 消耗,即可通过 Vercel AI SDK 免费试用此模型。
Try it in your browser
Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.
Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.
Code Examples
javascript
import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
const { text } = await generateText({
model: xai('grok-4.6'),
prompt: 'Hello AI!',
});
console.log(text);
Community Feedback
Comments are tied to your GitHub account — sign in to join the discussion.