From 673cef87222896f9a01a2e58237710812d2b9bd9 Mon Sep 17 00:00:00 2001 From: Prabhash Varma Buddharaju Date: Thu, 28 May 2026 23:58:55 +0530 Subject: [PATCH] Add gpt-realtime-whisper configuration and pricing details across general and pricing JSON files --- general/azure-openai.json | 4 ++++ general/open-ai.json | 4 ++++ general/openai.json | 4 ++++ pricing/azure-openai.json | 26 ++++++++++++++++++++++++++ pricing/openai.json | 26 ++++++++++++++++++++++++++ 5 files changed, 64 insertions(+) diff --git a/general/azure-openai.json b/general/azure-openai.json index 841d201c0..7ce3ef2bf 100644 --- a/general/azure-openai.json +++ b/general/azure-openai.json @@ -2560,6 +2560,10 @@ "disablePlayground": true, "type": { "primary": "text" } }, + "gpt-realtime-whisper": { + "disablePlayground": true, + "type": { "primary": "audio" } + }, "o3-pro": { "disablePlayground": true, "type": { "primary": "text" } diff --git a/general/open-ai.json b/general/open-ai.json index 3ef125437..2a8cb6241 100644 --- a/general/open-ai.json +++ b/general/open-ai.json @@ -1339,6 +1339,10 @@ "gpt-4o-realtime-preview-2025-06-03": { "type": { "primary": "chat", "supported": [] } }, + "gpt-realtime-whisper": { + "disablePlayground": true, + "type": { "primary": "audio" } + }, "o3-deep-research": { "disablePlayground": true, "params": [{ "key": "max_completion_tokens", "defaultValue": 1000, "minValue": 1, "maxValue": 100000 }], diff --git a/general/openai.json b/general/openai.json index b8489986f..858326862 100644 --- a/general/openai.json +++ b/general/openai.json @@ -1339,6 +1339,10 @@ "gpt-4o-realtime-preview-2025-06-03": { "type": { "primary": "chat", "supported": [] } }, + "gpt-realtime-whisper": { + "disablePlayground": true, + "type": { "primary": "audio" } + }, "o3-deep-research": { "disablePlayground": true, "params": [{ "key": "max_completion_tokens", "defaultValue": 1000, "minValue": 1, "maxValue": 100000 }], diff --git a/pricing/azure-openai.json b/pricing/azure-openai.json index dba1e5223..a8de0df5a 100644 --- a/pricing/azure-openai.json +++ b/pricing/azure-openai.json @@ -2053,6 +2053,32 @@ } } }, + "gpt-realtime-whisper": { + "pricing_config": { + "pay_as_you_go": { + "request_token": { + "price": 1.7 + }, + "response_token": { + "price": 0 + }, + "request_audio_token": { + "price": 1.7 + }, + "response_audio_token": { + "price": 0 + }, + "additional_units": { + "request_audio_token": { + "price": 1.7 + }, + "response_audio_token": { + "price": 0 + } + } + } + } + }, "gpt-5-2025-08-07": { "pricing_config": { "pay_as_you_go": { diff --git a/pricing/openai.json b/pricing/openai.json index e653676a1..8c5d6b187 100644 --- a/pricing/openai.json +++ b/pricing/openai.json @@ -1167,6 +1167,32 @@ } } }, + "gpt-realtime-whisper": { + "pricing_config": { + "pay_as_you_go": { + "request_token": { + "price": 1.7 + }, + "response_token": { + "price": 0 + }, + "request_audio_token": { + "price": 1.7 + }, + "response_audio_token": { + "price": 0 + }, + "additional_units": { + "request_audio_token": { + "price": 1.7 + }, + "response_audio_token": { + "price": 0 + } + } + } + } + }, "gpt-3.5-turbo-0613": { "pricing_config": { "pay_as_you_go": {