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 3c7cc59 commit 606cd8bCopy full SHA for 606cd8b
packages/types/src/providers/xai.ts
@@ -27,6 +27,8 @@ export const xaiModels = {
27
cacheWritesPrice: 0.0,
28
cacheReadsPrice: 0.0,
29
description: "xAI's Grok-4 Fast model with 256K context window - currently free on OpenRouter",
30
+ // TODO: Update pricing when OpenRouter promotion ends
31
+ // TODO: Add direct xAI API support for this model (lower priority)
32
},
33
"grok-4": {
34
maxTokens: 8192,
0 commit comments