Hide experimental models

This commit is contained in:
Frank
2025-09-09 03:16:44 -04:00
parent 34a33dfc16
commit 0f263bfefe
3 changed files with 12 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ export namespace ModelsDev {
context: z.number(),
output: z.number(),
}),
experimental: z.boolean().optional(),
options: z.record(z.any()),
})
.openapi({