Package org.springframework.ai.openai
Class OpenAiImageOptions.Builder
java.lang.Object
org.springframework.ai.openai.OpenAiImageOptions.Builder
- Enclosing class:
OpenAiImageOptions
-
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(OpenAiImageOptions fromOptions) gitHubModels(boolean gitHubModels) maxRetries(Integer maxRetries) merge(@Nullable ImageOptions from) organizationId(String organizationId) responseFormat(String responseFormat)
-
Method Details
-
from
-
merge
-
N
-
model
-
deploymentName
-
baseUrl
-
apiKey
-
credential
-
azureOpenAIServiceVersion
public OpenAiImageOptions.Builder azureOpenAIServiceVersion(com.openai.azure.AzureOpenAIServiceVersion azureOpenAIServiceVersion) -
organizationId
-
azure
-
gitHubModels
-
timeout
-
maxRetries
-
proxy
-
customHeaders
-
responseFormat
-
width
-
height
-
user
-
style
-
build
-