xAI: Grok 4.3
Chatx-ai/grok-4.3Grok 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
能力
視覺函式呼叫推理
可用供應商
Azure
支援的協定
openaianthropic
供应商
Azure
輸入 Token
$1.25/M
輸出 Token
$2.5/M
快取讀取
$0.02/M
接入协议
openai
/v1/chat/completions/v1/responsesanthropic
程式碼範例
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 存取所有功能。