Skip to content

Commit ed35946

Browse files
committed
Add Amazon Bedrock models
1 parent 24a6c0b commit ed35946

35 files changed

+478
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Jamba 1.5 Large"
2+
attachment = false
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 2.00
8+
output = 8.00
9+
inputCached = 0.00
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 256_000
14+
output = 4_096
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Jamba 1.5 Mini"
2+
attachment = false
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 0.20
8+
output = 0.40
9+
inputCached = 0.00
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 256_000
14+
output = 4_096
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Nova Lite"
2+
attachment = true
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 0.06
8+
output = 0.24
9+
inputCached = 0.015
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 300_000
14+
output = 8_192
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Nova Micro"
2+
attachment = false
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 0.035
8+
output = 0.14
9+
inputCached = 0.00875
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 128_000
14+
output = 8_192
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Nova Premier"
2+
attachment = true
3+
reasoning = true
4+
temperature = true
5+
6+
[cost]
7+
input = 2.50
8+
output = 12.50
9+
inputCached = 0.00
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 1_000_000
14+
output = 16_384
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Nova Pro"
2+
attachment = true
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 0.80
8+
output = 3.20
9+
inputCached = 0.20
10+
outputCached = 0.00
11+
12+
[limit]
13+
context = 300_000
14+
output = 8_192
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Claude 3.5 Haiku"
2+
attachment = true
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 0.80
8+
output = 4.00
9+
inputCached = 0.08
10+
outputCached = 1.00
11+
12+
[limit]
13+
context = 200_000
14+
output = 8_192
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Claude 3.5 Sonnet"
2+
attachment = true
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 3.00
8+
output = 15.00
9+
inputCached = 0.30
10+
outputCached = 3.75
11+
12+
[limit]
13+
context = 200_000
14+
output = 8_192
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Claude 3.5 Sonnet v2"
2+
attachment = true
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 3.00
8+
output = 15.00
9+
inputCached = 0.30
10+
outputCached = 3.75
11+
12+
[limit]
13+
context = 200_000
14+
output = 8_192
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name = "Claude 3.7 Sonnet"
2+
attachment = true
3+
reasoning = false
4+
temperature = true
5+
6+
[cost]
7+
input = 3.00
8+
output = 15.00
9+
inputCached = 0.30
10+
outputCached = 3.75
11+
12+
[limit]
13+
context = 200_000
14+
output = 8_192

0 commit comments

Comments
 (0)