File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 109
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-2bcc845d8635bf93ddcf9ee723af4d7928248412a417bee5fc10d863a1e13867 .yml
3
- openapi_spec_hash : 865230cb3abeb01bd85de05891af23c4
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-04213ea42074f52b8e7e60e101ed7d7ae47b8abcc233c7e8eae310bba544454d .yml
3
+ openapi_spec_hash : 5fb148608764103ba3700cd6bda4f22e
4
4
config_hash : ed1e6b3c5f93d12b80d31167f55c557c
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ module ChatModel
30
30
GPT_4O_AUDIO_PREVIEW = :"gpt-4o-audio-preview"
31
31
GPT_4O_AUDIO_PREVIEW_2024_10_01 = :"gpt-4o-audio-preview-2024-10-01"
32
32
GPT_4O_AUDIO_PREVIEW_2024_12_17 = :"gpt-4o-audio-preview-2024-12-17"
33
+ GPT_4O_AUDIO_PREVIEW_2025_06_03 = :"gpt-4o-audio-preview-2025-06-03"
33
34
GPT_4O_MINI_AUDIO_PREVIEW = :"gpt-4o-mini-audio-preview"
34
35
GPT_4O_MINI_AUDIO_PREVIEW_2024_12_17 = :"gpt-4o-mini-audio-preview-2024-12-17"
35
36
GPT_4O_SEARCH_PREVIEW = :"gpt-4o-search-preview"
Original file line number Diff line number Diff line change @@ -52,6 +52,11 @@ module OpenAI
52
52
:"gpt-4o-audio-preview-2024-12-17" ,
53
53
OpenAI ::ChatModel ::TaggedSymbol
54
54
)
55
+ GPT_4O_AUDIO_PREVIEW_2025_06_03 =
56
+ T . let (
57
+ :"gpt-4o-audio-preview-2025-06-03" ,
58
+ OpenAI ::ChatModel ::TaggedSymbol
59
+ )
55
60
GPT_4O_MINI_AUDIO_PREVIEW =
56
61
T . let ( :"gpt-4o-mini-audio-preview" , OpenAI ::ChatModel ::TaggedSymbol )
57
62
GPT_4O_MINI_AUDIO_PREVIEW_2024_12_17 =
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ module OpenAI
26
26
| :"gpt-4o-audio-preview"
27
27
| :"gpt-4o-audio-preview-2024-10-01"
28
28
| :"gpt-4o-audio-preview-2024-12-17"
29
+ | :"gpt-4o-audio-preview-2025-06-03"
29
30
| :"gpt-4o-mini-audio-preview"
30
31
| :"gpt-4o-mini-audio-preview-2024-12-17"
31
32
| :"gpt-4o-search-preview"
@@ -84,6 +85,7 @@ module OpenAI
84
85
GPT_4O_AUDIO_PREVIEW: :"gpt-4o-audio-preview"
85
86
GPT_4O_AUDIO_PREVIEW_2024_10_01: :"gpt-4o-audio-preview-2024-10-01"
86
87
GPT_4O_AUDIO_PREVIEW_2024_12_17: :"gpt-4o-audio-preview-2024-12-17"
88
+ GPT_4O_AUDIO_PREVIEW_2025_06_03: :"gpt-4o-audio-preview-2025-06-03"
87
89
GPT_4O_MINI_AUDIO_PREVIEW: :"gpt-4o-mini-audio-preview"
88
90
GPT_4O_MINI_AUDIO_PREVIEW_2024_12_17: :"gpt-4o-mini-audio-preview-2024-12-17"
89
91
GPT_4O_SEARCH_PREVIEW: :"gpt-4o-search-preview"
You can’t perform that action at this time.
0 commit comments