File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ OpenAI Chat: gpt-4o-mini (aliases: 4o-mini)
36
36
OpenAI Chat: gpt-4o-audio-preview
37
37
OpenAI Chat: gpt-4o-audio-preview-2024-12-17
38
38
OpenAI Chat: gpt-4o-audio-preview-2024-10-01
39
+ OpenAI Chat: gpt-4o-mini-audio-preview
40
+ OpenAI Chat: gpt-4o-mini-audio-preview-2024-12-17
39
41
OpenAI Chat: gpt-3.5-turbo (aliases: 3.5, chatgpt)
40
42
OpenAI Chat: gpt-3.5-turbo-16k (aliases: chatgpt-16k, 3.5-16k)
41
43
OpenAI Chat: gpt-4 (aliases: 4, gpt4)
Original file line number Diff line number Diff line change @@ -332,6 +332,32 @@ OpenAI Chat: gpt-4o-audio-preview-2024-10-01
332
332
json_object: boolean
333
333
Attachment types:
334
334
audio/mpeg, audio/wav
335
+ OpenAI Chat: gpt-4o-mini-audio-preview
336
+ Options:
337
+ temperature: float
338
+ max_tokens: int
339
+ top_p: float
340
+ frequency_penalty: float
341
+ presence_penalty: float
342
+ stop: str
343
+ logit_bias: dict, str
344
+ seed: int
345
+ json_object: boolean
346
+ Attachment types:
347
+ audio/mpeg, audio/wav
348
+ OpenAI Chat: gpt-4o-mini-audio-preview-2024-12-17
349
+ Options:
350
+ temperature: float
351
+ max_tokens: int
352
+ top_p: float
353
+ frequency_penalty: float
354
+ presence_penalty: float
355
+ stop: str
356
+ logit_bias: dict, str
357
+ seed: int
358
+ json_object: boolean
359
+ Attachment types:
360
+ audio/mpeg, audio/wav
335
361
OpenAI Chat: gpt-3.5-turbo (aliases: 3.5, chatgpt)
336
362
Options:
337
363
temperature: float
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ def register_models(register):
41
41
"gpt-4o-audio-preview" ,
42
42
"gpt-4o-audio-preview-2024-12-17" ,
43
43
"gpt-4o-audio-preview-2024-10-01" ,
44
+ "gpt-4o-mini-audio-preview" ,
45
+ "gpt-4o-mini-audio-preview-2024-12-17" ,
44
46
):
45
47
register (
46
48
Chat (audio_model_id , audio = True ),
You can’t perform that action at this time.
0 commit comments