pub fn list_model_providers() -> Vec<ModelProviderInfo>Expand description
Return the list of all known model_providers for display in zeroclaw model_providers list.
This is intentionally separate from the factory match in create_model_provider
(display concern vs. construction concern).