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
-
-
Method Detail
-
withOptions
abstract OpenAIClientAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
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()
-
containers
abstract ContainerServiceAsync.WithRawResponse containers()
-
-
-
-