Skip to content

Commit e4cf9be

Browse files
authored
Merge pull request #2 from continuedev/dallin/claude-4-5-haiku
feat: add claude haiku 4.5
2 parents 7abbd47 + e354a87 commit e4cf9be

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

blocks/public/claude-3-5-haiku.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Claude 3.5 Haiku
2-
version: 1.0.1
2+
version: 1.0.2
33
schema: v1
44

55
models:
@@ -14,3 +14,6 @@ models:
1414
defaultCompletionOptions:
1515
contextLength: 200000
1616
maxTokens: 8192
17+
capabilities:
18+
- tool_use
19+
- image_input

blocks/public/claude-3-5-sonnet.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Claude 3.5 Sonnet
2-
version: 1.0.1
2+
version: 1.0.2
33
schema: v1
44

55
models:
@@ -14,3 +14,6 @@ models:
1414
defaultCompletionOptions:
1515
contextLength: 200000
1616
maxTokens: 8192
17+
capabilities:
18+
- tool_use
19+
- image_input

blocks/public/claude-3-7-sonnet.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Claude 3.7 Sonnet
2-
version: 1.0.1
2+
version: 1.0.2
33
schema: v1
44

55
models:
@@ -14,3 +14,6 @@ models:
1414
defaultCompletionOptions:
1515
contextLength: 200000
1616
maxTokens: 8192
17+
capabilities:
18+
- tool_use
19+
- image_input
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

0 commit comments

Comments
 (0)