update anthropic package

This commit is contained in:
Henry 2025-11-04 16:00:49 +00:00
parent 80224275d9
commit 56ef4e1ea5
4 changed files with 38949 additions and 38931 deletions

View File

@ -10,6 +10,13 @@
"input_cost": 0.000003, "input_cost": 0.000003,
"output_cost": 0.000015 "output_cost": 0.000015
}, },
{
"label": "anthropic.claude-haiku-4-5-20251001-v1:0",
"name": "anthropic.claude-haiku-4-5-20251001-v1:0",
"description": "Claude 4.5 Haiku",
"input_cost": 0.000001,
"output_cost": 0.000005
},
{ {
"label": "openai.gpt-oss-20b-1:0", "label": "openai.gpt-oss-20b-1:0",
"name": "openai.gpt-oss-20b-1:0", "name": "openai.gpt-oss-20b-1:0",
@ -499,6 +506,13 @@
"input_cost": 0.000003, "input_cost": 0.000003,
"output_cost": 0.000015 "output_cost": 0.000015
}, },
{
"label": "claude-haiku-4-5",
"name": "claude-haiku-4-5",
"description": "Claude 4.5 Haiku",
"input_cost": 0.000001,
"output_cost": 0.000005
},
{ {
"label": "claude-sonnet-4-0", "label": "claude-sonnet-4-0",
"name": "claude-sonnet-4-0", "name": "claude-sonnet-4-0",
@ -744,6 +758,13 @@
"input_cost": 0.000003, "input_cost": 0.000003,
"output_cost": 0.000015 "output_cost": 0.000015
}, },
{
"label": "claude-haiku-4-5@20251001",
"name": "claude-haiku-4-5@20251001",
"description": "Claude 4.5 Haiku",
"input_cost": 0.000001,
"output_cost": 0.000005
},
{ {
"label": "claude-opus-4-1@20250805", "label": "claude-opus-4-1@20250805",
"name": "claude-opus-4-1@20250805", "name": "claude-opus-4-1@20250805",

View File

@ -91,7 +91,7 @@ class ChatAnthropic_ChatModels implements INode {
label: 'Extended Thinking', label: 'Extended Thinking',
name: 'extendedThinking', name: 'extendedThinking',
type: 'boolean', type: 'boolean',
description: 'Enable extended thinking for reasoning model such as Claude Sonnet 3.7', description: 'Enable extended thinking for reasoning model such as Claude Sonnet 3.7 and Claude 4',
optional: true, optional: true,
additionalParams: true additionalParams: true
}, },

View File

@ -43,7 +43,7 @@
"@google-cloud/storage": "^7.15.2", "@google-cloud/storage": "^7.15.2",
"@google/generative-ai": "^0.24.0", "@google/generative-ai": "^0.24.0",
"@huggingface/inference": "^2.6.1", "@huggingface/inference": "^2.6.1",
"@langchain/anthropic": "0.3.29", "@langchain/anthropic": "0.3.33",
"@langchain/aws": "^0.1.11", "@langchain/aws": "^0.1.11",
"@langchain/baidu-qianfan": "^0.1.0", "@langchain/baidu-qianfan": "^0.1.0",
"@langchain/cohere": "^0.0.7", "@langchain/cohere": "^0.0.7",

File diff suppressed because one or more lines are too long