Interface ChatCompletionServiceAsync.WithRawResponse
- 
                    
                    - All Implemented Interfaces:
 
 public interface ChatCompletionServiceAsync.WithRawResponseA view of ChatCompletionServiceAsync that provides access to raw HTTP responses for each method. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withOptionsabstract ChatCompletionServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        messagesabstract MessageServiceAsync.WithRawResponse messages() 
 - 
                                        createCompletableFuture<HttpResponseFor<ChatCompletion>> create(ChatCompletionCreateParams params) Returns a raw HTTP response for post /chat/completions, but is otherwise the same as ChatCompletionServiceAsync.create.
 - 
                                        createabstract CompletableFuture<HttpResponseFor<ChatCompletion>> create(ChatCompletionCreateParams params, RequestOptions requestOptions) 
 - 
                                        createStreaming@MustBeClosed() CompletableFuture<HttpResponseFor<StreamResponse<ChatCompletionChunk>>> createStreaming(ChatCompletionCreateParams params) Returns a raw HTTP response for post /chat/completions, but is otherwise the same as ChatCompletionServiceAsync.createStreaming.
 - 
                                        createStreaming@MustBeClosed() abstract CompletableFuture<HttpResponseFor<StreamResponse<ChatCompletionChunk>>> createStreaming(ChatCompletionCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<ChatCompletion>> retrieve(String completionId) Returns a raw HTTP response for get /chat/completions/{completion_id}, but is otherwise the same as ChatCompletionServiceAsync.retrieve.
 - 
                                        retrieveCompletableFuture<HttpResponseFor<ChatCompletion>> retrieve(String completionId, ChatCompletionRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<ChatCompletion>> retrieve(String completionId, ChatCompletionRetrieveParams params) 
 - 
                                        retrieveabstract CompletableFuture<HttpResponseFor<ChatCompletion>> retrieve(ChatCompletionRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<ChatCompletion>> retrieve(ChatCompletionRetrieveParams params) 
 - 
                                        retrieveCompletableFuture<HttpResponseFor<ChatCompletion>> retrieve(String completionId, RequestOptions requestOptions) 
 - 
                                        updateCompletableFuture<HttpResponseFor<ChatCompletion>> update(String completionId, ChatCompletionUpdateParams params) Returns a raw HTTP response for post /chat/completions/{completion_id}, but is otherwise the same as ChatCompletionServiceAsync.update.
 - 
                                        updateCompletableFuture<HttpResponseFor<ChatCompletion>> update(String completionId, ChatCompletionUpdateParams params, RequestOptions requestOptions) 
 - 
                                        updateCompletableFuture<HttpResponseFor<ChatCompletion>> update(ChatCompletionUpdateParams params) 
 - 
                                        updateabstract CompletableFuture<HttpResponseFor<ChatCompletion>> update(ChatCompletionUpdateParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<HttpResponseFor<ChatCompletionListPageAsync>> list() Returns a raw HTTP response for get /chat/completions, but is otherwise the same as ChatCompletionServiceAsync.list.
 - 
                                        listabstract CompletableFuture<HttpResponseFor<ChatCompletionListPageAsync>> list(ChatCompletionListParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<HttpResponseFor<ChatCompletionListPageAsync>> list(ChatCompletionListParams params) 
 - 
                                        listCompletableFuture<HttpResponseFor<ChatCompletionListPageAsync>> list(RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<HttpResponseFor<ChatCompletionDeleted>> delete(String completionId) Returns a raw HTTP response for delete /chat/completions/{completion_id}, but is otherwise the same as ChatCompletionServiceAsync.delete.
 - 
                                        deleteCompletableFuture<HttpResponseFor<ChatCompletionDeleted>> delete(String completionId, ChatCompletionDeleteParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<HttpResponseFor<ChatCompletionDeleted>> delete(String completionId, ChatCompletionDeleteParams params) 
 - 
                                        deleteabstract CompletableFuture<HttpResponseFor<ChatCompletionDeleted>> delete(ChatCompletionDeleteParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<HttpResponseFor<ChatCompletionDeleted>> delete(ChatCompletionDeleteParams params) 
 - 
                                        deleteCompletableFuture<HttpResponseFor<ChatCompletionDeleted>> delete(String completionId, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-