Skip to content

Commit 014c126

Browse files
thdxrOpenCode
andcommitted
Add comprehensive Anthropic model definitions
Adds complete Claude model catalog including Claude 4, 3.7, 3.5, and 3 variants with pricing, capabilities, and limits based on official Anthropic documentation. 🤖 Generated with [OpenCode](https://opencode.ai) Co-Authored-By: OpenCode <[email protected]>
1 parent 7b4d277 commit 014c126

8 files changed

+104
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "Claude 3.5 Haiku"
2+
attachment = true
3+
reasoning = false
4+
5+
[cost]
6+
input = 0.80
7+
output = 4.00
8+
inputCached = 0.08
9+
outputCached = 0.08
10+
11+
[limit]
12+
context = 200_000
13+
output = 8_192
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "Claude 3.5 Sonnet"
2+
attachment = true
3+
reasoning = false
4+
5+
[cost]
6+
input = 3.00
7+
output = 15.00
8+
inputCached = 0.30
9+
outputCached = 0.30
10+
11+
[limit]
12+
context = 200_000
13+
output = 8_192
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "Claude 3.5 Sonnet v2"
2+
attachment = true
3+
reasoning = false
4+
5+
[cost]
6+
input = 3.00
7+
output = 15.00
8+
inputCached = 0.30
9+
outputCached = 0.30
10+
11+
[limit]
12+
context = 200_000
13+
output = 8_192
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "Claude 3.7 Sonnet"
2+
attachment = true
3+
reasoning = true
4+
5+
[cost]
6+
input = 3.00
7+
output = 15.00
8+
inputCached = 0.30
9+
outputCached = 0.30
10+
11+
[limit]
12+
context = 200_000
13+
output = 64_000
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "Claude 3 Haiku"
2+
attachment = true
3+
reasoning = false
4+
5+
[cost]
6+
input = 0.25
7+
output = 1.25
8+
inputCached = 0.03
9+
outputCached = 0.03
10+
11+
[limit]
12+
context = 200_000
13+
output = 4_096
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "Claude 3 Opus"
2+
attachment = true
3+
reasoning = false
4+
5+
[cost]
6+
input = 15.00
7+
output = 75.00
8+
inputCached = 1.50
9+
outputCached = 1.50
10+
11+
[limit]
12+
context = 200_000
13+
output = 4_096
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "Claude 3 Sonnet"
2+
attachment = true
3+
reasoning = false
4+
5+
[cost]
6+
input = 3.00
7+
output = 15.00
8+
inputCached = 0.30
9+
outputCached = 0.30
10+
11+
[limit]
12+
context = 200_000
13+
output = 4_096
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "Claude 4 Opus"
2+
attachment = true
3+
reasoning = true
4+
5+
[cost]
6+
input = 15.00
7+
output = 75.00
8+
inputCached = 1.50
9+
outputCached = 1.50
10+
11+
[limit]
12+
context = 200_000
13+
output = 32_000

0 commit comments

Comments
 (0)