Back to Models
xAI: Grok 4.3 AI Model Icon

xAI: Grok 4.3

x-ai/grok-4.3

Description

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

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: xAI: Grok 4.3 (x-ai/grok-4.3)

curl https://api.ridvay.com/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": "Explain the capabilities of the xAI: Grok 4.3 model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text
  • Images

API Pricing

  • Input: 1.25$ / 1M tokens
  • Output: 2.5$ / 1M tokens

Token Limits

  • Max Output: 1,000,000 tokens
  • Max Context: 1,000,000 tokens

Subscription Tiers

  • free
  • pro
  • ultimate