Uses of Interface
bg.codexio.ai.openai.api.sdk.TerminalStage
Packages that use TerminalStage
Package
Description
-
Uses of TerminalStage in bg.codexio.ai.openai.api.sdk.chat
Classes in bg.codexio.ai.openai.api.sdk.chat that implement TerminalStageModifier and TypeClassDescriptionclassConfigures messages such as system and assistant messages.classConfigures the temperature or in other words, the creativity of the model. -
Uses of TerminalStage in bg.codexio.ai.openai.api.sdk.images
Classes in bg.codexio.ai.openai.api.sdk.images that implement TerminalStageModifier and TypeClassDescriptionclassImagesTerminalStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage> Marker stage for finishing the configurations of the prompt. -
Uses of TerminalStage in bg.codexio.ai.openai.api.sdk.voice.speech
Classes in bg.codexio.ai.openai.api.sdk.voice.speech that implement TerminalStageModifier and TypeClassDescriptionclassPreconfigured stage with AI Model, speaker, format and speed -
Uses of TerminalStage in bg.codexio.ai.openai.api.sdk.voice.transcription
Classes in bg.codexio.ai.openai.api.sdk.voice.transcription that implement TerminalStageModifier and TypeClassDescriptionclassSimplifies configuration with already configured AI Model, temperature, language and output format; -
Uses of TerminalStage in bg.codexio.ai.openai.api.sdk.voice.translation
Classes in bg.codexio.ai.openai.api.sdk.voice.translation that implement TerminalStageModifier and TypeClassDescriptionclassSimplifies configuration with already configured AI Model, temperature and output format;