Skip to content

Commit 658f053

Browse files
feat(api): add new text parameters, expiration options
1 parent 7699c4f commit 658f053

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2340
-283
lines changed

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 111
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-9cadfad609f94f20ebf74fdc06a80302f1a324dc69700a309a8056aabca82fd2.yml
3-
openapi_spec_hash: 3eb8d86c06f0bb5e1190983e5acfc9ba
4-
config_hash: 68337b532875626269c304372a669f67
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai%2Fopenai-24be531010b354303d741fc9247c1f84f75978f9f7de68aca92cb4f240a04722.yml
3+
openapi_spec_hash: 3e46f439f6a863beadc71577eb4efa15
4+
config_hash: ed87b9139ac595a04a2162d754df2fed

openai-java-core/src/main/kotlin/com/openai/models/Reasoning.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import java.util.Optional
1818
import kotlin.jvm.optionals.getOrNull
1919

2020
/**
21-
* **o-series models only**
21+
* **gpt-5 and o-series models only**
2222
*
2323
* Configuration options for [reasoning models](https://platform.openai.com/docs/guides/reasoning).
2424
*/

0 commit comments

Comments
 (0)