@effect/ai-openai 0.28.2 → 0.29.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.
@@ -273,7 +273,7 @@
273
273
  * Extracted words and their corresponding timestamps.
274
274
  */"words":/*#__PURE__*/S.optionalWith(/*#__PURE__*/S.Array(TranscriptionWord),{nullable:true}),/**
275
275
  * Segments of the transcribed text and their corresponding details.
276
- */"segments":/*#__PURE__*/S.optionalWith(/*#__PURE__*/S.Array(TranscriptionSegment),{nullable:true})}){}exports.CreateTranscriptionResponseVerboseJson=CreateTranscriptionResponseVerboseJson;class CreateTranscription200 extends/*#__PURE__*/S.Union(CreateTranscriptionResponseJson,CreateTranscriptionResponseVerboseJson){}exports.CreateTranscription200=CreateTranscription200;class CreateTranslationRequestModelEnum extends/*#__PURE__*/S.Literal("whisper-1"){}/**
276
+ */"segments":/*#__PURE__*/S.optionalWith(/*#__PURE__*/S.Array(TranscriptionSegment),{nullable:true})}){}exports.CreateTranscriptionResponseVerboseJson=CreateTranscriptionResponseVerboseJson;class CreateTranscription200 extends/*#__PURE__*/S.Union(CreateTranscriptionResponseVerboseJson,CreateTranscriptionResponseJson){}exports.CreateTranscription200=CreateTranscription200;class CreateTranslationRequestModelEnum extends/*#__PURE__*/S.Literal("whisper-1"){}/**
277
277
  * The format of the output, in one of these options: `json`, `text`, `srt`, `verbose_json`, or `vtt`.
278
278
  */exports.CreateTranslationRequestModelEnum=CreateTranslationRequestModelEnum;class CreateTranslationRequestResponseFormat extends/*#__PURE__*/S.Literal("json","text","srt","verbose_json","vtt"){}exports.CreateTranslationRequestResponseFormat=CreateTranslationRequestResponseFormat;class CreateTranslationRequest extends/*#__PURE__*/S.Class("CreateTranslationRequest")({/**
279
279
  * The audio file object (not file name) translate, in one of these formats: flac, mp3, mp4, mpeg, mpga, m4a, ogg, wav, or webm.
@@ -776,11 +776,11 @@
776
776
  * offers a wide range of models with different capabilities, performance
777
777
  * characteristics, and price points. Refer to the [model guide](/docs/models)
778
778
  * to browse and compare available models.
779
- */"model":ModelIdsShared,"modalities":/*#__PURE__*/S.optionalWith(ResponseModalities,{nullable:true}),"reasoning_effort":/*#__PURE__*/S.optionalWith(ReasoningEffort,{nullable:true,default:()=>"medium"}),/**
779
+ */"model":ModelIdsShared,"modalities":/*#__PURE__*/S.optionalWith(ResponseModalities,{nullable:true}),/**
780
780
  * Constrains the verbosity of the model's response. Lower values will result
781
781
  * in more concise responseswhile higher values will result in more verbose
782
782
  * responses.
783
- */"verbosity":/*#__PURE__*/S.optionalWith(/*#__PURE__*/S.Literal("low","medium","high"),{nullable:true,default:()=>"medium"}),/**
783
+ */"verbosity":/*#__PURE__*/S.optionalWith(/*#__PURE__*/S.Literal("low","medium","high"),{nullable:true,default:()=>"medium"}),"reasoning_effort":/*#__PURE__*/S.optionalWith(ReasoningEffort,{nullable:true,default:()=>"medium"}),/**
784
784
  * An upper bound for the number of tokens that can be generated for a completion, including visible output tokens and [reasoning tokens](/docs/guides/reasoning).
785
785
  */"max_completion_tokens":/*#__PURE__*/S.optionalWith(S.Int,{nullable:true}),/**
786
786
  * Number between -2.0 and 2.0. Positive values penalize new tokens based on