現已上線
xAI
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...
TextReasoningToolsFilesVision1MCacheWebSearch
輸入$1.31/ 1M
輸出$2.63/ 1M
端點anthropic, openai
能力
推理工具視覺快取結構化網路搜尋
模態
輸入
textimage
輸出
text
快速統計
上下文視窗1M
最大輸出1M
模式chat
分詞器Grok
效能
正在載入效能資料...
支援的參數
| 參數 | 始終 | 預設值 |
|---|---|---|
| frequency_penalty | (不傳送) | |
| include_reasoning | - | |
| logprobs | - | |
| max_tokens | - | |
| presence_penalty | (不傳送) | |
| reasoning | - | |
| repetition_penalty | - | (不傳送) |
| response_format | - | |
| seed | - | |
| stop | - | |
| structured_outputs | - | |
| temperature | (不傳送) | |
| tool_choice | - | |
| tools | - | |
| top_k | - | (不傳送) |
| top_logprobs | - | |
| top_p | (不傳送) |
§ 01
價格
| 輸入價格 | $1.31/每百萬 tokens |
| 輸出價格 | $2.63/每百萬 tokens |
| 相容端點 | anthropic, openai |
| 供應商 | xAI |
§ 02
從您的程式碼呼叫 grok-4.3
將任何 OpenAI 相容 SDK 指向 UnoRouter,並以名稱請求模型。請將 YOUR_API_KEY 換成您儀表板上的真實金鑰。
bash
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "grok-4.3",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
常見問題
grok-4.3 每百萬 tokens 的費用是多少?
輸入每百萬 tokens 定價 $1.31,輸出每百萬 tokens 定價 $2.63。計費以 token 為單位,不會湊整到批次大小。
我要如何透過 API 使用 grok-4.3?
將請求送至 UnoRouter 的 /v1/chat/completions 端點,並將 model 設為 grok-4.3。任何 OpenAI 相容的用戶端程式庫都可使用。驗證採用標準 Bearer token。
§ 04