Presidentlin commited on
Commit
fdaede0
·
1 Parent(s): 7001622
Files changed (1) hide show
  1. src/lib/data.ts +10 -6
src/lib/data.ts CHANGED
@@ -90,12 +90,13 @@ export const mockData: Provider[] = [
90
  provider: 'Together.AI',
91
  uri: 'https://www.together.ai/pricing',
92
  models: [
93
- { name: 'Meta Llama 3 70B Instruct Turbo', inputPrice: 0.88, outputPrice: 0.88 },
94
- { name: 'Meta Llama 3 8B Instruct Turbo', inputPrice: 0.18, outputPrice: 0.18 },
95
- { name: 'Meta Llama 3 70B Instruct Lite', inputPrice: 0.54, outputPrice: 0.54 },
96
- { name: 'Meta Llama 3 8B Instruct Lite', inputPrice: 0.10, outputPrice: 0.10 },
97
- { name: 'Meta Llama 3 70B Reference', inputPrice: 0.90, outputPrice: 0.90 },
98
- { name: 'Meta Llama 3 8B Reference', inputPrice: 0.20, outputPrice: 0.20 },
 
99
  { name: 'Gemma-2 Instruct (27B)', inputPrice: 0.80, outputPrice: 0.80 },
100
  { name: 'Gemma-2 Instruct (9B)', inputPrice: 0.30, outputPrice: 0.30 },
101
  { name: 'Mixtral 8x22B', inputPrice: 1.20, outputPrice: 1.20 },
@@ -114,6 +115,9 @@ export const mockData: Provider[] = [
114
  { name: 'Mixtral 8x7B', inputPrice: 0.50, outputPrice: 0.50 },
115
  { name: 'DeepSeek Coder V2 Instruct', inputPrice: 2.7, outputPrice: 2.7 },
116
  { name: 'DeepSeek Coder V2 Lite Instruct', inputPrice: 0.20, outputPrice: 0.20 },
 
 
 
117
  ],
118
  },
119
  {
 
90
  provider: 'Together.AI',
91
  uri: 'https://www.together.ai/pricing',
92
  models: [
93
+ { name: 'Meta Llama 3.1 8B Instruct Lite', inputPrice: 0.10, outputPrice: 0.10 },
94
+ { name: 'Meta Llama 3.1 8B Instruct Turbo', inputPrice: 0.18, outputPrice: 0.18 },
95
+ { name: 'Meta Llama 3.1 8B Reference', inputPrice: 0.20, outputPrice: 0.20 },
96
+ { name: 'Meta Llama 3.1 70B Instruct Turbo', inputPrice: 0.88, outputPrice: 0.88 },
97
+ { name: 'Meta Llama 3.1 70B Instruct Lite', inputPrice: 0.54, outputPrice: 0.54 },
98
+ { name: 'Meta Llama 3.1 70B Reference', inputPrice: 0.90, outputPrice: 0.90 },
99
+ { name: 'Meta Llama 3.1 405B Instruct Turbo', inputPrice: 5.0, outputPrice: 15.0 },
100
  { name: 'Gemma-2 Instruct (27B)', inputPrice: 0.80, outputPrice: 0.80 },
101
  { name: 'Gemma-2 Instruct (9B)', inputPrice: 0.30, outputPrice: 0.30 },
102
  { name: 'Mixtral 8x22B', inputPrice: 1.20, outputPrice: 1.20 },
 
115
  { name: 'Mixtral 8x7B', inputPrice: 0.50, outputPrice: 0.50 },
116
  { name: 'DeepSeek Coder V2 Instruct', inputPrice: 2.7, outputPrice: 2.7 },
117
  { name: 'DeepSeek Coder V2 Lite Instruct', inputPrice: 0.20, outputPrice: 0.20 },
118
+ { name: 'Llama 3.1 8B', inputPrice: 0.20, outputPrice: 0.20 },
119
+ { name: 'Llama 3.1 70B', inputPrice: 0.90, outputPrice: 0.90 },
120
+ { name: 'Llama 3.1 405B', inputPrice: 3.0, outputPrice: 3.0 },
121
  ],
122
  },
123
  {