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"]