Compare commits

...

1 Commits

Author SHA1 Message Date
Aiden Cline 87860004ec [github-copilot] Add reasoning options 2026-06-11 23:54:56 -05:00
22 changed files with 22 additions and 0 deletions
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-fable-5"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 10
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-haiku-4-5"
reasoning_options = []
[cost]
input = 1
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-opus-4-5"
reasoning_options = []
[cost]
input = 5
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-opus-4-6"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "max"] }]
[cost]
input = 5
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-opus-4-7"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 5
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-opus-4-8"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 5
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-sonnet-4-5"
reasoning_options = []
[cost]
input = 3
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-sonnet-4-6"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "max"] }]
[cost]
input = 3
@@ -1,4 +1,5 @@
base_model = "anthropic/claude-sonnet-4-0"
reasoning_options = []
[cost]
input = 3
@@ -1,4 +1,5 @@
base_model = "google/gemini-2.5-pro"
reasoning_options = []
[cost]
input = 1.25
@@ -1,4 +1,5 @@
base_model = "google/gemini-3-flash-preview"
reasoning_options = []
[cost]
input = 0.5
@@ -1,4 +1,5 @@
base_model = "google/gemini-3.1-pro-preview"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
[cost]
input = 2
@@ -1,4 +1,5 @@
base_model = "google/gemini-3.5-flash"
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }]
[cost]
input = 1.5
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5-mini"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
[cost]
input = 0.25
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5.2-codex"
reasoning_options = []
[cost]
input = 1.75
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5.2"
reasoning_options = []
[cost]
input = 1.75
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5.3-codex"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh"] }]
[cost]
input = 1.75
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5.4-mini"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh"] }]
[cost]
input = 0.75
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5.4-nano"
reasoning_options = []
[cost]
input = 0.2
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5.4"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh"] }]
[cost]
input = 2.5
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5.5"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh"] }]
[cost]
input = 5
@@ -4,6 +4,7 @@ release_date = "2025-08-07"
last_updated = "2025-08-07"
attachment = true
reasoning = true
reasoning_options = []
temperature = false
knowledge = "2024-05-30"
tool_call = true