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.

Лучше всего для

ПрограммированиеАгентыResearch

Сильные стороны

  • Frontier-рассуждения
  • Live web knowledge
  • 500K-token context

Использование Grok 4.7 через AnyModel

Один OpenAI-совместимый эндпоинт — просто укажите 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!"}]
  }'