add models.dev family

This commit is contained in:
Dax Raad
2025-12-10 14:30:17 -05:00
parent 18d3c054a3
commit ffc4d53923
2 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ export namespace ModelsDev {
export const Model = z.object({
id: z.string(),
name: z.string(),
family: z.string().optional(),
release_date: z.string(),
attachment: z.boolean(),
reasoning: z.boolean(),