pub fn validate_ai_model(model: &str) -> Result<(), SubXError>
Validate AI model name format.
model
Returns error if model name is invalid.