Class OpenAiSdkImageOptions.Builder
java.lang.Object
org.springframework.ai.openaisdk.OpenAiSdkImageOptions.Builder
- Enclosing class:
OpenAiSdkImageOptions
- Author:
- Julien Dubois
-
Method Summary
Modifier and TypeMethodDescriptionazure(boolean azure) azureOpenAIServiceVersion(com.openai.azure.AzureOpenAIServiceVersion azureOpenAIServiceVersion) build()credential(com.openai.credential.Credential credential) customHeaders(Map<String, String> customHeaders) deploymentName(String deploymentName) from(OpenAiSdkImageOptions fromOptions) gitHubModels(boolean gitHubModels) maxRetries(Integer maxRetries) merge(ImageOptions from) organizationId(String organizationId) responseFormat(String responseFormat)
-
Method Details
-
from
-
merge
-
N
-
model
-
deploymentName
-
baseUrl
-
apiKey
-
credential
-
azureOpenAIServiceVersion
public OpenAiSdkImageOptions.Builder azureOpenAIServiceVersion(com.openai.azure.AzureOpenAIServiceVersion azureOpenAIServiceVersion) -
organizationId
-
azure
-
gitHubModels
-
timeout
-
maxRetries
-
proxy
-
customHeaders
-
responseFormat
-
width
-
height
-
user
-
style
-
build
-