Skip to content

Commit 1b2d9a8

Browse files
committed
feat: add longContext tiered rate fields to ModelPricing
1 parent c301279 commit 1b2d9a8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/types/provider.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ export interface ModelPricing {
7272
output: number;
7373
cacheRead?: number;
7474
cacheWrite?: number;
75+
longContextInput?: number;
76+
longContextOutput?: number;
77+
longContextCacheRead?: number;
78+
longContextCacheWrite?: number;
7579
source?: string;
7680
}
7781

0 commit comments

Comments
 (0)