From a0b5d19668eeeb8bcf00aa17ac54350e7560a0c4 Mon Sep 17 00:00:00 2001 From: zhzy0077 Date: Fri, 13 Feb 2026 14:11:37 +0800 Subject: [PATCH] Add Claude Opus 4.6 (1M context) for GitHub Copilot --- .../models/claude-opus-4.6-1m.toml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 providers/github-copilot/models/claude-opus-4.6-1m.toml diff --git a/providers/github-copilot/models/claude-opus-4.6-1m.toml b/providers/github-copilot/models/claude-opus-4.6-1m.toml new file mode 100644 index 000000000..8cd4e8498 --- /dev/null +++ b/providers/github-copilot/models/claude-opus-4.6-1m.toml @@ -0,0 +1,22 @@ +name = "Claude Opus 4.6 (1M context)" +family = "claude-opus" +release_date = "2026-02-13" +last_updated = "2026-02-13" +attachment = true +reasoning = true +temperature = true +tool_call = true +knowledge = "2025-03-31" +open_weights = false + +[cost] +input = 0 +output = 0 + +[limit] +context = 936_000 +output = 64_000 + +[modalities] +input = ["text", "image"] +output = ["text"]