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
22 changes: 22 additions & 0 deletions providers/cortecs/models/claude-4-6-sonnet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Claude Sonnet 4.6"
family = "claude-sonnet"
release_date = "2026-02-17"
last_updated = "2026-03-13"
attachment = true
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-08"
open_weights = false

[cost]
input = 3.59
output = 17.92

[limit]
context = 1_000_000
output = 1_000_000

[modalities]
input = ["text", "image", "pdf"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/cortecs/models/claude-haiku-4-5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Claude Haiku 4.5"
family = "claude-haiku"
release_date = "2025-10-15"
last_updated = "2025-10-15"
attachment = true
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-02-28"
open_weights = false

[cost]
input = 1.09
output = 5.43

[limit]
context = 200_000
output = 200_000

[modalities]
input = ["text", "image", "pdf"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/cortecs/models/claude-opus4-5.toml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these model names actually correct?

They don't have opus-4.5?

it's opus4.5?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that what the API returns for the id field.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update: Tested the actual API and yes, these names are in fact correct.

Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Claude Opus 4.5"
family = "claude-opus"
release_date = "2025-11-24"
last_updated = "2025-11-24"
attachment = true
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-03-31"
open_weights = false

[cost]
input = 5.98
output = 29.89

[limit]
context = 200_000
output = 200_000

[modalities]
input = ["text", "image", "pdf"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/cortecs/models/claude-opus4-6.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Claude Opus 4.6"
family = "claude-opus"
release_date = "2026-02-05"
last_updated = "2026-03-13"
attachment = true
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-05"
open_weights = false

[cost]
input = 5.98
output = 29.89

[limit]
context = 1_000_000
output = 1_000_000

[modalities]
input = ["text", "image", "pdf"]
output = ["text"]
Loading