Skip to content

Commit e4c8100

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
chore(doc): clarify service tier default value (#908)
1 parent dbd5c40 commit e4c8100

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 64
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-8fe357c6b5a425d810d731e4102a052d8e38c5e2d66950e6de1025415160bf88.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/openai-3a69e1cc9e1efda3fb82d0fb35961749f886a87594dae9d8d2aa5c60f157f5d2.yml

Diff for: src/resources/chat/completions.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,8 @@ export interface ChatCompletionCreateParamsBase {
818818
*
819819
* - If set to 'auto', the system will utilize scale tier credits until they are
820820
* exhausted.
821-
* - If set to 'default', the request will be processed in the shared cluster.
821+
* - If set to 'default', the request will be processed using the default service
822+
* tier with a lower uptime SLA and no latency guarentee.
822823
*
823824
* When this parameter is set, the response body will include the `service_tier`
824825
* utilized.

0 commit comments

Comments
 (0)