Inference Providers documentation

API Reference

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

API Reference

Popular tasks

Other tasks

Audio Classification

Audio classification is the task of assigning a label or class to a given audio.

Automatic Speech Recognition

Automatic Speech Recognition (ASR), also known as Speech to Text (STT), is the task of transcribing a given audio to text.

Fill Mask

Mask filling is the task of predicting the right word (token to be precise) in the middle of a sequence.

Image Classification

Image classification is the task of assigning a label or class to an entire image. Images are expected to have only one class for each image.

Image Segmentation

Image Segmentation divides an image into segments where each pixel in the image is mapped to an object.

Image to Image

Image-to-image is the task of transforming a source image to match the characteristics of a target image or a target image domain.

Object Detection

Object Detection models allow users to identify objects of certain defined classes.

Question Answering

Question Answering models can retrieve the answer to a question from a given text, which is useful for searching for an answer in a document.

Summarization

Summarization is the task of producing a shorter version of a document while preserving its important information.

Table Question Answering

Table Question Answering (Table QA) is the answering a question about an information on a given table.

Text Classification

Text Classification is the task of assigning a label or class to a given text.

Text Generation

Generate text based on a prompt.

Token Classification

Token classification is a task in which a label is assigned to some tokens in a text.

Translation

Translation is the task of converting text from one language to another.

Zero Shot Classification

Zero shot classification is the task to classify text without specific training for the task.

< > Update on GitHub