feature/add-perplexity-node (#4376)

* added perplexity node

* last stable release

* Update ChatPerplexity.ts

* update

* Update ChatPerplexity.ts

* Update ChatPerplexity.ts

* pnpm lint fix

* feat: update @langchain/community from 0.3.24 to 0.3.29

---------

Co-authored-by: Marvin <marvin.chin@regentmarkets.com>
This commit is contained in:
Ong Chung Yau
2025-05-05 14:34:07 +08:00
committed by GitHub
parent b55fe07511
commit df26e8aef9
7 changed files with 36548 additions and 36698 deletions
+42 -1
View File
@@ -26,7 +26,7 @@
},
{
"label": "anthropic.claude-3.5-sonnet-20240620-v1:0",
"name": "anthropic.claude-3-5-sonnet-20240620-v1:0",
"name": "anthropic.claude-3.5-sonnet-20240620-v1:0",
"description": "(20240620-v1:0) specific version of Claude Sonnet 3.5 - most intelligent model",
"input_cost": 3e-6,
"output_cost": 0.000015
@@ -1074,6 +1074,47 @@
}
]
},
{
"name": "chatPerplexity",
"models": [
{
"label": "sonar",
"name": "sonar",
"input_cost": 1e-6,
"output_cost": 1e-6
},
{
"label": "sonar-pro",
"name": "sonar-pro",
"input_cost": 3e-6,
"output_cost": 1.5e-5
},
{
"label": "sonar-reasoning",
"name": "sonar-reasoning",
"input_cost": 1e-6,
"output_cost": 5e-6
},
{
"label": "sonar-reasoning-pro",
"name": "sonar-reasoning-pro",
"input_cost": 2e-6,
"output_cost": 8e-6
},
{
"label": "sonar-deep-research",
"name": "sonar",
"input_cost": 2e-6,
"output_cost": 8e-6
},
{
"label": "r1-1776",
"name": "r1-1776",
"input_cost": 2e-6,
"output_cost": 8e-6
}
]
},
{
"name": "chatMistralAI",
"models": [