effect-io-ai

Package: @effect/ai-amazon-bedrock
Module: AmazonBedrockSchema

AmazonBedrockSchema.BedrockFoundationModelId

The foundation models supported by Amazon Bedrock.

An up-to-date list can be generated with the following command:

aws bedrock list-foundation-models --output json | jq '[.modelSummaries[].modelId]'

Signature

declare class BedrockFoundationModelId

Source

Since v1.0.0