Package com.openai.client
Interface OpenAIClientAsync
-
- All Implemented Interfaces:
public interface OpenAIClientAsync
-
-
Method Summary
Modifier and Type Method Description abstract OpenAIClient
sync()
abstract CompletionServiceAsync
completions()
abstract ChatServiceAsync
chat()
abstract EmbeddingServiceAsync
embeddings()
abstract FileServiceAsync
files()
abstract ImageServiceAsync
images()
abstract ModerationServiceAsync
moderations()
abstract ModelServiceAsync
models()
abstract FineTuningServiceAsync
fineTuning()
abstract BetaServiceAsync
beta()
abstract BatchServiceAsync
batches()
abstract UploadServiceAsync
uploads()
-
-
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()
-
-
-
-