Values.ConverseRequestSourceSends messages to the specified Amazon Bedrock model. Converse provides a consistent interface that works with all models that support messages. This allows you to write code once and use it with different models. If a model has unique inference parameters, you can also pass those unique parameters to the model. Amazon Bedrock doesn't store any text, images, or documents that you provide as content. The data is only used to generate the response. You can submit a prompt by including it in the messages field, specifying the modelId of a foundation model or inference profile to run inference on it, and including any other fields that are relevant to your use case. You can also submit a prompt from Prompt management by specifying the ARN of the prompt version and including a map of variables to values in the promptVariables field. You can append more messages to the prompt by using the messages field. If you use a prompt from Prompt management, you can't include the following fields in the request: additionalModelRequestFields, inferenceConfig, system, or toolConfig. Instead, these fields must be defined through Prompt management. For more information, see Use a prompt from Prompt management. For information about the Converse API, see Use the Converse API in the Amazon Bedrock User Guide. To use a guardrail, see Use a guardrail with the Converse API in the Amazon Bedrock User Guide. To use a tool with a model, see Tool use (Function calling) in the Amazon Bedrock User Guide For example code, see Converse API examples in the Amazon Bedrock User Guide. This operation requires permission for the bedrock:InvokeModel action. To deny all inference access to resources that you specify in the modelId field, you need to deny access to the bedrock:InvokeModel and bedrock:InvokeModelWithResponseStream actions. Doing this also denies access to the resource through the base inference actions (InvokeModel and InvokeModelWithResponseStream). For more information see Deny access for inference on specific models. For troubleshooting some of the common errors you might encounter when using the Converse API, see Troubleshooting Amazon Bedrock API Error Codes in the Amazon Bedrock User Guide
type nonrec t = {modelId : ConversationalModelId.t;Specifies the model or throughput with which to run inference, or the prompt resource to use in inference. The value depends on the resource that you use: If you use a base model, specify the model ID or its ARN. For a list of model IDs for base models, see Amazon Bedrock base model IDs (on-demand throughput) in the Amazon Bedrock User Guide. If you use an inference profile, specify the inference profile ID or its ARN. For a list of inference profile IDs, see Supported Regions and models for cross-region inference in the Amazon Bedrock User Guide. If you use a provisioned model, specify the ARN of the Provisioned Throughput. For more information, see Run inference using a Provisioned Throughput in the Amazon Bedrock User Guide. If you use a custom model, first purchase Provisioned Throughput for it. Then specify the ARN of the resulting provisioned model. For more information, see Use a custom model in Amazon Bedrock in the Amazon Bedrock User Guide. To include a prompt that was defined in Prompt management, specify the ARN of the prompt version to use. The Converse API doesn't support imported models.
*)messages : Messages.t option;The messages that you want to send to the model.
*)system : SystemContentBlocks.t option;A prompt that provides instructions or context to the model about the task it should perform, or the persona it should adopt during the conversation.
*)inferenceConfig : InferenceConfiguration.t option;Inference parameters to pass to the model. Converse and ConverseStream support a base set of inference parameters. If you need to pass additional parameters that the model supports, use the additionalModelRequestFields request field.
*)toolConfig : ToolConfiguration.t option;Configuration information for the tools that the model can use when generating a response. For information about models that support tool use, see Supported models and model features.
*)guardrailConfig : GuardrailConfiguration.t option;Configuration information for a guardrail that you want to use in the request. If you include guardContent blocks in the content field in the messages field, the guardrail operates only on those messages. If you include no guardContent blocks, the guardrail operates on all messages in the request body and in any included prompt resource.
*)additionalModelRequestFields : Document.t option;Additional inference parameters that the model supports, beyond the base set of inference parameters that Converse and ConverseStream support in the inferenceConfig field. For more information, see Model parameters.
*)promptVariables : PromptVariableMap.t option;Contains a map of variables in a prompt from Prompt management to objects containing the values to fill in for them when running model invocation. This field is ignored if you don't specify a prompt resource in the modelId field.
*)additionalModelResponseFieldPaths : ConverseRequestAdditionalModelResponseFieldPathsList.t
option;Additional model parameters field paths to return in the response. Converse and ConverseStream return the requested fields as a JSON Pointer object in the additionalModelResponseFields field. The following is example JSON for additionalModelResponseFieldPaths. [ "/stop_sequence" ] For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation. Converse and ConverseStream reject an empty JSON Pointer or incorrectly structured JSON Pointer with a 400 error code. if the JSON Pointer is valid, but the requested field is not in the model response, it is ignored by Converse.
*)requestMetadata : RequestMetadata.t option;Key-value pairs that you can use to filter invocation logs.
*)performanceConfig : PerformanceConfiguration.t option;Model performance settings for the request.
*)serviceTier : ServiceTier.t option;Specifies the processing tier configuration used for serving the request.
*)outputConfig : OutputConfig.t option;Output configuration for a model response.
*)}val make :
?messages:??? ->
?system:??? ->
?inferenceConfig:??? ->
?toolConfig:??? ->
?guardrailConfig:??? ->
?additionalModelRequestFields:??? ->
?promptVariables:??? ->
?additionalModelResponseFieldPaths:??? ->
?requestMetadata:??? ->
?performanceConfig:??? ->
?serviceTier:??? ->
?outputConfig:??? ->
modelId:ConversationalModelId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of
ConverseRequestAdditionalModelResponseFieldPathsListMemberString.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Blob of Blob.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of
String_.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of
String_.t ])
list ]
list
| `String of
DocumentBlockNameString.t
| `Structure of
(string
* [> `Blob of
ImageSourceBytesBlob.t
| `Boolean of Boolean.t
| `Integer of
DocumentCharLocationDocumentIndexInteger.t
| `List of
[> `Structure of
(string
* [> `String of
String_.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `String of
S3Uri.t ])
list ])
list ])
list ])
list ]
list
| `String of DocumentBlockNameString.t
| `Structure of
(string
* [> `Blob of ImageSourceBytesBlob.t
| `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Enum of string
| `Structure of
(string * [> `String of String_.t ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Blob of
GuardrailConverseImageSourceBytesBlob.t
| `String of S3Uri.t ])
list ])
list ])
list ])
list ]
list
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of String_.t
| `Structure of
(string
* [> `Blob of
GuardrailConverseImageSourceBytesBlob.t ])
list ])
list ])
list ])
list ]
list
| `Map of
([> `String of String_.t ]
* [> `String of RequestMetadataValueString.t
| `Structure of (string * [> `String of String_.t ]) list ])
list
| `String of ConversationalModelId.t
| `Structure of
(string
* [> `Enum of string
| `Float of InferenceConfigurationTemperatureFloat.t
| `Integer of InferenceConfigurationMaxTokensInteger.t
| `List of
[> `String of NonEmptyString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of ToolName.t
| `Structure of
(string * [> `Structure of 'a list ]) list ])
list ])
list ]
list
| `String of GuardrailIdentifier.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `String of ToolName.t
| `Structure of
(string * [> `String of String_.t ]) list ])
list ])
list ])
list ])
list ]