From 789d28ea76e51a234636bcf441fe6c688b041952 Mon Sep 17 00:00:00 2001 From: xiaorui1587 Date: Wed, 10 Dec 2025 18:20:55 +0800 Subject: [PATCH] Modify totalContext and token pricing in JSON Updated totalContext to 256K and modified token pricing. Signed-off-by: xiaorui1587 --- manifests/models/grok-code-fast-1.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/models/grok-code-fast-1.json b/manifests/models/grok-code-fast-1.json index 5f269f2..d6ec280 100644 --- a/manifests/models/grok-code-fast-1.json +++ b/manifests/models/grok-code-fast-1.json @@ -13,11 +13,11 @@ "docsUrl": "https://docs.x.ai/docs/models/grok-code-fast-1", "vendor": "xAI", "size": "Unknown", - "totalContext": "128K", + "totalContext": "256K", "maxOutput": "8K", "tokenPricing": { - "input": 0, - "output": 0, + "input": $0.20, + "output": $0.15, "cache": null }, "platformUrls": {