anthropic_api_key: SecretStr = Field(default=SecretStr(''), alias='api_key')Automatically read from env var ANTHROPIC_API_KEY if not provided.
If LANGSMITH_GATEWAY is enabled and the base URL points at the gateway,
LANGSMITH_GATEWAY_API_KEY is used instead.