Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion providers/github-copilot/models/claude-haiku-4.5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ input = 0
output = 0

[limit]
context = 128_000
context = 144_000
output = 16_000

[modalities]
Expand Down
2 changes: 1 addition & 1 deletion providers/github-copilot/models/claude-opus-4.5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ input = 0
output = 0

[limit]
context = 128_000
context = 144_000
output = 16_000

[modalities]
Expand Down
2 changes: 1 addition & 1 deletion providers/github-copilot/models/claude-sonnet-4.5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ input = 0
output = 0

[limit]
context = 128_000
context = 144_000
output = 16_000

[modalities]
Expand Down
4 changes: 2 additions & 2 deletions providers/github-copilot/models/gpt-5.1-codex-max.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "GPT-5.1-Codex-max"
family = "gpt-5-codex-max"
family = "gpt-5-codex-max"
release_date = "2025-12-04"
last_updated = "2025-12-04"
attachment = true
Expand All @@ -14,7 +14,7 @@ input = 0
output = 0

[limit]
context = 128_000
context = 400_000
output = 128_000

[modalities]
Expand Down
4 changes: 2 additions & 2 deletions providers/github-copilot/models/gpt-5.1-codex.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "GPT-5.1-Codex"
family = "gpt-5-codex"
family = "gpt-5-codex"
release_date = "2025-11-13"
last_updated = "2025-11-13"
attachment = false
Expand All @@ -14,7 +14,7 @@ input = 0
output = 0

[limit]
context = 128_000
context = 400_000
output = 128_000

[modalities]
Expand Down
6 changes: 3 additions & 3 deletions providers/github-copilot/models/gpt-5.1.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "GPT-5.1"
family = "gpt-5"
family = "gpt-5"
release_date = "2025-11-13"
last_updated = "2025-11-13"
attachment = true
Expand All @@ -14,8 +14,8 @@ input = 0
output = 0

[limit]
context = 128_000
output = 128_000
context = 264_000
output = 64_000

[modalities]
input = ["text", "image"]
Expand Down
2 changes: 1 addition & 1 deletion providers/github-copilot/models/gpt-5.2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ input = 0
output = 0

[limit]
context = 128_000
context = 264_000
output = 64_000

[modalities]
Expand Down