From e2bfa6352f62958a027b859594bb16286f536fee Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 8 May 2026 13:59:23 -0700 Subject: [PATCH] Add changelog for #4450 --- changelog/4450.changed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4450.changed.md diff --git a/changelog/4450.changed.md b/changelog/4450.changed.md new file mode 100644 index 000000000..88cff3421 --- /dev/null +++ b/changelog/4450.changed.md @@ -0,0 +1 @@ +- Changed the default OpenAI Realtime input audio transcription model from `gpt-4o-transcribe` to `gpt-realtime-whisper` for both `OpenAIRealtimeSTTService` and `OpenAIRealtimeLLMService`. The new model does not accept the `prompt` parameter; if a prompt is supplied alongside `gpt-realtime-whisper`, it is dropped automatically and a warning is logged. To keep using prompt hints, explicitly pin `model="gpt-4o-transcribe"` (or `"gpt-4o-mini-transcribe"`).