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