name


Description:

public string name { get; set; }

Model name/identifier. This is the primary identifier for the model.

When setting Client.model, always use this property (model.name), not model.model. This ensures consistency across all model sources (models(), ps(), show_model()).

This property comes from the list API (models() endpoint). When updating from show API, use update_from_list_model() to preserve the name from the list API.