June 🎉 GPT 15% Off 🎉 All series, all month 🔥詳細はこちら
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
機能
VisionFunction Calling推論
利用可能なプロバイダー
AzureAzure
対応プロトコル
OpenAIopenaiAnthropicanthropic

Providers

AzureAzure
入力トークン
$1.25/M
出力トークン
$2.5/M
キャッシュ読込
$0.02/M
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

コード例

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です。従量課金制、月額料金なし。