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 最大出力トークン
リリース日: 2026-04-30
対応プロトコル:OpenAIopenai
利用可能なプロバイダー:AzureAzure
機能:VisionFunction Calling推論

Providers

AzureAzure
入力トークン
$1.25/M
出力トークン
$2.5/M
キャッシュ読込
$0.02/M
Protocols
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)

よくある質問

Ofox.aiでのxAI: Grok 4.3の料金は、入力100万トークンあたり$1.25/M、出力100万トークンあたり$2.5/Mです。従量課金制、月額料金なし。