From 974713311be582b9d4f16da98b0f22c37412fc4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9F=8E=E4=BA=8C?= Date: Fri, 6 Feb 2026 11:11:19 +0800 Subject: [PATCH] feat: Added Claude Opus 4.6 model configuration file --- .../models/anthropic/claude-opus-4.6.toml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 providers/zenmux/models/anthropic/claude-opus-4.6.toml diff --git a/providers/zenmux/models/anthropic/claude-opus-4.6.toml b/providers/zenmux/models/anthropic/claude-opus-4.6.toml new file mode 100644 index 000000000..cfe5e8179 --- /dev/null +++ b/providers/zenmux/models/anthropic/claude-opus-4.6.toml @@ -0,0 +1,23 @@ +name = "Claude Opus 4.6" +release_date = "2026-02-06" +last_updated = "2026-02-06" +attachment = true +reasoning = true +temperature = true +tool_call = true +knowledge = "2025-01-01" +open_weights = false + +[cost] +input = 5.00 +output = 25.00 +cache_read = 0.50 +cache_write = 6.25 + +[limit] +context = 1_000_000 +output = 128_000 + +[modalities] +input = ["image", "text"] +output = ["text"]