Skip to content

Commit 25fe910

Browse files
authored
Merge pull request #372 from rajbos/sync-copilot-models
chore: sync model data with GitHub Copilot documentation
2 parents 225ecf2 + e052a66 commit 25fe910

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/modelPricing.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"description": "Model pricing data - costs per million tokens for input and output",
44
"metadata": {
5-
"lastUpdated": "2026-03-02",
5+
"lastUpdated": "2026-03-09",
66
"sources": [
77
{
88
"name": "OpenAI API Pricing",
@@ -115,6 +115,13 @@
115115
"tier": "premium",
116116
"multiplier": 1
117117
},
118+
"gpt-5.4": {
119+
"inputCostPerMillion": 0.00,
120+
"outputCostPerMillion": 0.00,
121+
"category": "GPT-5 models",
122+
"tier": "premium",
123+
"multiplier": 1
124+
},
118125
"gpt-4": {
119126
"inputCostPerMillion": 3.0,
120127
"outputCostPerMillion": 12.0,

src/tokenEstimators.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"gpt-5.2-codex": 0.25,
2121
"gpt-5.2-pro": 0.25,
2222
"gpt-5.3-codex": 0.25,
23+
"gpt-5.4": 0.25,
2324
"gpt-4.1-nano": 0.25,
2425
"gemini-2.0-flash": 0.25,
2526
"gemini-2.0-flash-lite": 0.25,

0 commit comments

Comments
 (0)