File tree Expand file tree Collapse file tree 4 files changed +31
-3
lines changed
Expand file tree Collapse file tree 4 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 11name : Claude 3.5 Haiku
2- version : 1.0.1
2+ version : 1.0.2
33schema : v1
44
55models :
@@ -14,3 +14,6 @@ models:
1414 defaultCompletionOptions :
1515 contextLength : 200000
1616 maxTokens : 8192
17+ capabilities :
18+ - tool_use
19+ - image_input
Original file line number Diff line number Diff line change 11name : Claude 3.5 Sonnet
2- version : 1.0.1
2+ version : 1.0.2
33schema : v1
44
55models :
@@ -14,3 +14,6 @@ models:
1414 defaultCompletionOptions :
1515 contextLength : 200000
1616 maxTokens : 8192
17+ capabilities :
18+ - tool_use
19+ - image_input
Original file line number Diff line number Diff line change 11name : Claude 3.7 Sonnet
2- version : 1.0.1
2+ version : 1.0.2
33schema : v1
44
55models :
@@ -14,3 +14,6 @@ models:
1414 defaultCompletionOptions :
1515 contextLength : 200000
1616 maxTokens : 8192
17+ capabilities :
18+ - tool_use
19+ - image_input
Original file line number Diff line number Diff line change 1+ name : Claude Haiku 4.5
2+ version : 1.0.0
3+ schema : v1
4+
5+ models :
6+ - name : Claude Haiku 4.5
7+ provider : anthropic
8+ model : claude-haiku-4-5
9+ apiKey : ${{ inputs.ANTHROPIC_API_KEY }}
10+ roles :
11+ - chat
12+ - edit
13+ - apply
14+ defaultCompletionOptions :
15+ contextLength : 200000
16+ maxTokens : 64000
17+ capabilities :
18+ - tool_use
19+ - image_input
You can’t perform that action at this time.
0 commit comments