x-ai/grok-4.3
1,000,000 context · $1.25/M input tokens · $2.50/M output tokens
Grok 4.3 is xAI’s advanced reasoning model designed for agentic workflows, complex instruction-following, and high-accuracy knowledge tasks. It supports both text and image inputs, generating text outputs with configurable reasoning depth across none, low, medium, and high effort modes (default: low).
The model features an industry-leading 1 million token context window with no fixed output token limit, enabling long-document analysis, deep research, multi-step reasoning, and large-scale autonomous agent applications.
Pricing is usage-tiered, with higher rates applied to requests exceeding 200K total tokens.
従量課金
初期費用なし、使った分だけお支払い
以下のコード例を使用して API と連携してください:
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="x-ai/grok-4.3",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)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...
This model is imported from OpenRouter metadata and exposed through the WaveSpeed AI OpenAI-compatible API for chat completions and compatible application workflows.
| Specification | Value |
|---|---|
| Provider | xai |
| Model Type | Chat Completions model |
| Architecture | text+image->text |
| Context Window | 1000000 tokens |
| Max Input | Not listed |
| Max Output | Not listed |
| Input | Text, Image |
| Output | Text |
| Vision | Supported |
| Function Calling | Supported |
| Structured Outputs | Supported |
| OpenRouter Created | April 30, 2026 |
Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: x-ai/grok-4.3
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="x-ai/grok-4.3",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)
curl https://llm.wavespeed.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "x-ai/grok-4.3",
"messages": [{"role": "user", "content": "Hello!"}]
}'x-ai/grok-4.3
Grok 4.3 is xAI’s advanced reasoning model designed for agentic workflows, complex instruction-following, and high-accuracy knowledge tasks. It supports both text and image inputs, generating text outputs with configurable reasoning depth across none, low, medium, and high effort modes (default: low). The model features an industry-leading 1 million token context window with no fixed output token limit, enabling long-document analysis, deep research, multi-step reasoning, and large-scale autonomous agent applications. Pricing is usage-tiered, with higher rates applied to requests exceeding 200K total tokens.
入力
$1.25 /M
出力
$2.5 /M
コンテキスト
1000K
Vision
対応
ツール利用
対応
WaveSpeedAI の料金: 入力 100 万トークンあたり $1.25、出力 100 万トークンあたり $2.50。プロンプトキャッシュとバッチ処理は別途料金で、長く反復的なワークロードでは実効コストを下げられます。
Grok 4.3 はリクエストあたり最大 1000K のコンテキストトークンと最大 — の出力トークンをサポートします。
はい。WaveSpeedAI は OpenAI 互換エンドポイント https://llm.wavespeed.ai/v1 で Grok 4.3 を提供します。公式 OpenAI SDK のベース URL をこちらに変更し WaveSpeedAI の API キーを設定するだけで利用可能です。
WaveSpeedAI にサインインし、Access Keys で API キーを作成して、上に表示されているモデル ID を指定して https://llm.wavespeed.ai/v1/chat/completions にリクエストを送信してください。新規アカウントには Grok 4.3 を試用できる無料クレジットが付与されます。