# HFContentFormatter

> **Class** in `langchain_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-community/llms/azureml_endpoint/HFContentFormatter)

Content handler for LLMs from the HuggingFace catalog.

## Signature

```python
HFContentFormatter()
```

## Extends

- `ContentFormatterBase`

## Properties

- `supported_api_types`

## Methods

- [`format_request_payload()`](https://reference.langchain.com/python/langchain-community/llms/azureml_endpoint/HFContentFormatter/format_request_payload)
- [`format_response_payload()`](https://reference.langchain.com/python/langchain-community/llms/azureml_endpoint/HFContentFormatter/format_response_payload)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-community/blob/4b280287bd55b99b44db2dd849f02d66c89534d5/libs/community/langchain_community/llms/azureml_endpoint.py#L225)