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
6 changes: 3 additions & 3 deletions providers/github-copilot/models/claude-haiku-4.5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ input = 0
output = 0

[limit]
context = 144_000
output = 32_000
input = 128_000
context = 200_000
output = 64_000
input = 136_000

[modalities]
input = ["text", "image"]
Expand Down
4 changes: 2 additions & 2 deletions providers/github-copilot/models/claude-opus-4.5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ input = 0
output = 0

[limit]
context = 160_000
context = 200_000
output = 32_000
input = 128_000
input = 168_000

[modalities]
input = ["text", "image"]
Expand Down
6 changes: 3 additions & 3 deletions providers/github-copilot/models/claude-opus-4.6.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ input = 0
output = 0

[limit]
context = 144_000
output = 64_000
input = 128_000
context = 200_000
output = 32_000
input = 168_000

[modalities]
input = ["text", "image"]
Expand Down
4 changes: 2 additions & 2 deletions providers/github-copilot/models/claude-sonnet-4.5.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ input = 0
output = 0

[limit]
context = 144_000
context = 200_000
output = 32_000
input = 128_000
input = 168_000

[modalities]
input = ["text", "image"]
Expand Down
2 changes: 1 addition & 1 deletion providers/github-copilot/models/claude-sonnet-4.6.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ output = 0
[limit]
context = 200_000
output = 32_000
input = 128_000
input = 168_000

[modalities]
input = ["text", "image"]
Expand Down
6 changes: 3 additions & 3 deletions providers/github-copilot/models/gpt-5.2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ input = 0
output = 0

[limit]
context = 264_000
input = 128_000
output = 64_000
context = 400_000
input = 272_000
output = 128_000

[modalities]
input = ["text", "image"]
Expand Down
Loading