xAI

Grok 4.7

xAI's newest frontier model.

Grok 4.7 is the latest release in xAI's frontier line. It keeps Grok 4.6's vendor rate, its 500K window and image input, and the same reasoning-effort levels, with live web search available on the route.

Best for

CodingAgentsResearch

Strengths

  • Frontier reasoning
  • Live web knowledge
  • 500K-token context

Use Grok 4.7 via AnyModel

One OpenAI-compatible endpoint — just set the model id:

curl https://anymodel.org/v1/chat/completions \
  -H "Authorization: Bearer $ANYMODEL_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "xai/grok-4.7",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'