zen: trial
This commit is contained in:
parent
64caeeb12d
commit
b62c7943e7
7 changed files with 1149 additions and 8 deletions
|
|
@ -24,6 +24,12 @@ export namespace ZenData {
|
|||
cost: ModelCostSchema,
|
||||
cost200K: ModelCostSchema.optional(),
|
||||
allowAnonymous: z.boolean().optional(),
|
||||
trial: z
|
||||
.object({
|
||||
limit: z.number(),
|
||||
provider: z.string(),
|
||||
})
|
||||
.optional(),
|
||||
rateLimit: z.number().optional(),
|
||||
fallbackProvider: z.string().optional(),
|
||||
providers: z.array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue