Claude3Sonnet

Represents a predefined language model configuration for the "Claude 3 Sonnet" model.

This variable defines an instance of the LLModel class using the OpenRouter provider. The model is identified with the ID "anthropic/claude-3-sonnet" and supports multimodal capabilities.

  • provider: Specifies the provider of the model, in this case, LLMProvider.OpenRouter.

  • id: The unique identifier for the model, referring to "anthropic/claude-3-sonnet".

  • capabilities: A list of capabilities supported by the model, defined as multimodal capabilities.