Uses of Interface
io.helidon.integrations.langchain4j.providers.openai.OpenAiImageModelConfig
Packages that use OpenAiImageModelConfig
Package
Description
Provides integration with OpenAi models.
-
Uses of OpenAiImageModelConfig in io.helidon.integrations.langchain4j.providers.openai
Classes in io.helidon.integrations.langchain4j.providers.openai with type parameters of type OpenAiImageModelConfigModifier and TypeClassDescriptionstatic class
OpenAiImageModelConfig.BuilderBase<BUILDER extends OpenAiImageModelConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OpenAiImageModelConfig> Fluent API builder base forOpenAiImageModelConfig
.Classes in io.helidon.integrations.langchain4j.providers.openai that implement OpenAiImageModelConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j.providers.openai that return OpenAiImageModelConfigModifier and TypeMethodDescriptionOpenAiImageModelConfig.Builder.build()
OpenAiImageModelConfig.Builder.buildPrototype()
static OpenAiImageModelConfig
OpenAiImageModelConfig.create()
Create a new instance with default values.static OpenAiImageModelConfig
Create a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.openai with parameters of type OpenAiImageModelConfigModifier and TypeMethodDescriptionOpenAiImageModelConfig.builder
(OpenAiImageModelConfig instance) Create a new fluent API builder from an existing instance.static dev.langchain4j.model.openai.OpenAiImageModel
OpenAiImageModelFactory.create
(OpenAiImageModelConfig config) Create the OpenAI model from its configuration.OpenAiImageModelConfig.BuilderBase.from
(OpenAiImageModelConfig prototype) Update this builder from an existing prototype instance.