@@ -292,6 +292,9 @@ export const endpoints = {
292292 threshold : 0 ,
293293 input : 0.00000125 , // $1.25 per 1M tokens
294294 output : 0.00001 , // $10.00 per 1M tokens
295+ cacheMultipliers : {
296+ cachedInput : 0.1 , // $0.125 per 1M tokens
297+ } ,
295298 } ,
296299 ] ,
297300 contextLength : 128000 ,
@@ -319,6 +322,9 @@ export const endpoints = {
319322 threshold : 0 ,
320323 input : 0.00000025 , // $0.25 per 1M tokens
321324 output : 0.000002 , // $2.00 per 1M tokens
325+ cacheMultipliers : {
326+ cachedInput : 0.1 , // $0.025 per 1M tokens
327+ } ,
322328 } ,
323329 ] ,
324330 contextLength : 128000 ,
@@ -346,6 +352,9 @@ export const endpoints = {
346352 threshold : 0 ,
347353 input : 0.00000005 , // $0.05 per 1M tokens
348354 output : 0.0000004 , // $0.40 per 1M tokens
355+ cacheMultipliers : {
356+ cachedInput : 0.1 , // $0.005 per 1M tokens
357+ } ,
349358 } ,
350359 ] ,
351360 contextLength : 128000 ,
@@ -371,6 +380,9 @@ export const endpoints = {
371380 threshold : 0 ,
372381 input : 0.00000125 , // $1.25 per 1M tokens
373382 output : 0.00001 , // $10.00 per 1M tokens
383+ cacheMultipliers : {
384+ cachedInput : 0.1 , // $0.125 per 1M tokens
385+ } ,
374386 } ,
375387 ] ,
376388 contextLength : 128000 ,
@@ -425,6 +437,9 @@ export const endpoints = {
425437 threshold : 0 ,
426438 input : 0.00000125 , // $1.25 per 1M tokens
427439 output : 0.00001 , // $10.00 per 1M tokens
440+ cacheMultipliers : {
441+ cachedInput : 0.1 , // $0.125 per 1M tokens
442+ } ,
428443 } ,
429444 ] ,
430445 contextLength : 128000 ,
0 commit comments