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 上下文視窗
128K 最大輸出 token
發布日期: 2026-04-30
支援的協定:OpenAIopenai
可用供應商:AzureAzure
能力:視覺函式呼叫推理

供应商

AzureAzure
輸入 Token
$1.25/M
輸出 Token
$2.5/M
快取讀取
$0.02/M
接入协议
OpenAIopenai/v1/chat/completions/v1/responses

程式碼範例

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。按量計費,無月費。