Basic Information

appmixer.ai.bedrock.SendPrompt

1.0.0

Public

Send a prompt to an LLM and receive a response. Note that different models expect different input parameters and produce a different result. Read the documentation of each model to understand what result format to expect and what input parameters to provide.

Input Ports

in

FieldTypeDescription
Prompt textarea The text prompt to send to the model.
Custom Model Input expression Different models require different input parameter formats. Please refer to the model documentation for the correct input format. For example, the Anthropic Claude text models expect prompt (required), temperature, ....; while the Amazon Titan text models expect inputText as a required parameter. Use the Custom Model Input to define a custom input if your model does not support the standard input format. In this case, leave the Prompt field empty. You can also use Custom Model Input to add additional parameters alongside a standard prompt, such as temperature or max_tokens.
Region text Your AWS instance region. If not select, us-east-1 will be used as default.
Model text ID of the model to use.

Output Ports

out

FieldTypeDescription
Answer -
Input -

Full Metadata