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.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletionService.WithRawResponsecompletions()ChatService.WithRawResponsechat()EmbeddingService.WithRawResponseembeddings()FileService.WithRawResponsefiles()ImageService.WithRawResponseimages()AudioService.WithRawResponseaudio()ModerationService.WithRawResponsemoderations()ModelService.WithRawResponsemodels()FineTuningService.WithRawResponsefineTuning()GraderService.WithRawResponsegraders()VectorStoreService.WithRawResponsevectorStores()WebhookService.WithRawResponsewebhooks()BetaService.WithRawResponsebeta()BatchService.WithRawResponsebatches()UploadService.WithRawResponseuploads()ResponseService.WithRawResponseresponses()EvalService.WithRawResponseevals()ContainerService.WithRawResponsecontainers()- 
                    
                    
                    
- 
                                
                            
                                
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()
 
- 
                                        
webhooks
WebhookService.WithRawResponse webhooks()
 
- 
                                        
beta
BetaService.WithRawResponse beta()
 
- 
                                        
batches
BatchService.WithRawResponse batches()
 
- 
                                        
uploads
UploadService.WithRawResponse uploads()
 
- 
                                        
responses
ResponseService.WithRawResponse responses()
 
- 
                                        
evals
EvalService.WithRawResponse evals()
 
- 
                                        
containers
ContainerService.WithRawResponse containers()
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -