Retrieve the configuration information for a specific model.
- Parameters:
model_name (str
) – The name/identifier of the model to retrieve.
- Returns:
A dictionary containing the model’s configuration information.
- Return type:
dict
- Raises:
KeyError – If no model with the given model_name
exists.