Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name = "Claude Sonnet 4"
release_date = "2025-05-22"
last_updated = "2025-05-22"
attachment = true
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-03-31"
open_weights = false

[cost]
input = 6.00
output = 22.50
reasoning = 22.50
cache_read = 0.60
cache_write = 7.50

[limit]
context = 200_000
output = 64_000

[modalities]
input = ["text", "image"]
output = ["text"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Claude Sonnet 4.5"
release_date = "2025-09-29"
last_updated = "2025-09-29"
attachment = true
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-07-31"
open_weights = false

[cost]
input = 6.00
output = 22.50
cache_read = 0.60
cache_write = 7.50

[limit]
context = 1_000_000
output = 64_000

[modalities]
input = ["text", "image"]
output = ["text"]
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Gemini 2.5 Pro"
release_date = "2025-03-20"
last_updated = "2025-06-05"
attachment = true
reasoning = true
temperature = true
knowledge = "2025-01"
tool_call = true
open_weights = false

[cost]
input = 2.50
output = 15.00
cache_read = 0.625

[limit]
context = 1_048_576
output = 65_536

[modalities]
input = ["text", "image", "audio", "video", "pdf"]
output = ["text"]