Compare commits

...

1 Commits

Author SHA1 Message Date
Aiden Cline b69a4fc71e [vercel/openai part 1] Add reasoning options 2026-06-13 16:04:41 -05:00
15 changed files with 15 additions and 0 deletions
@@ -4,6 +4,7 @@ release_date = "2025-08-07"
last_updated = "2025-08-07"
attachment = true
reasoning = true
reasoning_options = []
temperature = true
tool_call = true
knowledge = "2024-10"
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5-pro"
reasoning_options = [{ type = "effort", values = ["high"] }]
name = "GPT-5 pro"
family = "gpt"
release_date = "2025-08-07"
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5.1-codex-max"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh"] }]
name = "GPT 5.1 Codex Max"
family = "gpt"
release_date = "2025-11-19"
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5.1-codex-mini"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
family = "gpt"
release_date = "2025-11-12"
temperature = true
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5.1-codex"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
name = "GPT-5.1-Codex"
family = "gpt"
release_date = "2025-11-12"
@@ -4,6 +4,7 @@ release_date = "2025-11-12"
last_updated = "2025-08-07"
attachment = true
reasoning = true
reasoning_options = []
temperature = true
tool_call = true
knowledge = "2024-10"
@@ -4,6 +4,7 @@ release_date = "2025-11-12"
last_updated = "2025-08-07"
attachment = true
reasoning = true
reasoning_options = []
temperature = true
tool_call = true
knowledge = "2024-10"
@@ -4,6 +4,7 @@ release_date = "2025-12-11"
last_updated = "2025-08-07"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["medium"] }]
temperature = true
tool_call = true
knowledge = "2024-10"
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5.2-codex"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh"] }]
name = "GPT-5.2-Codex"
release_date = "2025-12-18"
temperature = true
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5.2-pro"
reasoning_options = [{ type = "effort", values = ["medium", "high", "xhigh"] }]
name = "GPT 5.2 "
family = "gpt"
temperature = true
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5.2"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh"] }]
temperature = true
knowledge = "2024-10"
@@ -2,6 +2,7 @@ name = "GPT-5.3 Chat"
family = "gpt"
attachment = true
reasoning = true
reasoning_options = []
tool_call = true
temperature = true
release_date = "2026-03-03"
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5.3-codex"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "xhigh"] }]
name = "GPT 5.3 Codex"
family = "gpt"
release_date = "2026-02-24"
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5.4-mini"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh"] }]
name = "GPT 5.4 Mini"
family = "gpt"
temperature = true
@@ -1,4 +1,5 @@
base_model = "openai/gpt-5.4-nano"
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high", "xhigh"] }]
name = "GPT 5.4 Nano"
family = "gpt"
temperature = true