From 58cb222125d2afcda61220efe0f65a7eb191cd85 Mon Sep 17 00:00:00 2001 From: BlockListed <44610569+BlockListed@users.noreply.github.com> Date: Sat, 21 Mar 2026 09:14:29 +0100 Subject: [PATCH] add more claude models to cortecs --- .../cortecs/models/claude-4-6-sonnet.toml | 22 +++++++++++++++++++ .../cortecs/models/claude-haiku-4-5.toml | 22 +++++++++++++++++++ providers/cortecs/models/claude-opus4-5.toml | 22 +++++++++++++++++++ providers/cortecs/models/claude-opus4-6.toml | 22 +++++++++++++++++++ 4 files changed, 88 insertions(+) create mode 100644 providers/cortecs/models/claude-4-6-sonnet.toml create mode 100644 providers/cortecs/models/claude-haiku-4-5.toml create mode 100644 providers/cortecs/models/claude-opus4-5.toml create mode 100644 providers/cortecs/models/claude-opus4-6.toml diff --git a/providers/cortecs/models/claude-4-6-sonnet.toml b/providers/cortecs/models/claude-4-6-sonnet.toml new file mode 100644 index 000000000..df81dc9c9 --- /dev/null +++ b/providers/cortecs/models/claude-4-6-sonnet.toml @@ -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"] diff --git a/providers/cortecs/models/claude-haiku-4-5.toml b/providers/cortecs/models/claude-haiku-4-5.toml new file mode 100644 index 000000000..3791ce8ba --- /dev/null +++ b/providers/cortecs/models/claude-haiku-4-5.toml @@ -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"] diff --git a/providers/cortecs/models/claude-opus4-5.toml b/providers/cortecs/models/claude-opus4-5.toml new file mode 100644 index 000000000..2970a2f3e --- /dev/null +++ b/providers/cortecs/models/claude-opus4-5.toml @@ -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"] diff --git a/providers/cortecs/models/claude-opus4-6.toml b/providers/cortecs/models/claude-opus4-6.toml new file mode 100644 index 000000000..31c1ca77d --- /dev/null +++ b/providers/cortecs/models/claude-opus4-6.toml @@ -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"]