You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
<!-- x-release-please-start-version -->
16
16
17
17
```ruby
18
-
gem "openai", "~> 0.62.0"
18
+
gem "openai", "~> 0.63.0"
19
19
```
20
20
21
21
<!-- x-release-please-end -->
@@ -111,6 +111,7 @@ Note that you can also pass a raw `IO` descriptor, but this disables retries, as
111
111
112
112
For secure, automated environments like cloud-managed Kubernetes, Azure, and GCP, you can use workload identity authentication with short-lived tokens from cloud identity providers instead of long-lived API keys.
113
113
114
+
`client_id` remains available as an optional parameter for token exchange setups that require an explicit OAuth client ID.
# Some parameter documentations has been truncated, see
61
67
# {OpenAI::Models::Responses::ResponseCompactParams} for more details.
62
68
#
@@ -72,6 +78,8 @@ class ResponseCompactParams < OpenAI::Internal::Type::BaseModel
72
78
#
73
79
# @param prompt_cache_retention [Symbol, OpenAI::Models::Responses::ResponseCompactParams::PromptCacheRetention, nil] How long to retain a prompt cache entry created by this request.
74
80
#
81
+
# @param service_tier [Symbol, OpenAI::Models::Responses::ResponseCompactParams::ServiceTier, nil] The service tier to use for this request.
# @param model [Symbol, String, OpenAI::Models::Responses::ResponseCompactParams::Model, nil] Model ID used to generate the response, like `gpt-5` or `o3`. OpenAI offers a wi
# @param prompt_cache_retention [Symbol, OpenAI::Models::Responses::ResponseCompactParams::PromptCacheRetention, nil] How long to retain a prompt cache entry created by this request.
499
499
#
500
+
# @param service_tier [Symbol, OpenAI::Models::Responses::ResponseCompactParams::ServiceTier, nil] The service tier to use for this request.
0 commit comments