chore: include model release date

This commit is contained in:
adamdottv 2025-06-30 15:45:16 -05:00
commit ef73926db6
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
8 changed files with 27 additions and 85 deletions

View file

@ -10,7 +10,9 @@ export namespace ModelsDev {
export const Model = z
.object({
id: z.string(),
name: z.string(),
release_date: z.string(),
attachment: z.boolean(),
reasoning: z.boolean(),
temperature: z.boolean(),
@ -25,7 +27,6 @@ export namespace ModelsDev {
context: z.number(),
output: z.number(),
}),
id: z.string(),
options: z.record(z.any()),
})
.openapi({