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