ListFoundationModels

ListFoundationModels

Certified

List available Amazon Bedrock foundation models

yaml
type: io.kestra.plugin.aws.bedrock.ListFoundationModels
yaml
id: bedrock_list_models
namespace: company.team

tasks:
  - id: list_models
    type: io.kestra.plugin.aws.bedrock.ListFoundationModels
    region: "{{ secret('AWS_REGION') }}"
    accessKeyId: "{{ secret('AWS_ACCESS_KEY_ID') }}"
    secretKeyId: "{{ secret('AWS_SECRET_ACCESS_KEY') }}"
    byOutputModality: TEXT

  - id: log_models
    type: io.kestra.plugin.core.log.Log
    message: "Available text models: {{ outputs.list_models.models }}"
Properties
DefaultPT15M
SubTypeobject