浏览代码

Feat: add claude4 models (#7809)

### What problem does this PR solve?

Add claude4 models.

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
tags/v0.19.0
Yongteng Lei 5 个月前
父节点
当前提交
db8a3f3480
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 15 次插入1 次删除
  1. 15
    1
      conf/llm_factories.json

+ 15
- 1
conf/llm_factories.json 查看文件

@@ -3133,6 +3133,20 @@
"tags": "LLM",
"status": "1",
"llm": [
{
"llm_name": "claude-opus-4-20250514",
"tags": "LLM,IMAGE2TEXT,200k",
"max_tokens": 204800,
"model_type": "image2text",
"is_tools": true
},
{
"llm_name": "claude-sonnet-4-20250514",
"tags": "LLM,IMAGE2TEXT,200k",
"max_tokens": 204800,
"model_type": "image2text",
"is_tools": true
},
{
"llm_name": "claude-3-7-sonnet-20250219",
"tags": "LLM,IMAGE2TEXT,200k",
@@ -3283,4 +3297,4 @@
"llm": []
}
]
}
}

正在加载...
取消
保存