popomore commited on
Commit
5814a29
1 Parent(s): d063006

Add Claude 3.5 Haiku

Browse files
Files changed (1) hide show
  1. src/lib/data.ts +1 -0
src/lib/data.ts CHANGED
@@ -30,6 +30,7 @@ export const mockData: Provider[] = [
30
  { name: 'Claude 3 (Opus)', inputPrice: 15.0, outputPrice: 75.0 },
31
  { name: 'Claude 3.5 (Sonnet)', inputPrice: 3.0, outputPrice: 15.0 },
32
  { name: 'Claude 3 (Haiku)', inputPrice: 0.25, outputPrice: 1.25 },
 
33
  ],
34
  },
35
  {
 
30
  { name: 'Claude 3 (Opus)', inputPrice: 15.0, outputPrice: 75.0 },
31
  { name: 'Claude 3.5 (Sonnet)', inputPrice: 3.0, outputPrice: 15.0 },
32
  { name: 'Claude 3 (Haiku)', inputPrice: 0.25, outputPrice: 1.25 },
33
+ { name: 'Claude 3.5 (Haiku)', inputPrice: 0.8, outputPrice: 4 },
34
  ],
35
  },
36
  {