Skip to content

Commit 8613834

Browse files
authored
Change output cost from 1.25 to 5.00
1 parent 60d32aa commit 8613834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

providers/opencode/models/claude-haiku-4-5.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ open_weights = false
1010

1111
[cost]
1212
input = 1.00
13-
output = 1.25
13+
output = 5.00
1414
cache_read = 0.10
1515
cache_write = 1.25
1616

@@ -23,4 +23,4 @@ input = ["text", "image"]
2323
output = ["text"]
2424

2525
[provider]
26-
npm = "@ai-sdk/anthropic"
26+
npm = "@ai-sdk/anthropic"

0 commit comments

Comments
 (0)