From a6d14928b6aac03a9386d2737330aee2e3ac8775 Mon Sep 17 00:00:00 2001 From: SomeoneWithOptions Date: Wed, 18 Feb 2026 18:49:56 -0500 Subject: [PATCH] added claude sonnet 4.6 on openrouter --- .../models/anthropic/claude-sonnet-4.6.toml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 providers/openrouter/models/anthropic/claude-sonnet-4.6.toml diff --git a/providers/openrouter/models/anthropic/claude-sonnet-4.6.toml b/providers/openrouter/models/anthropic/claude-sonnet-4.6.toml new file mode 100644 index 000000000..96dbafe24 --- /dev/null +++ b/providers/openrouter/models/anthropic/claude-sonnet-4.6.toml @@ -0,0 +1,30 @@ +name = "Claude Sonnet 4.6" +family = "claude-sonnet" +release_date = "2026-02-17" +last_updated = "2026-02-17" +attachment = true +reasoning = true +temperature = true +tool_call = true +structured_output = true +open_weights = false + +[cost] +input = 3.00 +output = 15.00 +cache_read = 0.30 +cache_write = 3.75 + +[cost.context_over_200k] +input = 6.00 +output = 22.50 +cache_read = 0.60 +cache_write = 7.50 + +[limit] +context = 1_000_000 +output = 128_000 + +[modalities] +input = ["text", "image"] +output = ["text"]