| Continue a Conversation | chat |
| Caption Images | hf_caption_image |
| LLM Chat Interface | hf_chat |
| Check Inference API Availability | hf_check_inference |
| Text Classification | hf_classify |
| Batch Text Classification (In-Memory) | hf_classify_batch |
| Chunked Text Classification (Disk Checkpoints) | hf_classify_chunks |
| Classify Images | hf_classify_image |
| Zero-Shot Classification | hf_classify_zero_shot |
| Batch Zero-Shot Classification (In-Memory) | hf_classify_zero_shot_batch |
| Cluster Texts by Semantic Similarity | hf_cluster_texts |
| Multi-turn Conversation | hf_conversation |
| Create a Hub Repository | hf_create_repo |
| Get Dataset Information | hf_dataset_info |
| Default Models for Hugging Face Tasks | hf_default_model |
| Delete a Hub Repository | hf_delete_repo |
| Describe an Image | hf_describe_image |
| Detect Objects in Images | hf_detect_objects |
| Generate Text Embeddings | hf_embed |
| Batch Embedding Generation (In-Memory) | hf_embed_batch |
| Chunked Embedding Generation (Disk Checkpoints) | hf_embed_chunks |
| Embed Text with Tidytext Compatibility | hf_embed_text |
| Dimensionality Reduction with UMAP | hf_embed_umap |
| Extract Structured Data from Text | hf_extract |
| Extract Semantic Topics from Text | hf_extract_topics |
| Create a Conversational Agent | hf_ez_conversational |
| Conversational API Inference | hf_ez_conversational_api_inference |
| Conversational Local Inference | hf_ez_conversational_local_inference |
| Perform Fill-in-the-Blank Tasks | hf_ez_fill_mask |
| Fill Mask API Inference | hf_ez_fill_mask_api_inference |
| Fill Mask Local Inference | hf_ez_fill_mask_local_inference |
| Answer Questions about a Text based on Context | hf_ez_question_answering |
| Question Answering API Inference | hf_ez_question_answering_api_inference |
| Question Answering Local Inference | hf_ez_question_answering_local_inference |
| Compare Sentence Similarity Semantically | hf_ez_sentence_similarity |
| Sentence Similarity API Inference | hf_ez_sentence_similarity_api_inference |
| Sentence Similarity Local Inference | hf_ez_sentence_similarity_local_inference |
| Summarize a Text | hf_ez_summarization |
| Summarization API Inference | hf_ez_summarization_api_inference |
| Summarization Local Inference | hf_ez_summarization_local_inference |
| Answer Questions about a Data Table | hf_ez_table_question_answering |
| Table Question Answering API Inference | hf_ez_table_question_answering_api_inference |
| Table Question Answering Local Inference | hf_ez_table_question_answering_local_inference |
| Classify Texts into Pre-trained Categories | hf_ez_text_classification |
| Text Classification API Inference | hf_ez_text_classification_api_inference |
| Text Classification Local Inference | hf_ez_text_classification_local_inference |
| Generate Text from a Prompt | hf_ez_text_generation |
| Text Generation API Inference | hf_ez_text_generation_api_inference |
| Text Generation Local Inference | hf_ez_text_generation_local_inference |
| Answer General Questions | hf_ez_text2text_generation |
| Text2Text Generation API Inference | hf_ez_text2text_generation_api_inference |
| Text2Text Generation Local Inference | hf_ez_text2text_generation_local_inference |
| Classify parts of a Text | hf_ez_token_classification |
| Token Classification API Inference | hf_ez_token_classification_api_inference |
| Token Classification Local Inference | hf_ez_token_classification_local_inference |
| Translate between Languages | hf_ez_translation |
| Translation API Inference | hf_ez_translation_api_inference |
| Translation Local Inference | hf_ez_translation_local_inference |
| Perform Text Classification with No Context Required | hf_ez_zero_shot_classification |
| Zero Shot Classification API Inference | hf_ez_zero_shot_classification_api_inference |
| Zero Shot Classification Local Inference | hf_ez_zero_shot_classification_local_inference |
| Fill Mask | hf_fill_mask |
| Fill Mask Task Payload | hf_fill_mask_payload |
| Text Generation | hf_generate |
| Download a File from the Hub | hf_hub_download |
| Inference using a downloaded Hugging Face model or pipeline, or using the Inference API | hf_inference |
| List Authors | hf_list_authors |
| List Datasets | hf_list_datasets |
| List Languages | hf_list_languages |
| List Libraries | hf_list_libraries |
| List Licenses | hf_list_licenses |
| List Models | hf_list_models |
| List Inference Providers for a Model | hf_list_providers |
| List Files in a Hub Repository | hf_list_repo_files |
| List Available Tasks | hf_list_tasks |
| Import a pre-trained AutoModel object for a specific task. | hf_load_AutoModel_for_task |
| Load Dataset via Hugging Face Datasets Server API | hf_load_dataset |
| Load a pre-trained AutoModel object from Hugging Face | hf_load_model |
| Load a pipeline object from Hugging Face - pipelines usually include a model, tokenizer and task. | hf_load_pipeline |
| Load a Sentence Transformers model to extract sentence/document embeddings | hf_load_sentence_model |
| Load an AutoTokenizer from a pre-tained model | hf_load_tokenizer |
| Get Model Information | hf_model_info |
| Find Nearest Neighbors by Semantic Similarity | hf_nearest_neighbors |
| Named Entity Recognition (Token Classification) | hf_ner |
| Push a Data Frame as a Dataset File | hf_push_dataset |
| Install Python Dependencies | hf_python_depends |
| Extractive Question Answering | hf_question_answer |
| Question Answering Payload | hf_question_answering_payload |
| Read All Chunks from Directory | hf_read_chunks |
| Run Tool Calls in a Conversation | hf_run_tools |
| Search Datasets on Hugging Face Hub | hf_search_datasets |
| Search Models on Hugging Face Hub | hf_search_models |
| Search Papers on Hugging Face | hf_search_papers |
| Search Spaces on Hugging Face Hub | hf_search_spaces |
| Use a Sentence Transformers pipeline to extract document(s)/sentence(s) embedding(s) | hf_sentence_encode |
| Sentence Similarity Payload | hf_sentence_similarity_payload |
| Try to set device to GPU for accelerated computation | hf_set_device |
| Set Hugging Face API Token | hf_set_token |
| Compute Pairwise Similarity | hf_similarity |
| Summarization Task Payload | hf_summarization_payload |
| Summarize Text | hf_summarize |
| Table Question Answering | hf_table_question_answer |
| Table Question Answering Payload | hf_table_question_answering_payload |
| Text Classification Payload | hf_text_classification_payload |
| Text Generation Payload | hf_text_generation_payload |
| Generate an Image from Text | hf_text_to_image |
| Convert Text to Speech | hf_text_to_speech |
| Text2Text Generation Payload | hf_text2text_generation_payload |
| Token Classification Payload | hf_token_classification_payload |
| Define a Chat Tool | hf_tool |
| Transcribe Audio | hf_transcribe |
| Translate Text | hf_translate |
| Translation Payload | hf_translation_payload |
| Upload a File to a Hub Repository | hf_upload_file |
| Get Current Hugging Face User Information | hf_whoami |
| Zero Shot Classification Payload | hf_zero_shot_classification_payload |
| Dataset of model names, tasks & download info | models_with_downloads |
| Embedding Recipe Step | step_hf_embed tidy.step_hf_embed tunable.step_hf_embed |