Package com.openai.client
Class OpenAIClientAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.client.OpenAIClientAsync
public final class OpenAIClientAsyncImpl implements OpenAIClientAsync
-
-
Constructor Summary
Constructors Constructor Description OpenAIClientAsyncImpl(ClientOptions clientOptions)
-
Method Summary
Modifier and Type Method Description OpenAIClientsync()CompletionServiceAsynccompletions()ChatServiceAsyncchat()EmbeddingServiceAsyncembeddings()FileServiceAsyncfiles()ImageServiceAsyncimages()ModerationServiceAsyncmoderations()ModelServiceAsyncmodels()FineTuningServiceAsyncfineTuning()BetaServiceAsyncbeta()BatchServiceAsyncbatches()UploadServiceAsyncuploads()-
-
Constructor Detail
-
OpenAIClientAsyncImpl
OpenAIClientAsyncImpl(ClientOptions clientOptions)
-
-
Method Detail
-
sync
OpenAIClient sync()
-
completions
CompletionServiceAsync completions()
-
chat
ChatServiceAsync chat()
-
embeddings
EmbeddingServiceAsync embeddings()
-
files
FileServiceAsync files()
-
images
ImageServiceAsync images()
-
moderations
ModerationServiceAsync moderations()
-
models
ModelServiceAsync models()
-
fineTuning
FineTuningServiceAsync fineTuning()
-
beta
BetaServiceAsync beta()
-
batches
BatchServiceAsync batches()
-
uploads
UploadServiceAsync uploads()
-
-
-
-