fireworks_api_key: SecretStr = Field(default=SecretStr(''), alias='api_key')Fireworks API key.
Automatically read from env variable FIREWORKS_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.