AICredits logo
x-aivision

SpaceXAI: Grok 4.3

x-ai/grok-4.3

Grok 4.3 is a reasoning model from SpaceXAI. It accepts text and image inputs with text output, and is suited for agentic workflows, instruction-following tasks, and applications requiring high factual...

Supported APIs

Chat APIVision
Context
1.0M
Max output
Input / 1M
₹125.49
Cached / 1M
₹20.08
Output / 1M
₹250.99

Pricing

Token typeUSD / 1MINR / 1M
Input$1.25₹125.49
Cached inputprompt cache read$0.20020.08
Output$2.50₹250.99

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call SpaceXAI: Grok 4.3 through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "x-ai/grok-4.3",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.