Package com.openai.client
Class OpenAIClientImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.client.OpenAIClient.WithRawResponse
public final class OpenAIClientImpl.WithRawResponseImpl implements OpenAIClient.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description OpenAIClient.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. CompletionService.WithRawResponse
completions()
ChatService.WithRawResponse
chat()
EmbeddingService.WithRawResponse
embeddings()
FileService.WithRawResponse
files()
ImageService.WithRawResponse
images()
AudioService.WithRawResponse
audio()
ModerationService.WithRawResponse
moderations()
ModelService.WithRawResponse
models()
FineTuningService.WithRawResponse
fineTuning()
GraderService.WithRawResponse
graders()
VectorStoreService.WithRawResponse
vectorStores()
BetaService.WithRawResponse
beta()
BatchService.WithRawResponse
batches()
UploadService.WithRawResponse
uploads()
ResponseService.WithRawResponse
responses()
EvalService.WithRawResponse
evals()
ContainerService.WithRawResponse
containers()
-
-
Method Detail
-
withOptions
OpenAIClient.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
CompletionService.WithRawResponse completions()
-
chat
ChatService.WithRawResponse chat()
-
embeddings
EmbeddingService.WithRawResponse embeddings()
-
files
FileService.WithRawResponse files()
-
images
ImageService.WithRawResponse images()
-
audio
AudioService.WithRawResponse audio()
-
moderations
ModerationService.WithRawResponse moderations()
-
models
ModelService.WithRawResponse models()
-
fineTuning
FineTuningService.WithRawResponse fineTuning()
-
graders
GraderService.WithRawResponse graders()
-
vectorStores
VectorStoreService.WithRawResponse vectorStores()
-
beta
BetaService.WithRawResponse beta()
-
batches
BatchService.WithRawResponse batches()
-
uploads
UploadService.WithRawResponse uploads()
-
responses
ResponseService.WithRawResponse responses()
-
evals
EvalService.WithRawResponse evals()
-
containers
ContainerService.WithRawResponse containers()
-
-
-
-