6月 🎉 GPT 85 折 🎉 直降 15% 全系列生效 🔥查看详情
Grok

xAI: Grok 4.3

Chat
x-ai/grok-4.3

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
最大输出 Token
128K
发布日期
2026-04-30
能力
视觉函数调用推理
可用供应商
AzureAzure
支持的协议
OpenAIopenaiAnthropicanthropic

供应商

AzureAzure
输入 Token
$1.25/M
输出 Token
$2.5/M
缓存读取
$0.02/M
接入协议
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

代码示例

from openai import OpenAI
client = 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。按量计费,无月费。