Functions for creating, modifying, and deleting profiles and profile options. More information about these API endpoints can be found at here.
Usage
touch_model_profile(model, data)
delete_model_profile(model, profile)
set_model_profile_opt(model, profile, key, value)
delete_model_profile_opt(model, profile, key)