Skip to content

Commit 6dc1c28

Browse files
authored
Merge pull request #340 from sst/mark-gh-models-deprecated
certain copilot models were deprecated recently, marking them as such
2 parents fdc2db4 + 8892829 commit 6dc1c28

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

providers/github-copilot/models/claude-3.7-sonnet-thought.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ temperature = true
77
knowledge = "2024-04"
88
tool_call = true
99
open_weights = false
10+
status = "deprecated"
1011

1112
[limit]
1213
context = 200_000

providers/github-copilot/models/claude-3.7-sonnet.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ temperature = true
77
knowledge = "2024-04"
88
tool_call = true
99
open_weights = false
10+
status = "deprecated"
1011

1112
[limit]
1213
context = 200_000

providers/github-copilot/models/claude-opus-4.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ temperature = false
77
knowledge = "2025-03-31"
88
tool_call = false
99
open_weights = false
10+
status = "deprecated"
1011

1112
[limit]
1213
context = 80_000

providers/github-copilot/models/gemini-2.0-flash-001.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ temperature = true
77
knowledge = "2024-06"
88
tool_call = true
99
open_weights = false
10+
status = "deprecated"
1011

1112
[limit]
1213
context = 1_000_000

providers/github-copilot/models/o3-mini.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ temperature = false
77
knowledge = "2024-10"
88
tool_call = false
99
open_weights = false
10+
status = "deprecated"
1011

1112
[limit]
1213
context = 128_000

providers/github-copilot/models/o3.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ temperature = false
77
knowledge = "2024-05"
88
tool_call = true
99
open_weights = false
10+
status = "deprecated"
1011

1112
[limit]
1213
context = 128_000

providers/github-copilot/models/o4-mini.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ temperature = false
77
knowledge = "2024-10"
88
tool_call = false
99
open_weights = false
10+
status = "deprecated"
1011

1112
[limit]
1213
context = 128_000

0 commit comments

Comments
 (0)