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
/// If the Project is Scale tier enabled, the system will utilize scale tier credits until they are exhausted. Otherwise, the request will be processed using the default service tier with a lower uptime SLA and no latency guarentee.
98
+
/// The request will be processed with the service tier configured in the Project settings.
99
+
///
100
+
/// Unless otherwise configured, the Project will use 'default'.
98
101
case auto
99
-
/// The request will be processed using the default service tier with a lower uptime SLA and no latency guarentee.
102
+
103
+
/// The requset will be processed with the standard pricing and performance for the selected model.
100
104
case `default`
105
+
101
106
/// The request will be processed with the Flex Processing service tier.
102
107
case flex
108
+
109
+
/// The request will be processed with the Priority Processing service tier.
0 commit comments