Назад к моделям
Grok 4.3
xaixai/grok-4.3
xAI's most advanced flagship model — industry-leading non-hallucination rate, agentic tool calling, and instruction following. 1M token context, text + image input, configurable reasoning (none/low/medium/high), function calling, structured outputs.
Размер контекста
1M
Максимальный вывод
66K
Цена Входза 1M токенов
$1.87за 1 млн токенов
Цена Выходза 1M токенов
$3.76за 1 млн токенов
Модальности
ТекстИзображение→Текст
Разбивка цен
| Тип | Ставка |
|---|---|
| Вход | $1.87 за 1 млн токенов |
| Выход | $3.76 за 1 млн токенов |
Selling price = 1.25x upstream cost ($1.25/$2.50/$0.20 cached per xAI public pricing 2026-05-19)
Поддерживаемые параметры
temperaturemax_tokenstop_ptoolstool_choiceresponse_formatreasoningstop
Примеры API
Для новых интеграций используйте глобальный endpoint api.therouter.ai из примеров ниже; старый China accelerated endpoint выведен из эксплуатации.
cURL
curl https://api.therouter.ai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "xai/grok-4.3",
"messages": [
{"role": "user", "content": "Summarize the key points from this input."}
]
}'