Add new Grok 4.20 models with price history#57
Conversation
There was a problem hiding this comment.
Pull request overview
Adds entries for new xAI Grok 4.20 models to the pricing data so they appear in generated current/historical price outputs.
Changes:
- Added
grok-4.20-0309-reasoningmodel with a current price record. - Added
grok-4.20-0309-non-reasoningmodel with a current price record.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "id": "grok-4.20-0309-non-reasoning", | ||
| "name": "Grok 4.20 Non-Reasoning", | ||
| "price_history": [ | ||
| { |
There was a problem hiding this comment.
There appears to be trailing whitespace after the { on this line in the price_history entry. Please remove the extra spaces to keep the JSON formatting consistent (and avoid noisy diffs / formatter churn).
| { | |
| { |
| } | ||
| ] | ||
| }, | ||
| { |
There was a problem hiding this comment.
The opening { for the second new model entry is mis-indented compared to the other items in the models array, which makes the JSON hard to scan and suggests a formatting mistake. Please align it to the same indentation level as the surrounding model objects.
| { | |
| { |
|
@simonw the value of this repo diminishes pretty fast if pricing can't be kept fresh? |
No description provided.