@@ -720,25 +720,12 @@ aibridge:
720720 # The base URL of the OpenAI API.
721721 # (default: https://api.openai.com/v1/, type: string)
722722 openai_base_url: https://api.openai.com/v1/
723- # The key to authenticate against the OpenAI API.
724- # (default: <unset>, type: string)
725- openai_key: ""
726723 # The base URL of the Anthropic API.
727724 # (default: https://api.anthropic.com/, type: string)
728725 anthropic_base_url: https://api.anthropic.com/
729- # The key to authenticate against the Anthropic API.
730- # (default: <unset>, type: string)
731- anthropic_key: ""
732726 # The AWS Bedrock API region.
733727 # (default: <unset>, type: string)
734728 bedrock_region: ""
735- # The access key to authenticate against the AWS Bedrock API.
736- # (default: <unset>, type: string)
737- bedrock_access_key: ""
738- # The access key secret to use with the access key to authenticate against the AWS
739- # Bedrock API.
740- # (default: <unset>, type: string)
741- bedrock_access_key_secret: ""
742729 # The model to use when making requests to the AWS Bedrock API.
743730 # (default: global.anthropic.claude-sonnet-4-5-20250929-v1:0, type: string)
744731 bedrock_model: global.anthropic.claude-sonnet-4-5-20250929-v1:0