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

[limit]
context = 128_000
output = 16_000
context = 200_000
input = 128_000
output = 32_000

[modalities]
input = ["text", "image"]
Expand Down
5 changes: 3 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,8 +14,9 @@ input = 0
output = 0

[limit]
context = 128_000
output = 16_000
context = 200_000
input = 128_000
output = 32_000

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

[limit]
context = 128_000
context = 200_000
input = 128_000
output = 64_000

[modalities]
Expand Down
1 change: 1 addition & 0 deletions providers/github-copilot/models/claude-opus-41.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ output = 0

[limit]
context = 80_000
input = 80_000
output = 16_000

[modalities]
Expand Down
5 changes: 3 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,8 +14,9 @@ input = 0
output = 0

[limit]
context = 128_000
output = 16_000
context = 200_000
input = 128_000
output = 32_000

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

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

[modalities]
Expand Down
1 change: 1 addition & 0 deletions providers/github-copilot/models/gemini-2.5-pro.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ output = 0

[limit]
context = 128_000
input = 109_000
output = 64_000

[modalities]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ output = 0

[limit]
context = 128_000
input = 109_000
output = 64_000

[modalities]
Expand Down
1 change: 1 addition & 0 deletions providers/github-copilot/models/gemini-3-pro-preview.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ output = 0

[limit]
context = 128_000
input = 109_000
output = 64_000

[modalities]
Expand Down
3 changes: 2 additions & 1 deletion providers/github-copilot/models/gpt-4.1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ output = 0

[limit]
context = 128_000
output = 16_384
input = 111_000
output = 16_000

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

[limit]
context = 64_000
output = 16_384
context = 128_000
input = 64_000
output = 4_000

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

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

[modalities]
Expand Down
7 changes: 4 additions & 3 deletions providers/github-copilot/models/gpt-5.1-codex-max.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ open_weights = false
input = 0
output = 0

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

[modalities]
input = ["text", "image"]
Expand Down
7 changes: 4 additions & 3 deletions providers/github-copilot/models/gpt-5.1-codex-mini.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ open_weights = false
input = 0
output = 0

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

[modalities]
input = ["text", "image"]
Expand Down
7 changes: 4 additions & 3 deletions providers/github-copilot/models/gpt-5.1-codex.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ open_weights = false
input = 0
output = 0

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

[modalities]
input = ["text", "image"]
Expand Down
7 changes: 4 additions & 3 deletions providers/github-copilot/models/gpt-5.1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ open_weights = false
input = 0
output = 0

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

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

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

[modalities]
Expand Down
3 changes: 2 additions & 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,8 @@ input = 0
output = 0

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

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

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

[modalities]
Expand Down
1 change: 1 addition & 0 deletions providers/github-copilot/models/grok-code-fast-1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ output = 0

[limit]
context = 128_000
input = 109_000
output = 64_000

[modalities]
Expand Down