Skip to content

Commit c5cc333

Browse files
committed
f
1 parent 0b4728d commit c5cc333

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

openapi.yaml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7925,17 +7925,17 @@ components:
79257925
Determinism is not guaranteed, and you should refer to the `system_fingerprint` response parameter to monitor changes in the backend.
79267926
x-oaiMeta:
79277927
beta: true
7928-
service_tier:
7929-
description: |
7930-
Specifies the latency tier to use for processing the request. This parameter is relevant for customers subscribed to the scale tier service:
7931-
- If set to 'auto', the system will utilize scale tier credits until they are exhausted.
7932-
- If set to 'default', the request will be processed in the shared cluster.
7933-
7934-
When this parameter is set, the response body will include the `service_tier` utilized.
7935-
type: string
7936-
enum: ["auto", "default"]
7937-
nullable: true
7938-
default: null
7928+
service_tier:
7929+
description: |
7930+
Specifies the latency tier to use for processing the request. This parameter is relevant for customers subscribed to the scale tier service:
7931+
- If set to 'auto', the system will utilize scale tier credits until they are exhausted.
7932+
- If set to 'default', the request will be processed in the shared cluster.
7933+
7934+
When this parameter is set, the response body will include the `service_tier` utilized.
7935+
type: string
7936+
enum: ["auto", "default"]
7937+
nullable: true
7938+
default: null
79397939
stop:
79407940
description: |
79417941
Up to 4 sequences where the API will stop generating further tokens.
@@ -8259,6 +8259,12 @@ components:
82598259
model:
82608260
type: string
82618261
description: The model to generate the completion.
8262+
service_tier:
8263+
description: The service tier used for processing the request. This field is only included if the `service_tier` parameter is specified in the request.
8264+
type: string
8265+
enum: ["scale", "default"]
8266+
example: "scale"
8267+
nullable: true
82628268
system_fingerprint:
82638269
type: string
82648270
description: |

0 commit comments

Comments
 (0)