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
対応プロトコル:openai
利用可能なプロバイダー:Azure
機能:VisionFunction Calling推論
Providers
Azure
入力トークン
$1.25/M
出力トークン
$2.5/M
キャッシュ読込
$0.02/M
Protocols
openai
/v1/chat/completions/v1/responsesコード例
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)
関連モデル
よくある質問
Ofox.aiでのxAI: Grok 4.3の料金は、入力100万トークンあたり$1.25/M、出力100万トークンあたり$2.5/Mです。従量課金制、月額料金なし。
xAI: Grok 4.3は1Mトークンのコンテキストウィンドウと最大128Kトークンの出力に対応。大規模ドキュメントの処理や長い会話の維持が可能です。
ベースURLをhttps://api.ofox.ai/v1に設定し、Ofox APIキーを使用するだけ。OpenAI互換APIなので、既存コードのベースURLとAPIキーを変更するだけです。
xAI: Grok 4.3は以下の機能に対応:Vision, Function Calling, 推論。Ofox.ai統合APIですべての機能にアクセスできます。