get_model_details
Retrieve detailed information about a specific AI model using its saved name and version for red-teaming tasks and safety analysis.
Instructions
Retrieve details of a specific model using its saved name.
Args: model_saved_name: The name under which the model is saved. model_version: The version of the model to be used for the redteam task. Returns: A dictionary containing the details of the model.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
model_saved_name | Yes | ||
model_version | Yes |