xAIПопулярно
Grok 4.6
xAI's current frontier model — its own docs' default pick for code.
Grok 4.6 keeps the 1.5T foundation of 4.5 and spends the gains on post-training, which is why xAI's docs steer everything — code included — at it. Same 500K window and the same vendor rate as 4.5, with live web search available on the route.
Лучше всего для
ПрограммированиеАгентыResearch
Сильные стороны
- ▸Frontier-рассуждения
- ▸Live web knowledge
- ▸500K-token context
Использование Grok 4.6 через 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.6",
"messages": [{"role": "user", "content": "Hello!"}]
}'
AnyModel