diff --git a/providers/github-copilot/models/claude-sonnet-4.5.toml b/providers/github-copilot/models/claude-sonnet-4.5.toml index 98544e26..4e3ecb17 100644 --- a/providers/github-copilot/models/claude-sonnet-4.5.toml +++ b/providers/github-copilot/models/claude-sonnet-4.5.toml @@ -9,7 +9,7 @@ tool_call = true open_weights = false [limit] -context = 128_000 +context = 144_000 output = 16_000 [modalities] diff --git a/providers/github-copilot/models/claude-sonnet-4.toml b/providers/github-copilot/models/claude-sonnet-4.toml index 3515f243..7e1d566c 100644 --- a/providers/github-copilot/models/claude-sonnet-4.toml +++ b/providers/github-copilot/models/claude-sonnet-4.toml @@ -9,7 +9,7 @@ tool_call = true open_weights = false [limit] -context = 128_000 +context = 216_000 output = 16_000 [modalities] diff --git a/providers/github-copilot/models/gpt-4o.toml b/providers/github-copilot/models/gpt-4o.toml index 7398929f..84aaa87a 100644 --- a/providers/github-copilot/models/gpt-4o.toml +++ b/providers/github-copilot/models/gpt-4o.toml @@ -10,7 +10,7 @@ open_weights = false [limit] context = 128_000 -output = 16_384 +output = 4_096 [modalities] input = ["text", "image"] diff --git a/providers/github-copilot/models/gpt-5-mini.toml b/providers/github-copilot/models/gpt-5-mini.toml index ac648345..06f145cb 100644 --- a/providers/github-copilot/models/gpt-5-mini.toml +++ b/providers/github-copilot/models/gpt-5-mini.toml @@ -9,7 +9,7 @@ tool_call = true open_weights = false [limit] -context = 128_000 +context = 264_000 output = 64_000 [modalities] diff --git a/providers/github-copilot/models/gpt-5.toml b/providers/github-copilot/models/gpt-5.toml index 94f5ed57..8ba9cba9 100644 --- a/providers/github-copilot/models/gpt-5.toml +++ b/providers/github-copilot/models/gpt-5.toml @@ -9,7 +9,7 @@ tool_call = true open_weights = false [limit] -context = 128_000 +context = 264_000 output = 64_000 [modalities] diff --git a/providers/github-copilot/models/grok-code-fast-1.toml b/providers/github-copilot/models/grok-code-fast-1.toml index 8472133a..154e1bb5 100644 --- a/providers/github-copilot/models/grok-code-fast-1.toml +++ b/providers/github-copilot/models/grok-code-fast-1.toml @@ -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"] diff --git a/providers/github-copilot/models/o3-mini.toml b/providers/github-copilot/models/o3-mini.toml index d009ab47..d0d05f27 100644 --- a/providers/github-copilot/models/o3-mini.toml +++ b/providers/github-copilot/models/o3-mini.toml @@ -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"] diff --git a/providers/github-copilot/models/o4-mini.toml b/providers/github-copilot/models/o4-mini.toml index f8cab5a5..fe9d5de7 100644 --- a/providers/github-copilot/models/o4-mini.toml +++ b/providers/github-copilot/models/o4-mini.toml @@ -10,7 +10,7 @@ open_weights = false [limit] context = 128_000 -output = 65_536 +output = 16_384 [modalities] input = ["text"]