Skip to content
Closed
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-sonnet-4.5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tool_call = true
open_weights = false

[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.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tool_call = true
open_weights = false

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

[modalities]
Expand Down
2 changes: 1 addition & 1 deletion providers/github-copilot/models/gpt-4o.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ open_weights = false

[limit]
context = 128_000
output = 16_384
output = 4_096

[modalities]
input = ["text", "image"]
Expand Down
2 changes: 1 addition & 1 deletion providers/github-copilot/models/gpt-5-mini.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tool_call = true
open_weights = false

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

[modalities]
Expand Down
2 changes: 1 addition & 1 deletion providers/github-copilot/models/gpt-5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tool_call = true
open_weights = false

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

[modalities]
Expand Down
4 changes: 2 additions & 2 deletions providers/github-copilot/models/grok-code-fast-1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ tool_call = true
open_weights = false

[limit]
context = 256_000
output = 10_000
context = 128_000
output = 64_000

[modalities]
input = ["text"]
Expand Down
4 changes: 2 additions & 2 deletions providers/github-copilot/models/o3-mini.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ tool_call = false
open_weights = false

[limit]
context = 128_000
output = 65_536
context = 200_000
output = 100_000

[modalities]
input = ["text"]
Expand Down
2 changes: 1 addition & 1 deletion providers/github-copilot/models/o4-mini.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ open_weights = false

[limit]
context = 128_000
output = 65_536
output = 16_384

[modalities]
input = ["text"]
Expand Down