This commit is contained in:
Frank
2025-10-11 15:07:06 -04:00
parent 9a6fd6a5ee
commit 89fcfcc50b
2 changed files with 3 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ export namespace ZenModel {
})
export const ModelSchema = z.object({
name: z.string(),
cost: ModelCostSchema,
cost200K: ModelCostSchema.optional(),
allowAnonymous: z.boolean().optional(),