update cache read cost for gpt-5 models

This commit is contained in:
Frank
2025-08-08 17:09:53 -04:00
parent 5cae032f72
commit 13b6ab800e
4 changed files with 9 additions and 3 deletions
+3
View File
@@ -13,6 +13,9 @@
"@tsconfig/bun": "^1.0.8"
}
},
"scripts": {
"validate": "bun script/validate.ts"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20250801.0",
"sst": "3.17.5"
+2 -1
View File
@@ -4,13 +4,14 @@ last_updated = "2025-08-07"
attachment = true
reasoning = true
temperature = false
knowledge = "2024-10-01"
knowledge = "2024-05-30"
tool_call = true
open_weights = false
[cost]
input = 0.25
output = 2.00
cache_read = 0.03
[limit]
context = 400_000
+2 -1
View File
@@ -4,13 +4,14 @@ last_updated = "2025-08-07"
attachment = true
reasoning = true
temperature = false
knowledge = "2024-10-01"
knowledge = "2024-05-30"
tool_call = true
open_weights = false
[cost]
input = 0.05
output = 0.40
cache_read = 0.01
[limit]
context = 400_000
+2 -1
View File
@@ -4,13 +4,14 @@ last_updated = "2025-08-07"
attachment = true
reasoning = true
temperature = false
knowledge = "2024-10-01"
knowledge = "2024-09-30"
tool_call = true
open_weights = false
[cost]
input = 1.25
output = 10.00
cache_read = 0.13
[limit]
context = 400_000