
grok-4.3
Cheaper. More stable. One-stop API aggregation.
Grok 4.3 (xAI) is exposed as an API-only text model at official list rates.
Use model id `grok-4.3` with standard chat completions.
It is whitelisted for keys but not shown on the primary marketing cards.
Official list rates · model id grok-4.3
POST/v1/chat/completions
Base URL: https://api.lumeapi.site/v1
Auth: Authorization: Bearer <your-lumeapi-key>
Open the integration notes for this model, or the modality guide for request fields and polling.
curl https://api.lumeapi.site/v1/chat/completions \
-H "Authorization: Bearer $LUMEAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "grok-4.3",
"messages": [{"role":"user","content":"Hello"}]
}'