Uses of Interface
bg.codexio.ai.openai.api.sdk.RuntimeSelectionStage
Packages that use RuntimeSelectionStage
Package
Description
-
Uses of RuntimeSelectionStage in bg.codexio.ai.openai.api.sdk
Methods in bg.codexio.ai.openai.api.sdk that return RuntimeSelectionStage -
Uses of RuntimeSelectionStage in bg.codexio.ai.openai.api.sdk.chat
Classes in bg.codexio.ai.openai.api.sdk.chat that implement RuntimeSelectionStageModifier and TypeClassDescriptionclassConfigures 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 RuntimeSelectionStageModifier and TypeClassDescriptionclassAIModelStage<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 RuntimeSelectionStageModifier and TypeClassDescriptionclassPromptfulImagesRuntimeSelectionStage<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 -
Uses of RuntimeSelectionStage in bg.codexio.ai.openai.api.sdk.voice.speech
Classes in bg.codexio.ai.openai.api.sdk.voice.speech that implement RuntimeSelectionStageModifier and TypeClassDescriptionclassConfigures 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 RuntimeSelectionStageModifier and TypeClassDescriptionclassConfigures 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 RuntimeSelectionStageModifier and TypeClassDescriptionclassConfigures how the HTTP client to act.