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)
This commit is contained in:
parent
0cf8c5bedb
commit
db8a3f3480
1 changed files with 15 additions and 1 deletions
|
|
@ -3133,6 +3133,20 @@
|
||||||
"tags": "LLM",
|
"tags": "LLM",
|
||||||
"status": "1",
|
"status": "1",
|
||||||
"llm": [
|
"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",
|
"llm_name": "claude-3-7-sonnet-20250219",
|
||||||
"tags": "LLM,IMAGE2TEXT,200k",
|
"tags": "LLM,IMAGE2TEXT,200k",
|
||||||
|
|
@ -3283,4 +3297,4 @@
|
||||||
"llm": []
|
"llm": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue