Compare commits

...

1 Commits

Author SHA1 Message Date
Aiden Cline 783905cb1b [github-copilot/openai] Add reasoning options 2026-06-13 16:02:28 -05:00
8 changed files with 8 additions and 0 deletions
@@ -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