Skip to content

Commit 7a37560

Browse files
authored
Add missing cache_write pricing for GPT-5.6 Copilot models (#53571)
1 parent ef4f14a commit 7a37560

2 files changed

Lines changed: 12 additions & 6 deletions

File tree

actions/setup/js/models.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,8 @@
489489
"cost": {
490490
"input": "2e-07",
491491
"output": "1.2e-06",
492-
"cache_read": "2e-08"
492+
"cache_read": "2e-08",
493+
"cache_write": "2.5e-07"
493494
},
494495
"provider_type": "openai",
495496
"wire_api": "responses"
@@ -498,7 +499,8 @@
498499
"cost": {
499500
"input": "5e-06",
500501
"output": "3e-05",
501-
"cache_read": "5e-07"
502+
"cache_read": "5e-07",
503+
"cache_write": "6.25e-06"
502504
},
503505
"provider_type": "openai",
504506
"wire_api": "responses"
@@ -507,7 +509,8 @@
507509
"cost": {
508510
"input": "2e-06",
509511
"output": "1.2e-05",
510-
"cache_read": "2e-07"
512+
"cache_read": "2e-07",
513+
"cache_write": "2.5e-06"
511514
},
512515
"provider_type": "openai",
513516
"wire_api": "responses"

pkg/cli/data/models.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,8 @@
489489
"cost": {
490490
"input": "2e-07",
491491
"output": "1.2e-06",
492-
"cache_read": "2e-08"
492+
"cache_read": "2e-08",
493+
"cache_write": "2.5e-07"
493494
},
494495
"provider_type": "openai",
495496
"wire_api": "responses"
@@ -498,7 +499,8 @@
498499
"cost": {
499500
"input": "5e-06",
500501
"output": "3e-05",
501-
"cache_read": "5e-07"
502+
"cache_read": "5e-07",
503+
"cache_write": "6.25e-06"
502504
},
503505
"provider_type": "openai",
504506
"wire_api": "responses"
@@ -507,7 +509,8 @@
507509
"cost": {
508510
"input": "2e-06",
509511
"output": "1.2e-05",
510-
"cache_read": "2e-07"
512+
"cache_read": "2e-07",
513+
"cache_write": "2.5e-06"
511514
},
512515
"provider_type": "openai",
513516
"wire_api": "responses"

0 commit comments

Comments
 (0)