Presidentlin commited on
Commit
5fc6506
·
1 Parent(s): fdaede0
Files changed (1) hide show
  1. src/lib/data.ts +7 -5
src/lib/data.ts CHANGED
@@ -124,10 +124,10 @@ export const mockData: Provider[] = [
124
  provider: "Groq",
125
  uri: "https://wow.groq.com/",
126
  models: [
127
- { name: 'Llama 3 8B 8K', inputPrice: 0.05, outputPrice: 0.08 },
128
- { name: 'Llama 3 70B 8K', inputPrice: 0.59, outputPrice: 0.79 },
129
- { name: 'Llama 3 8B 8192 Tool Use', inputPrice: 0.19, outputPrice: 0.19 },
130
- { name: 'Llama 3 70B 8192 Tool Use', inputPrice: 0.89, outputPrice: 0.89 },
131
  { name: 'Mixtral 8x7B 32k Instruct', inputPrice: 0.24, outputPrice: 0.24 },
132
  { name: 'Gemma 7B Instruct', inputPrice: 0.07, outputPrice: 0.07 },
133
  { name: 'Gemma 2 9B Instruct', inputPrice: 0.20, outputPrice: 0.20 }
@@ -137,8 +137,10 @@ export const mockData: Provider[] = [
137
  provider: 'Replicate',
138
  uri: 'https://replicate.com/pricing',
139
  models: [
140
- { name: 'Llama 3 70B', inputPrice: 0.65, outputPrice: 2.75 },
141
  { name: 'Mixtral 8x7B', inputPrice: 0.30, outputPrice: 1.00 },
 
 
142
  ],
143
  },
144
  {
 
124
  provider: "Groq",
125
  uri: "https://wow.groq.com/",
126
  models: [
127
+ { name: 'Meta Llama 3 8B 8K', inputPrice: 0.05, outputPrice: 0.08 },
128
+ { name: 'Meta Llama 3 70B 8K', inputPrice: 0.59, outputPrice: 0.79 },
129
+ { name: 'Meta Llama 3 8B 8192 Tool Use', inputPrice: 0.19, outputPrice: 0.19 },
130
+ { name: 'Meta Llama 3 70B 8192 Tool Use', inputPrice: 0.89, outputPrice: 0.89 },
131
  { name: 'Mixtral 8x7B 32k Instruct', inputPrice: 0.24, outputPrice: 0.24 },
132
  { name: 'Gemma 7B Instruct', inputPrice: 0.07, outputPrice: 0.07 },
133
  { name: 'Gemma 2 9B Instruct', inputPrice: 0.20, outputPrice: 0.20 }
 
137
  provider: 'Replicate',
138
  uri: 'https://replicate.com/pricing',
139
  models: [
140
+ { name: 'Meta Llama 3 70B', inputPrice: 0.65, outputPrice: 2.75 },
141
  { name: 'Mixtral 8x7B', inputPrice: 0.30, outputPrice: 1.00 },
142
+ { name: 'Meta Llama 3.1 405B', inputPrice: 9.50, outputPrice: 9.50 },
143
+
144
  ],
145
  },
146
  {