View source: R/bedrock_operations.R
bedrock_list_foundation_models | R Documentation |
Lists Amazon Bedrock foundation models that you can use. You can filter the results with the request parameters. For more information, see Foundation models in the Amazon Bedrock User Guide.
See https://www.paws-r-sdk.com/docs/bedrock_list_foundation_models/ for full documentation.
bedrock_list_foundation_models(
byProvider = NULL,
byCustomizationType = NULL,
byOutputModality = NULL,
byInferenceType = NULL
)
byProvider |
Return models belonging to the model provider that you specify. |
byCustomizationType |
Return models that support the customization type that you specify. For more information, see Custom models in the Amazon Bedrock User Guide. |
byOutputModality |
Return models that support the output modality that you specify. |
byInferenceType |
Return models that support the inference type that you specify. For more information, see Provisioned Throughput in the Amazon Bedrock User Guide. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.