From 5b9186f6a9607fa0cfa32aac405af93a9381234f Mon Sep 17 00:00:00 2001 From: Devarsh <75148774+imdevarsh@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:06:33 +1300 Subject: [PATCH] feat(openrouter): add claude opus 4.6 to openrouter models list --- .../models/anthropic/claude-opus-4.6.toml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 providers/openrouter/models/anthropic/claude-opus-4.6.toml diff --git a/providers/openrouter/models/anthropic/claude-opus-4.6.toml b/providers/openrouter/models/anthropic/claude-opus-4.6.toml new file mode 100644 index 000000000..aa71b77d7 --- /dev/null +++ b/providers/openrouter/models/anthropic/claude-opus-4.6.toml @@ -0,0 +1,30 @@ +name = "Claude Opus 4.6" +family = "claude-opus" +release_date = "2026-02-05" +last_updated = "2026-02-05" +attachment = true +reasoning = true +temperature = true +tool_call = true +knowledge = "2025-05-30" +open_weights = false + +[cost] +input = 5.00 +output = 25.00 +cache_read = 0.50 +cache_write = 6.25 + +[cost.context_over_200k] +input = 10.00 +output = 37.50 +cache_read = 1.00 +cache_write = 12.50 + +[limit] +context = 1_000_000 +output = 128_000 + +[modalities] +input = ["text", "image", "pdf"] +output = ["text"]