Skip to content

Commit 50137d4

Browse files
committed
Adding initial models.
1 parent 7ed7388 commit 50137d4

13 files changed

+205
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Amazon Nova Lite
2+
version: '1'
3+
schema: v1
4+
models:
5+
- name: Amazon Nova Lite
6+
provider: bedrock
7+
model: amazon.nova-lite-v1:0
8+
region: ${{ input.AWS_REGION }}
9+
profile: ${{ input.AWS_PROFILE }}
10+
roles:
11+
- chat
12+
- edit
13+
- apply
14+
defaultCompletionOptions:
15+
contextLength: 32000
16+
capabilities:
17+
- tool_use
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Amazon Nova Micro
2+
version: '1'
3+
schema: v1
4+
models:
5+
- name: Amazon Nova Micro
6+
provider: bedrock
7+
model: amazon.nova-micro-v1:0
8+
region: ${{ input.AWS_REGION }}
9+
profile: ${{ input.AWS_PROFILE }}
10+
roles:
11+
- chat
12+
- edit
13+
- apply
14+
defaultCompletionOptions:
15+
contextLength: 8000
16+
capabilities:
17+
- tool_use
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Amazon Nova Pro
2+
version: '1'
3+
schema: v1
4+
models:
5+
- name: Amazon Nova Pro
6+
provider: bedrock
7+
model: amazon.nova-pro-v1:0
8+
region: ${{ input.AWS_REGION }}
9+
profile: ${{ input.AWS_PROFILE }}
10+
roles:
11+
- chat
12+
- edit
13+
- apply
14+
defaultCompletionOptions:
15+
contextLength: 32000
16+
capabilities:
17+
- tool_use
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Claude 3.5 Haiku
2+
version: '1'
3+
schema: v1
4+
models:
5+
- name: Claude 3.5 Haiku
6+
provider: bedrock
7+
model: anthropic.claude-3-5-haiku-20241022-v1:0
8+
region: ${{ input.AWS_REGION }}
9+
profile: ${{ input.AWS_PROFILE }}
10+
roles:
11+
- chat
12+
- edit
13+
- apply
14+
defaultCompletionOptions:
15+
contextLength: 200000
16+
capabilities:
17+
- tool_use
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Claude 3.5 Sonnet v2
2+
version: '2'
3+
schema: v1
4+
models:
5+
- name: Claude 3.5 Sonnet v2
6+
provider: bedrock
7+
model: anthropic.claude-3-5-sonnet-20241022-v2:0
8+
region: ${{ input.AWS_REGION }}
9+
profile: ${{ input.AWS_PROFILE }}
10+
roles:
11+
- chat
12+
- edit
13+
- apply
14+
defaultCompletionOptions:
15+
contextLength: 200000
16+
capabilities:
17+
- tool_use
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Claude 3.7 Sonnet
2+
version: '1'
3+
schema: v1
4+
models:
5+
- name: Claude 3.7 Sonnet
6+
provider: bedrock
7+
model: anthropic.claude-3-7-sonnet-20250219-v1:0
8+
region: ${{ input.AWS_REGION }}
9+
profile: ${{ input.AWS_PROFILE }}
10+
roles:
11+
- chat
12+
- edit
13+
- apply
14+
defaultCompletionOptions:
15+
contextLength: 200000
16+
capabilities:
17+
- tool_use
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: DeepSeek-R1
2+
version: '1'
3+
schema: v1
4+
models:
5+
- name: DeepSeek-R1
6+
provider: bedrock
7+
model: deepseek.r1-v1:0
8+
region: ${{ input.AWS_REGION }}
9+
profile: ${{ input.AWS_PROFILE }}
10+
roles:
11+
- chat
12+
- edit
13+
- apply
14+
defaultCompletionOptions:
15+
contextLength: 128000
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Llama 3.3 70B Instruct
2+
version: '1'
3+
schema: v1
4+
models:
5+
- name: Llama 3.3 70B Instruct
6+
provider: bedrock
7+
model: meta.llama3-3-70b-instruct-v1:0
8+
region: ${{ input.AWS_REGION }}
9+
profile: ${{ input.AWS_PROFILE }}
10+
roles:
11+
- chat
12+
- edit
13+
- apply
14+
defaultCompletionOptions:
15+
contextLength: 128000
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Mistral Large (24.02)
2+
version: '1'
3+
schema: v1
4+
models:
5+
- name: Mistral Large (24.02)
6+
provider: bedrock
7+
model: mistral.mistral-large-2402-v1:0
8+
region: ${{ input.AWS_REGION }}
9+
profile: ${{ input.AWS_PROFILE }}
10+
roles:
11+
- chat
12+
- edit
13+
- apply
14+
defaultCompletionOptions:
15+
contextLength: 32768
16+
capabilities:
17+
- tool_use
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Mistral Small (24.02)
2+
version: '1'
3+
schema: v1
4+
models:
5+
- name: Mistral Small (24.02)
6+
provider: bedrock
7+
model: mistral.mistral-small-2402-v1:0
8+
region: ${{ input.AWS_REGION }}
9+
profile: ${{ input.AWS_PROFILE }}
10+
roles:
11+
- chat
12+
- edit
13+
- apply
14+
defaultCompletionOptions:
15+
contextLength: 32768
16+
capabilities:
17+
- tool_use

0 commit comments

Comments
 (0)