@effect/ai-openai 0.26.0 → 0.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/ai-openai",
3
- "version": "0.26.0",
3
+ "version": "0.26.1",
4
4
  "description": "Effect modules for working with AI apis",
5
5
  "license": "MIT",
6
6
  "repository": {
package/src/Generated.ts CHANGED
@@ -1229,7 +1229,7 @@ export class ChatCompletionTokenLogprob extends S.Class<ChatCompletionTokenLogpr
1229
1229
  *
1230
1230
  * When this parameter is set, the response body will include the `service_tier` utilized.
1231
1231
  */
1232
- export class ServiceTier extends S.Literal("auto", "default", "flex") {}
1232
+ export class ServiceTier extends S.Literal("auto", "default", "flex", "scale") {}
1233
1233
 
1234
1234
  /**
1235
1235
  * The object type, which is always `chat.completion`.