Seedance 2.0 20 % RABATT | Im Video Generator erstellen →
xai
x-ai/grok-4.3

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.

Preise

Pay-per-Use

Keine Vorabkosten, zahlen Sie nur, was Sie nutzen

Eingabe
200K $1.25 / M Tokens
> 200K $2.50 / M Tokens
Ausgabe
200K $2.50 / M Tokens
> 200K $5.00 / M Tokens
Cache Read
200K $0.20 / M Tokens
> 200K $0.40 / M Tokens

Modell ausprobieren

x-ai/grok-4.3
Online
xai
Hallo! Ich bin ein hilfreicher KI-Assistent. Womit kann ich helfen?

API-Nutzung

Verwenden Sie die folgenden Codebeispiele zur Integration mit unserer 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)

Modelleinführung

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...

This model is imported from OpenRouter metadata and exposed through the WaveSpeed AI OpenAI-compatible API for chat completions and compatible application workflows.


Why It Looks Great

  • text+image->text architecture for Text, Image to Text workloads
  • 1000000 context window for long prompts, document analysis, and multi-turn workflows
  • Competitive pricing at $1.25/$2.5 per million tokens
  • Vision input support for image understanding and multimodal tasks
  • Function calling and tool-use support for agentic application workflows
  • Structured output support for JSON responses and schema-constrained generation
  • Reasoning controls available through supported OpenRouter parameters

Key Features

  • Context Window: 1000000 tokens
  • Max Input: Not listed
  • Max Output: Not listed
  • Vision: Supported
  • Function Calling: Supported
  • Structured Outputs: Supported
  • Image Generation: Not listed
  • Audio Input: Not listed
  • Supported Parameters: frequency_penalty, include_reasoning, logprobs, max_tokens, presence_penalty, reasoning, response_format, seed, stop, structured_outputs, temperature, tool_choice, tools, top_logprobs, top_p

Specifications

SpecificationValue
Providerxai
Model TypeChat Completions model
Architecturetext+image->text
Context Window1000000 tokens
Max InputNot listed
Max OutputNot listed
InputText, Image
OutputText
VisionSupported
Function CallingSupported
Structured OutputsSupported
OpenRouter CreatedApril 30, 2026

How to Use

  1. Write your prompt - describe the task, provide context, and specify the desired output format.
  2. Submit - the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: x-ai/grok-4.3


API Usage

Python SDK

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

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!"}]
  }'

Info

Anbieterxai
Typllm

Unterstützte Funktionen

Eingabe
TextBild
Ausgabe
Text
Kontext1,000,000
Max. Ausgabe-
Vision✓ Unterstützt
Function Calling✓ Unterstützt

API-Zugriffsanleitung

Base URLhttps://llm.wavespeed.ai/v1
API-Endpunktchat/completions
Modell-IDx-ai/grok-4.3

Grok 4.3 API

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.

Eingabe

$1.25 /M

Ausgabe

$2.5 /M

Kontext

1000K

Vision

Unterstützt

Tool-Nutzung

Unterstützt

Grok 4.3 auf WaveSpeedAI testen

Zugriff auf Grok 4.3 über unsere einheitliche API — OpenAI-kompatibel, keine Kaltstarts, transparente Preise.

Häufige Fragen zu Grok 4.3

Wie viel kostet die Grok 4.3-API?+

Preise auf WaveSpeedAI: $1.25 pro Million Input-Tokens und $2.50 pro Million Output-Tokens. Prompt-Caching und Batch-Verarbeitung werden separat berechnet und reduzieren die effektiven Kosten bei langen, sich wiederholenden Workloads.

Wie groß ist das Kontextfenster von Grok 4.3?+

Grok 4.3 unterstützt bis zu 1000K Kontext-Tokens und bis zu — Output-Tokens pro Anfrage.

Ist Grok 4.3 OpenAI-kompatibel?+

Ja. WaveSpeedAI stellt Grok 4.3 über einen OpenAI-kompatiblen Endpunkt unter https://llm.wavespeed.ai/v1 bereit. Richten Sie das offizielle OpenAI SDK mit Ihrem WaveSpeedAI-API-Schlüssel auf diese Base-URL — keine weiteren Codeänderungen erforderlich.

Wie starte ich mit Grok 4.3?+

Bei WaveSpeedAI anmelden, in Access Keys einen API-Schlüssel erstellen und eine Anfrage an https://llm.wavespeed.ai/v1/chat/completions mit der oben angezeigten Model-ID senden. Neue Konten erhalten kostenlose Credits, um Grok 4.3 zu testen.

Verwandte LLM-APIs