Grok 4.3 is a reasoning model from xAI. It accepts text and image inputs with text output, and is suited for agentic workflows, instruction-following tasks, and applications requiring high factual...
1M 上下文窗口
128K 最大输出 token
发布日期: 2026-04-30
支持的协议:openai
可用供应商:Azure
能力:视觉函数调用推理
供应商
Azure
输入 Token
$1.25/M
输出 Token
$2.5/M
缓存读取
$0.02/M
接入协议
openai
/v1/chat/completions/v1/responses代码示例
from openai import OpenAIclient = OpenAI(base_url="https://api.ofox.ai/v1",api_key="YOUR_OFOX_API_KEY",)response = client.chat.completions.create(model="x-ai/grok-4.3",messages=[{"role": "user", "content": "Hello!"}],)print(response.choices[0].message.content)
相关模型
常见问题
xAI: Grok 4.3 在 Ofox.ai 上的价格为输入 $1.25/M/百万 Token,输出 $2.5/M/百万 Token。按量计费,无月费。
xAI: Grok 4.3 支持 1M Token 的上下文窗口,最大输出 128K Token,可处理大型文档并维持长对话。
只需将 base URL 设置为 https://api.ofox.ai/v1,并使用你的 Ofox API Key。API 兼容 OpenAI 格式——只需更改 base URL 和 API Key 即可。
xAI: Grok 4.3 支持以下能力:视觉, 函数调用, 推理。通过 Ofox.ai 统一 API 访问所有功能。