fix(llmgateway): add GPT-5.6 reasoning options
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user