Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions data/xai.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
},
{

Copilot AI Mar 26, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
{
{

Copilot uses AI. Check for mistakes.
"id": "grok-4.20-0309-non-reasoning",
"name": "Grok 4.20 Non-Reasoning",
"price_history": [
{

Copilot AI Mar 26, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Suggested change
{
{

Copilot uses AI. Check for mistakes.
"input": 2.00,
"output": 6.00,
"from_date": null,
"to_date": null,
"input_cached": null
}
]
}
]
}
Loading