Uses of Interface
bg.codexio.ai.openai.api.sdk.TerminalStage
-
-
Uses of TerminalStage in bg.codexio.ai.openai.api.sdk.chat
Classes in bg.codexio.ai.openai.api.sdk.chat that implement TerminalStage Modifier and Type Class Description classMessageStageConfigures messages such as system and assistant messages.classTemperatureStageConfigures 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 TerminalStage Modifier and Type Class Description classImagesTerminalStage<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 TerminalStage Modifier and Type Class Description classSimplifiedStagePreconfigured 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 TerminalStage Modifier and Type Class Description classSimplifiedStageSimplifies 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 TerminalStage Modifier and Type Class Description classSimplifiedStageSimplifies configuration with already configured AI Model, temperature and output format;
-