From 3811700a7894628b652de55d63a166ac96f0318a Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Sat, 1 Mar 2025 21:33:47 +0800 Subject: [PATCH] chore: update llm-models.json template --- templates/metadata/llm-models.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/templates/metadata/llm-models.json b/templates/metadata/llm-models.json index b5c29cf3..a9a023ef 100644 --- a/templates/metadata/llm-models.json +++ b/templates/metadata/llm-models.json @@ -74,19 +74,29 @@ "name": "claude-3-opus-latest", "requester": "anthropic-messages", "token_mgr": "anthropic", - "vision_supported": true + "vision_supported": true, + "tool_call_supported": true }, { "name": "claude-3-5-sonnet-latest", "requester": "anthropic-messages", "token_mgr": "anthropic", - "vision_supported": true + "vision_supported": true, + "tool_call_supported": true }, { "name": "claude-3-5-haiku-latest", "requester": "anthropic-messages", "token_mgr": "anthropic", - "vision_supported": true + "vision_supported": true, + "tool_call_supported": true + }, + { + "name": "claude-3-7-sonnet-latest", + "requester": "anthropic-messages", + "token_mgr": "anthropic", + "vision_supported": true, + "tool_call_supported": true }, { "name": "moonshot-v1-8k",