wip: zen
This commit is contained in:
parent
9a6fd6a5ee
commit
89fcfcc50b
2 changed files with 3 additions and 2 deletions
|
|
@ -17,6 +17,7 @@ export namespace ZenModel {
|
|||
})
|
||||
|
||||
export const ModelSchema = z.object({
|
||||
name: z.string(),
|
||||
cost: ModelCostSchema,
|
||||
cost200K: ModelCostSchema.optional(),
|
||||
allowAnonymous: z.boolean().optional(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue