@@ -1035,6 +1035,7 @@ export type ProviderConfig = {
[key: string]: {
id?: string
name?: string
+ family?: string
release_date?: string
attachment?: boolean
reasoning?: boolean
@@ -1461,6 +1462,7 @@ export type Model = {
npm: string
}
name: string
capabilities: {
temperature: boolean
reasoning: boolean
@@ -3027,6 +3029,7 @@ export type ProviderListResponses = {
id: string
release_date: string
attachment: boolean
@@ -2788,6 +2788,9 @@
"name": {
"type": "string"
},
+ "family": {
+ "type": "string"
+ },
"release_date": {
@@ -7300,6 +7303,9 @@
@@ -8287,6 +8293,9 @@
"capabilities": {
"type": "object",
"properties": {