Package com.openai.services.async.chat
        Class ChatCompletionServiceAsyncImpl
- 
                    
                    - All Implemented Interfaces:
- 
                            
                            com.openai.services.async.chat.ChatCompletionServiceAsync
 
 public final class ChatCompletionServiceAsyncImpl implements ChatCompletionServiceAsync 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatCompletionServiceAsyncImpl.WithRawResponseImpl
 - 
                                
                            
                                Method Summary- 
                                            
                                        
                                            Methods inherited from class com.openai.services.async.chat.ChatCompletionServiceAsynccreate, create, create, createStreaming, createStreaming, createStreaming, delete, delete, delete, delete, delete, list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update
- 
                                        
                                    
                                        Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseChatCompletionServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsChatCompletionServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        messagesMessageServiceAsync messages() 
 - 
                                        createCompletableFuture<ChatCompletion> create(ChatCompletionCreateParams params, RequestOptions requestOptions) 
 - 
                                        createStreamingAsyncStreamResponse<ChatCompletionChunk> createStreaming(ChatCompletionCreateParams params, RequestOptions requestOptions) 
 - 
                                        retrieveCompletableFuture<ChatCompletion> retrieve(ChatCompletionRetrieveParams params, RequestOptions requestOptions) 
 - 
                                        updateCompletableFuture<ChatCompletion> update(ChatCompletionUpdateParams params, RequestOptions requestOptions) 
 - 
                                        listCompletableFuture<ChatCompletionListPageAsync> list(ChatCompletionListParams params, RequestOptions requestOptions) 
 - 
                                        deleteCompletableFuture<ChatCompletionDeleted> delete(ChatCompletionDeleteParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                                            
                                        
                                            
 
-