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 OpenAIClient
sync()
CompletionServiceAsync
completions()
ChatServiceAsync
chat()
EmbeddingServiceAsync
embeddings()
FileServiceAsync
files()
ImageServiceAsync
images()
ModerationServiceAsync
moderations()
ModelServiceAsync
models()
FineTuningServiceAsync
fineTuning()
BetaServiceAsync
beta()
BatchServiceAsync
batches()
UploadServiceAsync
uploads()
-
-
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()
-
-
-
-