diff --git a/src/resources/chat/completions.ts b/src/resources/chat/completions.ts index 232dc9c8a..57aa68ff4 100644 --- a/src/resources/chat/completions.ts +++ b/src/resources/chat/completions.ts @@ -567,6 +567,7 @@ export interface ChatCompletionCreateParamsBase { | 'gpt-4-32k' | 'gpt-4-32k-0314' | 'gpt-4-32k-0613' + | 'gpt-3.5-turbo-1106' | 'gpt-3.5-turbo' | 'gpt-3.5-turbo-16k' | 'gpt-3.5-turbo-0301'