[merge-gateway/openai part 1] Add reasoning options
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
base_model = "openai/gpt-5-chat-latest"
|
||||
reasoning_options = []
|
||||
|
||||
[cost]
|
||||
input = 1.25
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "openai/gpt-5-mini"
|
||||
reasoning_options = []
|
||||
|
||||
[cost]
|
||||
input = 0.25
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "openai/gpt-5-nano"
|
||||
reasoning_options = []
|
||||
|
||||
[cost]
|
||||
input = 0.05
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "openai/gpt-5.1-chat-latest"
|
||||
reasoning_options = []
|
||||
|
||||
[cost]
|
||||
input = 1.25
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "openai/gpt-5.1"
|
||||
reasoning_options = []
|
||||
|
||||
[cost]
|
||||
input = 1.25
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "openai/gpt-5.2-chat-latest"
|
||||
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.4-mini"
|
||||
reasoning_options = []
|
||||
|
||||
[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 = []
|
||||
|
||||
[cost]
|
||||
input = 2.5
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "openai/gpt-5.5"
|
||||
reasoning_options = []
|
||||
|
||||
[cost]
|
||||
input = 5
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "openai/gpt-5"
|
||||
reasoning_options = []
|
||||
|
||||
[cost]
|
||||
input = 1.25
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "openai/o1"
|
||||
reasoning_options = []
|
||||
|
||||
[cost]
|
||||
input = 15
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "openai/o3-mini"
|
||||
reasoning_options = []
|
||||
|
||||
[cost]
|
||||
input = 1.1
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
base_model = "openai/o3"
|
||||
reasoning_options = []
|
||||
|
||||
[cost]
|
||||
input = 2
|
||||
|
||||
Reference in New Issue
Block a user