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 context window
128K max output tokens
Released: 2026-04-30
Supported Protocols:OpenAIopenai
Available Providers:AzureAzure
Capabilities:VisionFunction CallingReasoning

Providers

AzureAzure
Input Tokens
$1.25/M
Output Tokens
$2.5/M
Cache Read
$0.02/M
Protocols
OpenAIopenai/v1/chat/completions/v1/responses

Code Examples

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)

Frequently Asked Questions

xAI: Grok 4.3 on Ofox.ai costs $1.25/M per million input tokens and $2.5/M per million output tokens. Pay-as-you-go, no monthly fees.