Package com.openai.client
Interface OpenAIClientAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface OpenAIClientAsync.WithRawResponseA view of OpenAIClientAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CompletionServiceAsync.WithRawResponsecompletions()abstract ChatServiceAsync.WithRawResponsechat()abstract EmbeddingServiceAsync.WithRawResponseembeddings()abstract FileServiceAsync.WithRawResponsefiles()abstract ImageServiceAsync.WithRawResponseimages()abstract AudioServiceAsync.WithRawResponseaudio()abstract ModerationServiceAsync.WithRawResponsemoderations()abstract ModelServiceAsync.WithRawResponsemodels()abstract FineTuningServiceAsync.WithRawResponsefineTuning()abstract VectorStoreServiceAsync.WithRawResponsevectorStores()abstract BetaServiceAsync.WithRawResponsebeta()abstract BatchServiceAsync.WithRawResponsebatches()abstract UploadServiceAsync.WithRawResponseuploads()abstract ResponseServiceAsync.WithRawResponseresponses()abstract EvalServiceAsync.WithRawResponseevals()-
-
Method Detail
-
completions
abstract CompletionServiceAsync.WithRawResponse completions()
-
chat
abstract ChatServiceAsync.WithRawResponse chat()
-
embeddings
abstract EmbeddingServiceAsync.WithRawResponse embeddings()
-
files
abstract FileServiceAsync.WithRawResponse files()
-
images
abstract ImageServiceAsync.WithRawResponse images()
-
audio
abstract AudioServiceAsync.WithRawResponse audio()
-
moderations
abstract ModerationServiceAsync.WithRawResponse moderations()
-
models
abstract ModelServiceAsync.WithRawResponse models()
-
fineTuning
abstract FineTuningServiceAsync.WithRawResponse fineTuning()
-
vectorStores
abstract VectorStoreServiceAsync.WithRawResponse vectorStores()
-
beta
abstract BetaServiceAsync.WithRawResponse beta()
-
batches
abstract BatchServiceAsync.WithRawResponse batches()
-
uploads
abstract UploadServiceAsync.WithRawResponse uploads()
-
responses
abstract ResponseServiceAsync.WithRawResponse responses()
-
evals
abstract EvalServiceAsync.WithRawResponse evals()
-
-
-
-