@@ -280,9 +280,9 @@ export interface ChatCompletion {
280280 * utilize scale tier credits until they are exhausted.
281281 * - If set to 'auto', and the Project is not Scale tier enabled, the request will
282282 * be processed using the default service tier with a lower uptime SLA and no
283- * latency guarentee .
283+ * latency guarantee .
284284 * - If set to 'default', the request will be processed using the default service
285- * tier with a lower uptime SLA and no latency guarentee .
285+ * tier with a lower uptime SLA and no latency guarantee .
286286 * - If set to 'flex', the request will be processed with the Flex Processing
287287 * service tier.
288288 * [Learn more](https://platform.openai.com/docs/guides/flex-processing).
@@ -531,9 +531,9 @@ export interface ChatCompletionChunk {
531531 * utilize scale tier credits until they are exhausted.
532532 * - If set to 'auto', and the Project is not Scale tier enabled, the request will
533533 * be processed using the default service tier with a lower uptime SLA and no
534- * latency guarentee .
534+ * latency guarantee .
535535 * - If set to 'default', the request will be processed using the default service
536- * tier with a lower uptime SLA and no latency guarentee .
536+ * tier with a lower uptime SLA and no latency guarantee .
537537 * - If set to 'flex', the request will be processed with the Flex Processing
538538 * service tier.
539539 * [Learn more](https://platform.openai.com/docs/guides/flex-processing).
@@ -1453,9 +1453,9 @@ export interface ChatCompletionCreateParamsBase {
14531453 * utilize scale tier credits until they are exhausted.
14541454 * - If set to 'auto', and the Project is not Scale tier enabled, the request will
14551455 * be processed using the default service tier with a lower uptime SLA and no
1456- * latency guarentee .
1456+ * latency guarantee .
14571457 * - If set to 'default', the request will be processed using the default service
1458- * tier with a lower uptime SLA and no latency guarentee .
1458+ * tier with a lower uptime SLA and no latency guarantee .
14591459 * - If set to 'flex', the request will be processed with the Flex Processing
14601460 * service tier.
14611461 * [Learn more](https://platform.openai.com/docs/guides/flex-processing).
0 commit comments