Uses of Interface
bg.codexio.ai.openai.api.sdk.RuntimeSelectionStage
-
-
Uses of RuntimeSelectionStage in bg.codexio.ai.openai.api.sdk
Methods in bg.codexio.ai.openai.api.sdk that return RuntimeSelectionStage Modifier and Type Method Description RuntimeSelectionStageTerminalStage. andRespond() -
Uses of RuntimeSelectionStage in bg.codexio.ai.openai.api.sdk.chat
Classes in bg.codexio.ai.openai.api.sdk.chat that implement RuntimeSelectionStage Modifier and Type Class Description classChatRuntimeSelectionStageConfigures how the HTTP client to act. -
Uses of RuntimeSelectionStage in bg.codexio.ai.openai.api.sdk.images
Classes in bg.codexio.ai.openai.api.sdk.images with type parameters of type RuntimeSelectionStage Modifier and Type Class Description classAIModelStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>A stage to choose a model supported by /v1/chat/completions model endpoint compatibility .classChoicesStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>A stage to choose the number of the images generated.classDalle2SizeStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>A stage to choose the dimensions of the image generated supported by dall-e-2classDalle3SizeStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>A stage to choose the dimensions of the image generated supported by dall-e-3classEditingMaskStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>A stage to specify the editable areas of the image.classFormatStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>A stage to choose the format of the response imagesclassImagesTerminalStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>Marker stage for finishing the configurations of the prompt.classQualityStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>A stage to choose the quality of the images generated.classSimplifiedStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>A simplified stage where some things such as AI Model Type and creativity are already configured.classStyleStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest,E extends RuntimeSelectionStage>A stage to choose the style of the images generated.Classes in bg.codexio.ai.openai.api.sdk.images that implement RuntimeSelectionStage Modifier and Type Class Description classPromptfulImagesRuntimeSelectionStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>Configures how the HTTP client to act.classPromptlessImagesRuntimeSelectionStage<R extends bg.codexio.ai.openai.api.payload.images.request.ImageRequest>Configures how the HTTP client to act. -
Uses of RuntimeSelectionStage in bg.codexio.ai.openai.api.sdk.vision
Classes in bg.codexio.ai.openai.api.sdk.vision that implement RuntimeSelectionStage Modifier and Type Class Description classVisionRuntimeSelectionStage -
Uses of RuntimeSelectionStage in bg.codexio.ai.openai.api.sdk.voice.speech
Classes in bg.codexio.ai.openai.api.sdk.voice.speech that implement RuntimeSelectionStage Modifier and Type Class Description classSpeechRuntimeSelectionStageConfigures how the HTTP client to act. -
Uses of RuntimeSelectionStage in bg.codexio.ai.openai.api.sdk.voice.transcription
Classes in bg.codexio.ai.openai.api.sdk.voice.transcription that implement RuntimeSelectionStage Modifier and Type Class Description classTranscriptionRuntimeSelectionStageConfigures how the HTTP client to act. -
Uses of RuntimeSelectionStage in bg.codexio.ai.openai.api.sdk.voice.translation
Classes in bg.codexio.ai.openai.api.sdk.voice.translation that implement RuntimeSelectionStage Modifier and Type Class Description classTranslationRuntimeSelectionStageConfigures how the HTTP client to act.
-