fix(llmgateway): add GPT-5.6 reasoning options

This commit is contained in:
Aiden Cline
2026-07-09 16:58:27 -05:00
parent fa8a4818bf
commit b660552d37
3 changed files with 3 additions and 3 deletions
@@ -1,5 +1,5 @@
base_model = "openai/gpt-5.6-luna"
reasoning_options = []
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 1
+1 -1
View File
@@ -1,5 +1,5 @@
base_model = "openai/gpt-5.6-sol"
reasoning_options = []
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 5
@@ -1,5 +1,5 @@
base_model = "openai/gpt-5.6-terra"
reasoning_options = []
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh", "max"] }]
[cost]
input = 2.5