Skip to content

Commit 606cd8b

Browse files
committed
docs: add TODO comments for future pricing updates and direct xAI support
1 parent 3c7cc59 commit 606cd8b

File tree

1 file changed

+2
-0
lines changed
  • packages/types/src/providers

1 file changed

+2
-0
lines changed

packages/types/src/providers/xai.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ export const xaiModels = {
2727
cacheWritesPrice: 0.0,
2828
cacheReadsPrice: 0.0,
2929
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)
3032
},
3133
"grok-4": {
3234
maxTokens: 8192,

0 commit comments

Comments
 (0)