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: volcengine-java-sdk-ark-runtime/src/main/java/com/volcengine/ark/runtime/model/completion/chat/ChatCompletionRequest.java
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,13 @@ public class ChatCompletionRequest {
48
48
@JsonProperty("stream_options")
49
49
ChatCompletionRequestStreamOptionsstreamOptions;
50
50
51
+
/**
52
+
* Specifies the latency tier to use for processing the request.
53
+
* This parameter is relevant for customers subscribed to the scale tier service
54
+
*/
55
+
@JsonProperty("service_tier")
56
+
StringserviceTier;
57
+
51
58
/**
52
59
* Up to 4 sequences where the API will stop generating further tokens.
53
60
*/
@@ -181,6 +188,14 @@ public void setStreamOptions(ChatCompletionRequestStreamOptions streamOptions) {
Copy file name to clipboardExpand all lines: volcengine-java-sdk-ark-runtime/src/main/java/com/volcengine/ark/runtime/model/completion/chat/ChatCompletionResult.java
0 commit comments