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- 
                                        withOptionsabstract 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. 
 - 
                                        completionsabstract CompletionServiceAsync.WithRawResponse completions() 
 - 
                                        chatabstract ChatServiceAsync.WithRawResponse chat() 
 - 
                                        embeddingsabstract EmbeddingServiceAsync.WithRawResponse embeddings() 
 - 
                                        filesabstract FileServiceAsync.WithRawResponse files() 
 - 
                                        imagesabstract ImageServiceAsync.WithRawResponse images() 
 - 
                                        audioabstract AudioServiceAsync.WithRawResponse audio() 
 - 
                                        moderationsabstract ModerationServiceAsync.WithRawResponse moderations() 
 - 
                                        modelsabstract ModelServiceAsync.WithRawResponse models() 
 - 
                                        fineTuningabstract FineTuningServiceAsync.WithRawResponse fineTuning() 
 - 
                                        gradersabstract GraderServiceAsync.WithRawResponse graders() 
 - 
                                        vectorStoresabstract VectorStoreServiceAsync.WithRawResponse vectorStores() 
 - 
                                        webhooksabstract WebhookServiceAsync.WithRawResponse webhooks() 
 - 
                                        betaabstract BetaServiceAsync.WithRawResponse beta() 
 - 
                                        batchesabstract BatchServiceAsync.WithRawResponse batches() 
 - 
                                        uploadsabstract UploadServiceAsync.WithRawResponse uploads() 
 - 
                                        responsesabstract ResponseServiceAsync.WithRawResponse responses() 
 - 
                                        realtimeabstract RealtimeServiceAsync.WithRawResponse realtime() 
 - 
                                        conversationsabstract ConversationServiceAsync.WithRawResponse conversations() 
 - 
                                        evalsabstract EvalServiceAsync.WithRawResponse evals() 
 - 
                                        containersabstract ContainerServiceAsync.WithRawResponse containers() 
 - 
                                        videosabstract VideoServiceAsync.WithRawResponse videos() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-