We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c301279 commit 1b2d9a8Copy full SHA for 1b2d9a8
1 file changed
src/types/provider.ts
@@ -72,6 +72,10 @@ export interface ModelPricing {
72
output: number;
73
cacheRead?: number;
74
cacheWrite?: number;
75
+ longContextInput?: number;
76
+ longContextOutput?: number;
77
+ longContextCacheRead?: number;
78
+ longContextCacheWrite?: number;
79
source?: string;
80
}
81
0 commit comments