Uses of Record Class
org.springframework.ai.deepseek.api.DeepSeekApi.ChatCompletionRequest
Packages that use DeepSeekApi.ChatCompletionRequest
-
Uses of DeepSeekApi.ChatCompletionRequest in org.springframework.ai.deepseek.api
Methods in org.springframework.ai.deepseek.api with parameters of type DeepSeekApi.ChatCompletionRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DeepSeekApi.ChatCompletion>DeepSeekApi.chatCompletionEntity(DeepSeekApi.ChatCompletionRequest chatRequest) Creates a model response for the given chat conversation.reactor.core.publisher.Flux<DeepSeekApi.ChatCompletionChunk>DeepSeekApi.chatCompletionStream(DeepSeekApi.ChatCompletionRequest chatRequest) Creates a streaming chat response for the given chat conversation.reactor.core.publisher.Flux<DeepSeekApi.ChatCompletionChunk>DeepSeekApi.chatCompletionStream(DeepSeekApi.ChatCompletionRequest chatRequest, org.springframework.util.MultiValueMap<String, String> additionalHttpHeader) Creates a streaming chat response for the given chat conversation.