Class AnthropicPluginOptions

java.lang.Object
com.google.genkit.plugins.anthropic.AnthropicPluginOptions

public class AnthropicPluginOptions extends Object
Options for configuring the Anthropic plugin.
  • Method Details

    • builder

      public static AnthropicPluginOptions.Builder builder()
      Creates a new builder.
      Returns:
      a new builder
    • getApiKey

      public String getApiKey()
      Gets the API key.
      Returns:
      the API key
    • getBaseUrl

      public String getBaseUrl()
      Gets the base URL for API requests.
      Returns:
      the base URL
    • getAnthropicVersion

      public String getAnthropicVersion()
      Gets the Anthropic API version.
      Returns:
      the API version
    • getTimeout

      public int getTimeout()
      Gets the request timeout in seconds.
      Returns:
      the timeout