Add context window percentage and subscription model detection to session info
This commit is contained in:
@@ -45,4 +45,11 @@ export interface Model {
|
||||
id: string
|
||||
name: string
|
||||
providerId: string
|
||||
limit?: {
|
||||
context?: number
|
||||
}
|
||||
cost?: {
|
||||
input?: number
|
||||
output?: number
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user