Chat Completion API: add ReasoningEffort and new o1 models (#928)

* add reasoning_effort param

* add o1 model

* fix lint
This commit is contained in:
Trevor Creech
2025-01-31 10:57:57 -08:00
committed by GitHub
parent 7a2915a37d
commit 9823a8bbbd
2 changed files with 4 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ const (
O1Mini20240912 = "o1-mini-2024-09-12"
O1Preview = "o1-preview"
O1Preview20240912 = "o1-preview-2024-09-12"
O1 = "o1"
O120241217 = "o1-2024-12-17"
GPT432K0613 = "gpt-4-32k-0613"
GPT432K0314 = "gpt-4-32k-0314"
GPT432K = "gpt-4-32k"