We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfda55 commit 6917855Copy full SHA for 6917855
internal/providers/configs/xai.json
@@ -31,6 +31,18 @@
31
"can_reason": true,
32
"supports_attachments": true
33
},
34
+ {
35
+ "id": "grok-4-fast",
36
+ "name": "Grok 4 Fast",
37
+ "cost_per_1m_in": 0.2,
38
+ "cost_per_1m_out": 0.5,
39
+ "cost_per_1m_in_cached": 0,
40
+ "cost_per_1m_out_cached": 0.05,
41
+ "context_window": 2000000,
42
+ "default_max_tokens": 200000,
43
+ "can_reason": true,
44
+ "supports_attachments": true
45
+ },
46
{
47
"id": "grok-3-mini",
48
"name": "Grok 3 Mini",
0 commit comments