This commit is contained in:
Frank 2025-10-11 15:07:06 -04:00
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(),