Commit
·
be15578
1
Parent(s):
a6d7518
- src/lib/data.ts +13 -3
src/lib/data.ts
CHANGED
|
@@ -1019,17 +1019,27 @@ export const mockData: Provider[] = [
|
|
| 1019 |
uri: "https://docs.perplexity.ai/docs/pricing",
|
| 1020 |
models: [
|
| 1021 |
{
|
| 1022 |
-
name: "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1023 |
inputPrice: 0.2,
|
| 1024 |
outputPrice: 0.2,
|
| 1025 |
},
|
| 1026 |
{
|
| 1027 |
-
name: "Llama 3.1 Sonar Large Online",
|
| 1028 |
inputPrice: 1.0,
|
| 1029 |
outputPrice: 1.0,
|
| 1030 |
},
|
| 1031 |
{
|
| 1032 |
-
name: "Llama 3.1 Sonar Huge Online",
|
| 1033 |
inputPrice: 5.0,
|
| 1034 |
outputPrice: 5.0,
|
| 1035 |
},
|
|
|
|
| 1019 |
uri: "https://docs.perplexity.ai/docs/pricing",
|
| 1020 |
models: [
|
| 1021 |
{
|
| 1022 |
+
name: "sonar-pro",
|
| 1023 |
+
inputPrice: 3.0,
|
| 1024 |
+
outputPrice: 15.0,
|
| 1025 |
+
},
|
| 1026 |
+
{
|
| 1027 |
+
name: "sonar",
|
| 1028 |
+
inputPrice: 1.0,
|
| 1029 |
+
outputPrice: 1.0,
|
| 1030 |
+
},
|
| 1031 |
+
{
|
| 1032 |
+
name: "Llama 3.1 Sonar Small Online (Legacy)",
|
| 1033 |
inputPrice: 0.2,
|
| 1034 |
outputPrice: 0.2,
|
| 1035 |
},
|
| 1036 |
{
|
| 1037 |
+
name: "Llama 3.1 Sonar Large Online (Legacy)",
|
| 1038 |
inputPrice: 1.0,
|
| 1039 |
outputPrice: 1.0,
|
| 1040 |
},
|
| 1041 |
{
|
| 1042 |
+
name: "Llama 3.1 Sonar Huge Online (Legacy)",
|
| 1043 |
inputPrice: 5.0,
|
| 1044 |
outputPrice: 5.0,
|
| 1045 |
},
|