@@ -91,8 +91,9 @@ def create(
9191 flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm.
9292
9393 model: ID of the model to use. The options are `gpt-4o-transcribe`,
94- `gpt-4o-mini-transcribe`, and `whisper-1` (which is powered by our open source
95- Whisper V2 model).
94+ `gpt-4o-mini-transcribe`, `gpt-4o-mini-transcribe-2025-12-15`, `whisper-1`
95+ (which is powered by our open source Whisper V2 model), and
96+ `gpt-4o-transcribe-diarize`.
9697
9798 chunking_strategy: Controls how the audio is cut into chunks. When set to `"auto"`, the server
9899 first normalizes loudness and then uses voice activity detection (VAD) to choose
@@ -102,8 +103,9 @@ def create(
102103 include: Additional information to include in the transcription response. `logprobs` will
103104 return the log probabilities of the tokens in the response to understand the
104105 model's confidence in the transcription. `logprobs` only works with
105- response_format set to `json` and only with the models `gpt-4o-transcribe` and
106- `gpt-4o-mini-transcribe`.
106+ response_format set to `json` and only with the models `gpt-4o-transcribe`,
107+ `gpt-4o-mini-transcribe`, and `gpt-4o-mini-transcribe-2025-12-15`. This field is
108+ not supported when using `gpt-4o-transcribe-diarize`.
107109
108110 language: The language of the input audio. Supplying the input language in
109111 [ISO-639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) (e.g. `en`)
@@ -239,8 +241,9 @@ def create(
239241 flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm.
240242
241243 model: ID of the model to use. The options are `gpt-4o-transcribe`,
242- `gpt-4o-mini-transcribe`, `whisper-1` (which is powered by our open source
243- Whisper V2 model), and `gpt-4o-transcribe-diarize`.
244+ `gpt-4o-mini-transcribe`, `gpt-4o-mini-transcribe-2025-12-15`, `whisper-1`
245+ (which is powered by our open source Whisper V2 model), and
246+ `gpt-4o-transcribe-diarize`.
244247
245248 stream: If set to true, the model response data will be streamed to the client as it is
246249 generated using
@@ -261,9 +264,9 @@ def create(
261264 include: Additional information to include in the transcription response. `logprobs` will
262265 return the log probabilities of the tokens in the response to understand the
263266 model's confidence in the transcription. `logprobs` only works with
264- response_format set to `json` and only with the models `gpt-4o-transcribe` and
265- `gpt-4o-mini-transcribe`. This field is not supported when using
266- `gpt-4o-transcribe-diarize`.
267+ response_format set to `json` and only with the models `gpt-4o-transcribe`,
268+ `gpt-4o-mini-transcribe`, and `gpt-4o-mini-transcribe-2025-12-15` . This field is
269+ not supported when using `gpt-4o-transcribe-diarize`.
267270
268271 known_speaker_names: Optional list of speaker names that correspond to the audio samples provided in
269272 `known_speaker_references[]`. Each entry should be a short identifier (for
@@ -346,8 +349,9 @@ def create(
346349 flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm.
347350
348351 model: ID of the model to use. The options are `gpt-4o-transcribe`,
349- `gpt-4o-mini-transcribe`, `whisper-1` (which is powered by our open source
350- Whisper V2 model), and `gpt-4o-transcribe-diarize`.
352+ `gpt-4o-mini-transcribe`, `gpt-4o-mini-transcribe-2025-12-15`, `whisper-1`
353+ (which is powered by our open source Whisper V2 model), and
354+ `gpt-4o-transcribe-diarize`.
351355
352356 stream: If set to true, the model response data will be streamed to the client as it is
353357 generated using
@@ -368,9 +372,9 @@ def create(
368372 include: Additional information to include in the transcription response. `logprobs` will
369373 return the log probabilities of the tokens in the response to understand the
370374 model's confidence in the transcription. `logprobs` only works with
371- response_format set to `json` and only with the models `gpt-4o-transcribe` and
372- `gpt-4o-mini-transcribe`. This field is not supported when using
373- `gpt-4o-transcribe-diarize`.
375+ response_format set to `json` and only with the models `gpt-4o-transcribe`,
376+ `gpt-4o-mini-transcribe`, and `gpt-4o-mini-transcribe-2025-12-15` . This field is
377+ not supported when using `gpt-4o-transcribe-diarize`.
374378
375379 known_speaker_names: Optional list of speaker names that correspond to the audio samples provided in
376380 `known_speaker_references[]`. Each entry should be a short identifier (for
@@ -535,8 +539,9 @@ async def create(
535539 flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm.
536540
537541 model: ID of the model to use. The options are `gpt-4o-transcribe`,
538- `gpt-4o-mini-transcribe`, `whisper-1` (which is powered by our open source
539- Whisper V2 model), and `gpt-4o-transcribe-diarize`.
542+ `gpt-4o-mini-transcribe`, `gpt-4o-mini-transcribe-2025-12-15`, `whisper-1`
543+ (which is powered by our open source Whisper V2 model), and
544+ `gpt-4o-transcribe-diarize`.
540545
541546 chunking_strategy: Controls how the audio is cut into chunks. When set to `"auto"`, the server
542547 first normalizes loudness and then uses voice activity detection (VAD) to choose
@@ -548,9 +553,9 @@ async def create(
548553 include: Additional information to include in the transcription response. `logprobs` will
549554 return the log probabilities of the tokens in the response to understand the
550555 model's confidence in the transcription. `logprobs` only works with
551- response_format set to `json` and only with the models `gpt-4o-transcribe` and
552- `gpt-4o-mini-transcribe`. This field is not supported when using
553- `gpt-4o-transcribe-diarize`.
556+ response_format set to `json` and only with the models `gpt-4o-transcribe`,
557+ `gpt-4o-mini-transcribe`, and `gpt-4o-mini-transcribe-2025-12-15` . This field is
558+ not supported when using `gpt-4o-transcribe-diarize`.
554559
555560 known_speaker_names: Optional list of speaker names that correspond to the audio samples provided in
556561 `known_speaker_references[]`. Each entry should be a short identifier (for
@@ -679,8 +684,9 @@ async def create(
679684 flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm.
680685
681686 model: ID of the model to use. The options are `gpt-4o-transcribe`,
682- `gpt-4o-mini-transcribe`, `whisper-1` (which is powered by our open source
683- Whisper V2 model), and `gpt-4o-transcribe-diarize`.
687+ `gpt-4o-mini-transcribe`, `gpt-4o-mini-transcribe-2025-12-15`, `whisper-1`
688+ (which is powered by our open source Whisper V2 model), and
689+ `gpt-4o-transcribe-diarize`.
684690
685691 stream: If set to true, the model response data will be streamed to the client as it is
686692 generated using
@@ -701,9 +707,9 @@ async def create(
701707 include: Additional information to include in the transcription response. `logprobs` will
702708 return the log probabilities of the tokens in the response to understand the
703709 model's confidence in the transcription. `logprobs` only works with
704- response_format set to `json` and only with the models `gpt-4o-transcribe` and
705- `gpt-4o-mini-transcribe`. This field is not supported when using
706- `gpt-4o-transcribe-diarize`.
710+ response_format set to `json` and only with the models `gpt-4o-transcribe`,
711+ `gpt-4o-mini-transcribe`, and `gpt-4o-mini-transcribe-2025-12-15` . This field is
712+ not supported when using `gpt-4o-transcribe-diarize`.
707713
708714 known_speaker_names: Optional list of speaker names that correspond to the audio samples provided in
709715 `known_speaker_references[]`. Each entry should be a short identifier (for
@@ -786,8 +792,9 @@ async def create(
786792 flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm.
787793
788794 model: ID of the model to use. The options are `gpt-4o-transcribe`,
789- `gpt-4o-mini-transcribe`, `whisper-1` (which is powered by our open source
790- Whisper V2 model), and `gpt-4o-transcribe-diarize`.
795+ `gpt-4o-mini-transcribe`, `gpt-4o-mini-transcribe-2025-12-15`, `whisper-1`
796+ (which is powered by our open source Whisper V2 model), and
797+ `gpt-4o-transcribe-diarize`.
791798
792799 stream: If set to true, the model response data will be streamed to the client as it is
793800 generated using
@@ -808,9 +815,9 @@ async def create(
808815 include: Additional information to include in the transcription response. `logprobs` will
809816 return the log probabilities of the tokens in the response to understand the
810817 model's confidence in the transcription. `logprobs` only works with
811- response_format set to `json` and only with the models `gpt-4o-transcribe` and
812- `gpt-4o-mini-transcribe`. This field is not supported when using
813- `gpt-4o-transcribe-diarize`.
818+ response_format set to `json` and only with the models `gpt-4o-transcribe`,
819+ `gpt-4o-mini-transcribe`, and `gpt-4o-mini-transcribe-2025-12-15` . This field is
820+ not supported when using `gpt-4o-transcribe-diarize`.
814821
815822 known_speaker_names: Optional list of speaker names that correspond to the audio samples provided in
816823 `known_speaker_references[]`. Each entry should be a short identifier (for
0 commit comments