``` await hf.request({ model: 'my-custom-model', inputs: 'hello world', <- this is throwing a typing error parameters: { custom_param: 'some magic', } }) ``` Using `@huggingface/inference@2.0.0-rc1`