Skip to content

Commit 4c16235

Browse files
models-bot[bot]Truefoundry Models Botsreeharikmarar
authored
feat(azure-open-ai/gpt-realtime-2-2026-05-06): add new models [bot] (#1173)
* feat(azure-open-ai/gpt-realtime-2-2026-05-06): add new models [bot] * unsupported model * realtime model * feat(azure-open-ai): update model YAMLs [bot] --------- Co-authored-by: Truefoundry Models Bot <truefoundry-models-bot@users.noreply.github.com> Co-authored-by: Sreehari K M <sreeharikmarar@gmail.com>
1 parent b505dc3 commit 4c16235

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
costs:
2+
- cache_read_input_audio_token_cost: 4e-7
3+
cache_read_input_token_cost: 4e-7
4+
input_cost_per_audio_token: 0.000032
5+
input_cost_per_image_token: 0.000005
6+
input_cost_per_token: 0.000004
7+
output_cost_per_audio_token: 0.000064
8+
output_cost_per_token: 0.000024
9+
region: "*"
10+
deprecationDate: "2027-05-06"
11+
features:
12+
- function_calling
13+
- system_messages
14+
- prompt_caching
15+
- tool_choice
16+
limits:
17+
context_window: 256000
18+
max_output_tokens: 32000
19+
max_tokens: 32000
20+
modalities:
21+
input:
22+
- text
23+
- audio
24+
- image
25+
output:
26+
- text
27+
- audio
28+
mode: realtime
29+
model: gpt-realtime-2-2026-05-06
30+
params:
31+
- defaultValue: 128
32+
key: max_tokens
33+
maxValue: 32000
34+
minValue: 1
35+
- defaultValue: medium
36+
key: reasoning_effort
37+
supportedValues:
38+
- minimal
39+
- low
40+
- medium
41+
- high
42+
type: string
43+
provisioning: serverless
44+
sources:
45+
- https://learn.microsoft.com/en-us/azure/foundry/openai/concepts/realtime-2
46+
- https://developers.openai.com/api/docs/models/gpt-realtime-2
47+
status: active
48+
supportedModes:
49+
- realtime
50+
thinking: true

0 commit comments

Comments
 (0)