Presidentlin commited on
Commit
ac3dd0d
·
1 Parent(s): e133b07
Files changed (1) hide show
  1. src/lib/data.ts +13 -2
src/lib/data.ts CHANGED
@@ -170,8 +170,19 @@ export const mockData: Provider[] = [
170
  provider: 'Perplexity',
171
  uri: 'https://docs.perplexity.ai/docs/pricing',
172
  models: [
173
- { name: 'Llama 3 70B', inputPrice: 1.0, outputPrice: 1.0 },
174
- { name: 'Mixtral 8x7B', inputPrice: 0.60, outputPrice: 0.60 },
 
 
 
 
 
 
 
 
 
 
 
175
  ],
176
  },
177
  {
 
170
  provider: 'Perplexity',
171
  uri: 'https://docs.perplexity.ai/docs/pricing',
172
  models: [
173
+ { name: 'Llama 3 Sonar Large 32K Online', inputPrice: 1.0, outputPrice: 1.0 },
174
+ { name: 'Llama 3 Sonar Large 32K Chat', inputPrice: 1.0, outputPrice: 1.0 },
175
+ { name: 'Llama 3.1 Sonar Large 128K Online', inputPrice: 1.0, outputPrice: 1.0 },
176
+ { name: 'Llama 3.1 Sonar Large 128K Chat', inputPrice: 1.0, outputPrice: 1.0 },
177
+ { name: 'Llama 3 70B Instruct', inputPrice: 1.0, outputPrice: 1.0 },
178
+ { name: 'Llama 3.1 70B Instruct', inputPrice: 1.0, outputPrice: 1.0 },
179
+ { name: 'Mixtral 8x7B Instruct', inputPrice: 0.60, outputPrice: 0.60 },
180
+ { name: 'Llama 3 Sonar Small 32K Online', inputPrice: 0.20, outputPrice: 0.20 },
181
+ { name: 'Llama 3 Sonar Small 32K Chat', inputPrice: 0.20, outputPrice: 0.20 },
182
+ { name: 'Llama 3.1 Sonar Small 128K Online', inputPrice: 0.20, outputPrice: 0.20 },
183
+ { name: 'Llama 3.1 Sonar Small 128K Chat', inputPrice: 0.20, outputPrice: 0.20 },
184
+ { name: 'Llama 3 8B Instruct', inputPrice: 0.20, outputPrice: 0.20 },
185
+ { name: 'Llama 3.1 8B Instruct', inputPrice: 0.20, outputPrice: 0.20 }
186
  ],
187
  },
188
  {