> ## Documentation Index
> Fetch the complete documentation index at: https://docs.graphext.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Infer

| Step                                                                       | Fast | Description                                                                               |
| -------------------------------------------------------------------------- | ---- | ----------------------------------------------------------------------------------------- |
| [caption\_images](/api-docs/analyse/infer/caption_images)                  |      | Predict image captions using pretrained DL models                                         |
| [classify\_text](/api-docs/analyse/infer/classify_text)                    |      | Classify texts using any model from the [Hugging Face hub](https://huggingface.co/models) |
| [embed\_images](/api-docs/analyse/infer/embed_images)                      |      | Embed images using pretrained DL models                                                   |
| [embed\_text\_with\_model](/api-docs/analyse/infer/embed_text_with_model)  |      | Use language models to calulate an embedding for each text in provided column             |
| [prompt\_ai](/api-docs/analyse/infer/prompt_ai)                            |      | Call OpenAI's models on each row of the dataset for a given prompt                        |
| [zeroshot\_classify\_text](/api-docs/analyse/infer/zeroshot_classify_text) |      | Classify texts using custom labels/categories                                             |
