pub fn get_openrouter_embedder( api_key: SecretBox<String>, model: &str, dim: usize, ) -> Result<&'static OpenRouterClient, AppError>