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
- 
                    
                    
                    
- 
                                
                            
                                
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()
 
- 
                                        
webhooks
abstract WebhookServiceAsync.WithRawResponse webhooks()
 
- 
                                        
beta
abstract BetaServiceAsync.WithRawResponse beta()
 
- 
                                        
batches
abstract BatchServiceAsync.WithRawResponse batches()
 
- 
                                        
uploads
abstract UploadServiceAsync.WithRawResponse uploads()
 
- 
                                        
responses
abstract ResponseServiceAsync.WithRawResponse responses()
 
- 
                                        
realtime
abstract RealtimeServiceAsync.WithRawResponse realtime()
 
- 
                                        
conversations
abstract ConversationServiceAsync.WithRawResponse conversations()
 
- 
                                        
evals
abstract EvalServiceAsync.WithRawResponse evals()
 
- 
                                        
containers
abstract ContainerServiceAsync.WithRawResponse containers()
 
- 
                                        
videos
abstract VideoServiceAsync.WithRawResponse videos()
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -