zen: rate limit
This commit is contained in:
parent
9cd465f9c0
commit
30b1ae5d4b
29 changed files with 692 additions and 491 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue