Package com.openai.client
Interface OpenAIClient
-
- All Implemented Interfaces:
public interface OpenAIClient
-
-
Method Summary
Modifier and Type Method Description abstract OpenAIClientAsyncasync()abstract CompletionServicecompletions()abstract ChatServicechat()abstract EmbeddingServiceembeddings()abstract FileServicefiles()abstract ImageServiceimages()abstract ModerationServicemoderations()abstract ModelServicemodels()abstract FineTuningServicefineTuning()abstract BetaServicebeta()abstract BatchServicebatches()abstract UploadServiceuploads()-
-
Method Detail
-
async
abstract OpenAIClientAsync async()
-
completions
abstract CompletionService completions()
-
chat
abstract ChatService chat()
-
embeddings
abstract EmbeddingService embeddings()
-
files
abstract FileService files()
-
images
abstract ImageService images()
-
moderations
abstract ModerationService moderations()
-
models
abstract ModelService models()
-
fineTuning
abstract FineTuningService fineTuning()
-
beta
abstract BetaService beta()
-
batches
abstract BatchService batches()
-
uploads
abstract UploadService uploads()
-
-
-
-