This commit is contained in:
Frank
2025-09-09 15:47:24 -04:00
parent 32b47fcc1e
commit a3513244f1
11 changed files with 450 additions and 355 deletions

View File

@@ -30,6 +30,7 @@ export namespace ModelsDev {
}),
experimental: z.boolean().optional(),
options: z.record(z.any()),
provider: z.object({ npm: z.string() }).optional(),
})
.openapi({
ref: "Model",