fix: incorrect sonnet price calculation
This commit is contained in:
parent
078111bd96
commit
f5230d1f02
2 changed files with 18 additions and 5 deletions
|
|
@ -23,6 +23,14 @@ export namespace ModelsDev {
|
|||
output: z.number(),
|
||||
cache_read: z.number().optional(),
|
||||
cache_write: z.number().optional(),
|
||||
context_over_200k: z
|
||||
.object({
|
||||
input: z.number(),
|
||||
output: z.number(),
|
||||
cache_read: z.number().optional(),
|
||||
cache_write: z.number().optional(),
|
||||
})
|
||||
.optional(),
|
||||
}),
|
||||
limit: z.object({
|
||||
context: z.number(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue