diff --git a/providers/github-copilot/models/claude-sonnet-4.6.toml b/providers/github-copilot/models/claude-sonnet-4.6.toml new file mode 100644 index 000000000..25f9ef333 --- /dev/null +++ b/providers/github-copilot/models/claude-sonnet-4.6.toml @@ -0,0 +1,21 @@ +name = "Claude Sonnet 4.6" +family = "claude-sonnet" +release_date = "2026-02-17" +last_updated = "2026-02-17" +attachment = true +reasoning = true +temperature = true +tool_call = true +open_weights = false + +[cost] +input = 0 +output = 0 + +[limit] +context = 128_000 +output = 32_000 + +[modalities] +input = ["text", "image"] +output = ["text"]