T
traeai
登录
返回首页
Vercel News

Grok 4.3 on AI Gateway

7.0Score
Grok 4.3 on AI Gateway

TL;DR · AI 摘要

Vercel AI Gateway 现已支持 Grok 4.3,该模型更新了2025年12月的知识库截止点与100万字符的上下文窗口,增强了准确性、工具调用与指令遵循能力。开发者可通过AI SDK使用此模型。

核心要点

  • Grok 4.3在Vercel AI Gateway上线,提升精度、工具调用及指令执行。
  • 模型知识库更新至2025年12月,拥有100万字符上下文窗口。
  • 通过设置`xai/grok-4.3`在AI SDK中即可应用新模型。

结构提纲

按章节快速跳转。

  1. 介绍Grok 4.3模型在AI Gateway上的可用性及主要更新内容。

  2. 概述模型的改进之处,包括知识库截止时间、上下文窗口大小以及性能增强。

  3. 提供在AI SDK中启用Grok 4.3模型的具体代码示例。

思维导图

用一张图看清主题之间的关系。

查看大纲文本(无障碍 / 无 JS 友好)
  • Grok 4.3 更新
    • AI Gateway集成
      • 模型部署
    • 性能提升
      • 准确性
      • 工具调用
      • 指令遵循
    • 使用指南
      • AI SDK配置

金句 / Highlights

值得收藏与分享的关键句。

#Vercel#AI Gateway#Grok 4.3#AI SDK#模型更新
打开原文

Grok 4.3 on AI Gateway - Vercel

Skip to content

[](http://vercel.com/home)

  • Products
  • ##### Core Platform
  • Resources
  • ##### Company
  • ##### Learn
  • ##### Open Source
  • Solutions
  • ##### Use Cases
  • ##### Tools
  • ##### Users

Ask AI

Ask AILog In

Sign UpSign Up

Blog/Changelog

Grok 4.3 on AI Gateway

![Image 1 Walter Korman Software Engineer](https://twitter.com/shaper)![Image 2 Jerilyn Zheng Product, AI Gateway](https://twitter.com/jerilynzheng)

1 min read

Copy URL

Copied to clipboard!

Apr 30, 2026

Grok 4.3 is now available on Vercel AI Gateway. The model has a December 2025 knowledge cutoff and a 1M token context window. The model has improvements in accuracy, tool calling, and instruction following.

To use Grok 4.3, set model to xai/grok-4.3 in the AI SDK.

code
1import { streamText } from 'ai';2
3const result = streamText({4  model: 'xai/grok-4.3',5  prompt: 'Analyze this dataset and summarize the key trends.',6});

AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, observability, Bring Your Own Key support, and intelligent provider routing with automatic retries.

Learn more about AI Gateway, view the AI Gateway model leaderboard or try it in our model playground.

Ready to deploy?Start building with a free account. Speak to an expert for your _Pro_ or Enterprise needs.

Start DeployingTalk to an Expert

Explore Vercel Enterprise with an interactive product tour, trial, or a personalized demo.

Explore Enterprise

Get Started

Build

Scale

Secure

Resources

Learn

Frameworks

SDKs

Use Cases

Company

Community

[](http://vercel.com/home)

Loading status…Select a display theme:system light dark

AI 可能会生成不准确的信息,请核实重要内容