From 265f6c57a2b88e4cf06ddecb7fe3600cc2d876c4 Mon Sep 17 00:00:00 2001 From: damdafayton Date: Thu, 26 Mar 2026 18:50:26 +0300 Subject: [PATCH] Add new Grok 4.20 models with price history --- data/xai.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/data/xai.json b/data/xai.json index 450cb09..1843ce8 100644 --- a/data/xai.json +++ b/data/xai.json @@ -130,6 +130,32 @@ "input_cached": 0.02 } ] + }, + { + "id": "grok-4.20-0309-reasoning", + "name": "Grok 4.20 Reasoning", + "price_history": [ + { + "input": 2.00, + "output": 6.00, + "from_date": null, + "to_date": null, + "input_cached": null + } + ] + }, + { + "id": "grok-4.20-0309-non-reasoning", + "name": "Grok 4.20 Non-Reasoning", + "price_history": [ + { + "input": 2.00, + "output": 6.00, + "from_date": null, + "to_date": null, + "input_cached": null + } + ] } ] }