zen: cost multiplier
This commit is contained in:
parent
1d2a7b4c86
commit
0bc9a28b5e
2 changed files with 8 additions and 6 deletions
|
|
@ -22,6 +22,7 @@ export namespace ZenData {
|
|||
const ModelSchema = z.object({
|
||||
name: z.string(),
|
||||
cost: ModelCostSchema,
|
||||
costMultiplier: z.number().default(1),
|
||||
cost200K: ModelCostSchema.optional(),
|
||||
allowAnonymous: z.boolean().optional(),
|
||||
byokProvider: z.enum(["openai", "anthropic", "google"]).optional(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue