integrate cache read/write data

This commit is contained in:
Dax Raad
2025-06-17 20:51:25 -04:00
parent d1f9311931
commit b470466e30
2 changed files with 12 additions and 2 deletions

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(),