Refa: update Anthropic models. (#6445)

### What problem does this PR solve?

#6421

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2025-03-24 12:34:57 +08:00
committed by GitHub
parent e4c8d703b5
commit 85eb3775d6
4 changed files with 148 additions and 23 deletions

View File

@ -3169,34 +3169,28 @@
"status": "1",
"llm": [
{
"llm_name": "claude-3-5-sonnet-20240620",
"tags": "LLM,CHAT,200k",
"llm_name": "claude-3-7-sonnet-20250219",
"tags": "LLM,IMAGE2TEXT,200k",
"max_tokens": 204800,
"model_type": "chat"
"model_type": "image2text"
},
{
"llm_name": "claude-3-5-sonnet-20241022",
"tags": "LLM,CHAT,200k",
"tags": "LLM,IMAGE2TEXT,200k",
"max_tokens": 204800,
"model_type": "chat"
},
{
"llm_name": "claude-3-opus-20240229",
"tags": "LLM,CHAT,200k",
"max_tokens": 204800,
"model_type": "chat"
},
{
"llm_name": "claude-3-sonnet-20240229",
"tags": "LLM,CHAT,200k",
"tags": "LLM,IMAGE2TEXT,200k",
"max_tokens": 204800,
"model_type": "chat"
},
{
"llm_name": "claude-3-haiku-20240307",
"tags": "LLM,CHAT,200k",
"tags": "LLM,IMAGE2TEXT,200k",
"max_tokens": 204800,
"model_type": "chat"
"model_type": "image2text"
},
{
"llm_name": "claude-2.1",
@ -3209,12 +3203,6 @@
"tags": "LLM,CHAT,100k",
"max_tokens": 102400,
"model_type": "chat"
},
{
"llm_name": "claude-3-5-sonnet-20241022",
"tags": "LLM,CHAT,200k",
"max_tokens": 102400,
"model_type": "chat"
}
]
},