AICredits logo
x-aivision

SpaceXAI: Grok 4.20

x-ai/grok-4.20

Grok 4.20 is a reasoning model from SpaceXAI with industry-leading speed and agentic tool calling capabilities. It combines the lowest hallucination rate on the market with strict prompt adherance, delivering...

Supported APIs

Chat APIVision
Context
2.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.20 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.20",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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