Skip to content

Commit 789d28e

Browse files
authored
Modify totalContext and token pricing in JSON
Updated totalContext to 256K and modified token pricing. Signed-off-by: xiaorui1587 <[email protected]>
1 parent 7bba2c0 commit 789d28e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifests/models/grok-code-fast-1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"docsUrl": "https://docs.x.ai/docs/models/grok-code-fast-1",
1414
"vendor": "xAI",
1515
"size": "Unknown",
16-
"totalContext": "128K",
16+
"totalContext": "256K",
1717
"maxOutput": "8K",
1818
"tokenPricing": {
19-
"input": 0,
20-
"output": 0,
19+
"input": $0.20,
20+
"output": $0.15,
2121
"cache": null
2222
},
2323
"platformUrls": {

0 commit comments

Comments
 (0)