Class OpenAiImageProperties
java.lang.Object
org.springframework.ai.openai.AbstractOpenAiOptions
org.springframework.ai.model.openai.autoconfigure.OpenAiImageProperties
@ConfigurationProperties("spring.ai.openai.image")
public class OpenAiImageProperties
extends AbstractOpenAiOptions
OpenAI SDK Image autoconfiguration properties.
- Author:
- Christian Tzolov, Thomas Vitale, lambochen
-
Field Summary
FieldsFields inherited from class org.springframework.ai.openai.AbstractOpenAiOptions
DEFAULT_MAX_RETRIES, DEFAULT_TIMEOUT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.ai.openai.AbstractOpenAiOptions
getApiKey, getBaseUrl, getCredential, getCustomHeaders, getDeploymentName, getMaxRetries, getMicrosoftDeploymentName, getMicrosoftFoundryServiceVersion, getModel, getOrganizationId, getProxy, getTimeout, isGitHubModels, isMicrosoftFoundry, setApiKey, setBaseUrl, setCredential, setCustomHeaders, setDeploymentName, setGitHubModels, setMaxRetries, setMicrosoftDeploymentName, setMicrosoftFoundry, setMicrosoftFoundryServiceVersion, setModel, setOrganizationId, setProxy, setTimeout
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
DEFAULT_IMAGE_MODEL
-
-
Constructor Details
-
OpenAiImageProperties
public OpenAiImageProperties()
-
-
Method Details
-
getOptions
-