Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions providers/azure-open-ai/gpt-realtime-2-2026-05-06.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
costs:
- cache_read_input_audio_token_cost: 4e-7
cache_read_input_token_cost: 4e-7
input_cost_per_audio_token: 0.000032
input_cost_per_image_token: 0.000005
input_cost_per_token: 0.000004
output_cost_per_audio_token: 0.000064
output_cost_per_token: 0.000024
region: "*"
deprecationDate: "2027-05-06"
features:
- function_calling
- system_messages
- prompt_caching
- tool_choice
limits:
context_window: 256000
max_output_tokens: 32000
max_tokens: 32000
modalities:
input:
- text
- audio
- image
output:
- text
- audio
mode: realtime
model: gpt-realtime-2-2026-05-06
Comment thread
cursor[bot] marked this conversation as resolved.
Comment thread
cursor[bot] marked this conversation as resolved.
params:
- defaultValue: 128
key: max_tokens
maxValue: 32000
minValue: 1
- defaultValue: medium
key: reasoning_effort
supportedValues:
- minimal
- low
- medium
- high
type: string
provisioning: serverless
sources:
- https://learn.microsoft.com/en-us/azure/foundry/openai/concepts/realtime-2
- https://developers.openai.com/api/docs/models/gpt-realtime-2
status: active
supportedModes:
- realtime
thinking: true
Loading