From b02d0db47ba7caf979f45d7ed8bb7bd453f9bb49 Mon Sep 17 00:00:00 2001 From: Mathis <93727116+mathisdev7@users.noreply.github.com> Date: Thu, 5 Feb 2026 19:47:13 +0100 Subject: [PATCH] Add configuration for Claude Opus 4.6 model --- .../models/claude-opus-4.6.toml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 providers/github-copilot/models/claude-opus-4.6.toml diff --git a/providers/github-copilot/models/claude-opus-4.6.toml b/providers/github-copilot/models/claude-opus-4.6.toml new file mode 100644 index 000000000..6a0e21897 --- /dev/null +++ b/providers/github-copilot/models/claude-opus-4.6.toml @@ -0,0 +1,22 @@ +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-03-31" +open_weights = false + +[cost] +input = 0 +output = 0 + +[limit] +context = 128_000 +output = 16_000 + +[modalities] +input = ["text", "image"] +output = ["text"]