BedrockModel
constructor(model: LLModel, modelId: String = model.id, inferenceProfilePrefix: String? = BedrockInferencePrefixes.US.prefix)(source)
Parameters
model
The base LLModel to use.
modelId
The ID of the used model. Defaults to the ID of the provided model.
inferenceProfilePrefix
Optional prefix to prepend to the model ID. If null, no prefix is used.