Uses of Class
com.azure.ai.inference.models.ChatCompletions
Packages that use ChatCompletions
Package
Description
Package containing the classes for Model.
Package containing the data models for Model.
-
Uses of ChatCompletions in com.azure.ai.inference
Methods in com.azure.ai.inference that return ChatCompletionsModifier and TypeMethodDescriptionChatCompletionsClient.complete
(ChatCompletionsOptions options) Gets chat completions for the provided chat messages.Gets completions for the provided input prompt.Methods in com.azure.ai.inference that return types with arguments of type ChatCompletionsModifier and TypeMethodDescriptionChatCompletionsAsyncClient.complete
(ChatCompletionsOptions options) Gets chat completions for the provided chat messages.Gets completions for the provided input prompt. -
Uses of ChatCompletions in com.azure.ai.inference.models
Methods in com.azure.ai.inference.models that return ChatCompletionsModifier and TypeMethodDescriptionstatic ChatCompletions
ChatCompletions.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ChatCompletions from the JsonReader.