# `mix hf.providers`
[🔗](https://github.com/huggingface/huggingface_client/blob/v0.1.0/lib/mix/tasks/hf.providers.ex#L1)

Lists all providers registered in `HuggingfaceClient.Inference.ProviderRegistry`.

    $ mix hf.providers

    Provider               Tasks
    ─────────────────────────────────────────────────────
    baseten                conversational
    black-forest-labs      text-to-image
    cerebras               conversational
    clarifai               conversational
    cohere                 conversational
    deepinfra              conversational, text-generation
    fal-ai                 automatic-speech-recognition, image-segmentation, ...
    ...

## Options

    --provider PROVIDER   Show only tasks for a specific provider
    --json                Output as JSON

---

*Consult [api-reference.md](api-reference.md) for complete listing*
