From 6917855c8911f146ba5e2568fec8b57bd55a07e1 Mon Sep 17 00:00:00 2001 From: kujtimiihoxha Date: Sat, 20 Sep 2025 20:15:50 +0200 Subject: [PATCH] chore: add grok-4-fast --- internal/providers/configs/xai.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/internal/providers/configs/xai.json b/internal/providers/configs/xai.json index 57ba0636e14f29af5e9dcf1780ea5bb53fcf36e2..70b5f88f268fd1eb7484d09034b41d1e7d9eb379 100644 --- a/internal/providers/configs/xai.json +++ b/internal/providers/configs/xai.json @@ -31,6 +31,18 @@ "can_reason": true, "supports_attachments": true }, + { + "id": "grok-4-fast", + "name": "Grok 4 Fast", + "cost_per_1m_in": 0.2, + "cost_per_1m_out": 0.5, + "cost_per_1m_in_cached": 0, + "cost_per_1m_out_cached": 0.05, + "context_window": 2000000, + "default_max_tokens": 200000, + "can_reason": true, + "supports_attachments": true + }, { "id": "grok-3-mini", "name": "Grok 3 Mini",