Add context window percentage and subscription model detection to session info

This commit is contained in:
Shantur Rathore
2025-10-25 18:41:15 +01:00
parent c01a7e7315
commit c4a8a54bd7
3 changed files with 97 additions and 21 deletions

View File

@@ -45,4 +45,11 @@ export interface Model {
id: string
name: string
providerId: string
limit?: {
context?: number
}
cost?: {
input?: number
output?: number
}
}