zen: rate limit

This commit is contained in:
Frank 2025-11-08 10:15:35 -05:00
commit 30b1ae5d4b
29 changed files with 692 additions and 491 deletions

View file

@ -24,6 +24,7 @@ export namespace ZenData {
cost: ModelCostSchema,
cost200K: ModelCostSchema.optional(),
allowAnonymous: z.boolean().optional(),
rateLimit: z.number().optional(),
providers: z.array(
z.object({
id: z.string(),