Package com.openai.client
        Interface OpenAIClient.WithRawResponse
- 
                    
                    - All Implemented Interfaces:
 
 public interface OpenAIClient.WithRawResponseA view of OpenAIClient that provides access to raw HTTP responses for each method. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsabstract 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. 
 - 
                                        completionsabstract CompletionService.WithRawResponse completions() 
 - 
                                        chatabstract ChatService.WithRawResponse chat() 
 - 
                                        embeddingsabstract EmbeddingService.WithRawResponse embeddings() 
 - 
                                        filesabstract FileService.WithRawResponse files() 
 - 
                                        imagesabstract ImageService.WithRawResponse images() 
 - 
                                        audioabstract AudioService.WithRawResponse audio() 
 - 
                                        moderationsabstract ModerationService.WithRawResponse moderations() 
 - 
                                        modelsabstract ModelService.WithRawResponse models() 
 - 
                                        fineTuningabstract FineTuningService.WithRawResponse fineTuning() 
 - 
                                        gradersabstract GraderService.WithRawResponse graders() 
 - 
                                        vectorStoresabstract VectorStoreService.WithRawResponse vectorStores() 
 - 
                                        webhooksabstract WebhookService.WithRawResponse webhooks() 
 - 
                                        betaabstract BetaService.WithRawResponse beta() 
 - 
                                        batchesabstract BatchService.WithRawResponse batches() 
 - 
                                        uploadsabstract UploadService.WithRawResponse uploads() 
 - 
                                        responsesabstract ResponseService.WithRawResponse responses() 
 - 
                                        realtimeabstract RealtimeService.WithRawResponse realtime() 
 - 
                                        conversationsabstract ConversationService.WithRawResponse conversations() 
 - 
                                        evalsabstract EvalService.WithRawResponse evals() 
 - 
                                        containersabstract ContainerService.WithRawResponse containers() 
 - 
                                        videosabstract VideoService.WithRawResponse videos() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-