zen: rate limit

This commit is contained in:
Frank
2025-11-08 10:15:35 -05:00
parent 9cd465f9c0
commit 30b1ae5d4b
29 changed files with 620 additions and 419 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(),