mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 07:00:49 +03:00
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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user