pub async fn fetch_provider_models( client: &Client, provider_key: &str, overrides: &BTreeMap<String, String>, ) -> Result<Vec<ProviderModelInfo>, String>