Skip to content

Commit 0324208

Browse files
authored
Fix pricing discrepancies for gpt-5.6-sol and gemini-3.6-flash in models.json (#56272)
1 parent 8a0f4eb commit 0324208

3 files changed

Lines changed: 19 additions & 14 deletions

File tree

.changeset/patch-model-inventory-2026-08-27.md

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actions/setup/js/models.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,9 @@
388388
},
389389
"gemini-3.6-flash": {
390390
"cost": {
391-
"input": "1.5e-06",
392-
"output": "7.5e-06",
393-
"cache_read": "1.5e-07"
391+
"input": "7.5e-07",
392+
"output": "3.75e-06",
393+
"cache_read": "7.5e-08"
394394
},
395395
"provider_type": "openai",
396396
"wire_api": "completions"
@@ -497,10 +497,10 @@
497497
},
498498
"gpt-5.6-sol": {
499499
"cost": {
500-
"input": "5e-06",
501-
"output": "3e-05",
502-
"cache_read": "5e-07",
503-
"cache_write": "6.25e-06"
500+
"input": "2e-06",
501+
"output": "1e-05",
502+
"cache_read": "2e-07",
503+
"cache_write": "2.5e-06"
504504
},
505505
"provider_type": "openai",
506506
"wire_api": "responses"

pkg/cli/data/models.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,9 @@
388388
},
389389
"gemini-3.6-flash": {
390390
"cost": {
391-
"input": "1.5e-06",
392-
"output": "7.5e-06",
393-
"cache_read": "1.5e-07"
391+
"input": "7.5e-07",
392+
"output": "3.75e-06",
393+
"cache_read": "7.5e-08"
394394
},
395395
"provider_type": "openai",
396396
"wire_api": "completions"
@@ -497,10 +497,10 @@
497497
},
498498
"gpt-5.6-sol": {
499499
"cost": {
500-
"input": "5e-06",
501-
"output": "3e-05",
502-
"cache_read": "5e-07",
503-
"cache_write": "6.25e-06"
500+
"input": "2e-06",
501+
"output": "1e-05",
502+
"cache_read": "2e-07",
503+
"cache_write": "2.5e-06"
504504
},
505505
"provider_type": "openai",
506506
"wire_api": "responses"

0 commit comments

Comments
 (0)