Uses of Enum Class
org.springframework.ai.anthropic.api.AnthropicApi.ChatModel
Packages that use AnthropicApi.ChatModel
-
Uses of AnthropicApi.ChatModel in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic with parameters of type AnthropicApi.ChatModelModifier and TypeMethodDescriptionAnthropicChatOptions.Builder.model(AnthropicApi.ChatModel model) -
Uses of AnthropicApi.ChatModel in org.springframework.ai.anthropic.api
Subclasses with type arguments of type AnthropicApi.ChatModel in org.springframework.ai.anthropic.apiModifier and TypeClassDescriptionstatic enumCheck the Models overview and model comparison for additional details and options.Methods in org.springframework.ai.anthropic.api that return AnthropicApi.ChatModelModifier and TypeMethodDescriptionstatic AnthropicApi.ChatModelReturns the enum constant of this class with the specified name.static AnthropicApi.ChatModel[]AnthropicApi.ChatModel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.anthropic.api with parameters of type AnthropicApi.ChatModelModifier and TypeMethodDescriptionAnthropicApi.ChatCompletionRequestBuilder.model(AnthropicApi.ChatModel model)