Function dispatch_family_factory
pub fn dispatch_family_factory(
config: Option<&Config>,
family: &str,
alias: &str,
key: Option<&str>,
api_url: Option<&str>,
opts: &ModelProviderRuntimeOptions,
) -> Result<Box<dyn ModelProvider>>