integrate cache read/write data
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-06-17 20:51:25 -04:00
parent 24dcfee294
commit cf8dd4a1f8
2 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ export namespace ModelsDev {
cost: z.object({
input: z.number(),
output: z.number(),
inputCached: z.number(),
outputCached: z.number(),
cache_read: z.number().optional(),
cache_write: z.number().optional(),
}),
limit: z.object({
context: z.number(),