x-ai/grok-4.7Grok 4.7 is SpaceXAI's flagship model for coding, agentic tasks, and knowledge work, succeeding Grok 4.6. It is particularly strong at long-running software engineering tasks, verifying its own work, and...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $1.60 | ₹161.07 |
| Cached inputprompt cache read | $0.400 | ₹40.27 |
| Output | $4.80 | ₹483.20 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call SpaceXAI: Grok 4.7 through the supported APIs shown above — just set the base URL and your AICredits key.
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.7",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.