Presidentlin commited on
Commit
890a57f
·
1 Parent(s): 3615d83
Files changed (1) hide show
  1. src/lib/data.ts +7 -37
src/lib/data.ts CHANGED
@@ -946,50 +946,20 @@ export const mockData: Provider[] = [
946
  uri: "https://docs.perplexity.ai/docs/pricing",
947
  models: [
948
  {
949
- name: "Llama 3 Sonar Large 32K Online",
950
- inputPrice: 1.0,
951
- outputPrice: 1.0,
952
- },
953
- {
954
- name: "Llama 3 Sonar Large 32K Chat",
955
- inputPrice: 1.0,
956
- outputPrice: 1.0,
957
- },
958
- {
959
- name: "Llama 3.1 Sonar Large 128K Online",
960
- inputPrice: 1.0,
961
- outputPrice: 1.0,
962
- },
963
- {
964
- name: "Llama 3.1 Sonar Large 128K Chat",
965
- inputPrice: 1.0,
966
- outputPrice: 1.0,
967
- },
968
- { name: "Llama 3 70B Instruct", inputPrice: 1.0, outputPrice: 1.0 },
969
- { name: "Llama 3.1 70B Instruct", inputPrice: 1.0, outputPrice: 1.0 },
970
- { name: "Mixtral 8x7B Instruct", inputPrice: 0.6, outputPrice: 0.6 },
971
- {
972
- name: "Llama 3 Sonar Small 32K Online",
973
- inputPrice: 0.2,
974
- outputPrice: 0.2,
975
- },
976
- {
977
- name: "Llama 3 Sonar Small 32K Chat",
978
  inputPrice: 0.2,
979
  outputPrice: 0.2,
980
  },
981
  {
982
- name: "Llama 3.1 Sonar Small 128K Online",
983
- inputPrice: 0.2,
984
- outputPrice: 0.2,
985
  },
986
  {
987
- name: "Llama 3.1 Sonar Small 128K Chat",
988
- inputPrice: 0.2,
989
- outputPrice: 0.2,
990
  },
991
- { name: "Llama 3 8B Instruct", inputPrice: 0.2, outputPrice: 0.2 },
992
- { name: "Llama 3.1 8B Instruct", inputPrice: 0.2, outputPrice: 0.2 },
993
  ],
994
  },
995
  {
 
946
  uri: "https://docs.perplexity.ai/docs/pricing",
947
  models: [
948
  {
949
+ name: "Llama 3.1 Sonar Small Online",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
950
  inputPrice: 0.2,
951
  outputPrice: 0.2,
952
  },
953
  {
954
+ name: "Llama 3.1 Sonar Large Online",
955
+ inputPrice: 1.0,
956
+ outputPrice: 1.0,
957
  },
958
  {
959
+ name: "Llama 3.1 Sonar Huge Online",
960
+ inputPrice: 5.0,
961
+ outputPrice: 5.0,
962
  },
 
 
963
  ],
964
  },
965
  {