Package com.openai.client
Interface OpenAIClientAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface OpenAIClientAsync.WithRawResponse
A view of OpenAIClientAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CompletionServiceAsync.WithRawResponse
completions()
abstract ChatServiceAsync.WithRawResponse
chat()
abstract EmbeddingServiceAsync.WithRawResponse
embeddings()
abstract FileServiceAsync.WithRawResponse
files()
abstract ImageServiceAsync.WithRawResponse
images()
abstract AudioServiceAsync.WithRawResponse
audio()
abstract ModerationServiceAsync.WithRawResponse
moderations()
abstract ModelServiceAsync.WithRawResponse
models()
abstract FineTuningServiceAsync.WithRawResponse
fineTuning()
abstract GraderServiceAsync.WithRawResponse
graders()
abstract VectorStoreServiceAsync.WithRawResponse
vectorStores()
abstract BetaServiceAsync.WithRawResponse
beta()
abstract BatchServiceAsync.WithRawResponse
batches()
abstract UploadServiceAsync.WithRawResponse
uploads()
abstract ResponseServiceAsync.WithRawResponse
responses()
abstract EvalServiceAsync.WithRawResponse
evals()
-
-
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()
-
graders
abstract GraderServiceAsync.WithRawResponse graders()
-
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()
-
-
-
-