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

# Supported Files

> File formats supported by VLM Run for document, image, video, and audio processing.

VLM Run supports a wide range of file formats across different media types for structured data extraction.

## Document Files

| Extension | Format                                       |
| :-------- | :------------------------------------------- |
| `.pdf`    | Portable Document Format                     |
| `.doc`    | Microsoft Word Document                      |
| `.docx`   | Microsoft Word Document (Open XML)           |
| `.ppt`    | Microsoft PowerPoint Presentation            |
| `.pptx`   | Microsoft PowerPoint Presentation (Open XML) |

## Image Files

| Extension | Format                          |
| :-------- | :------------------------------ |
| `.jpeg`   | JPEG Image                      |
| `.jpg`    | JPEG Image                      |
| `.png`    | Portable Network Graphics       |
| `.gif`    | Graphics Interchange Format     |
| `.bmp`    | Bitmap Image                    |
| `.tiff`   | Tagged Image File Format        |
| `.webp`   | WebP Image                      |
| `.heic`   | High Efficiency Image Container |
| `.avif`   | AV1 Image File Format           |

## Video Files

| Extension | Format          |
| :-------- | :-------------- |
| `.mp4`    | MPEG-4 Video    |
| `.mov`    | QuickTime Movie |
| `.mkv`    | Matroska Video  |
| `.webm`   | WebM Video      |

## Audio Files

| Extension | Format                    |
| :-------- | :------------------------ |
| `.wav`    | Waveform Audio            |
| `.mp3`    | MPEG Audio Layer III      |
| `.flac`   | Free Lossless Audio Codec |
| `.webm`   | WebM Audio                |
| `.ogg`    | Ogg Vorbis Audio          |

## Text Files

| Extension | Format                 |
| :-------- | :--------------------- |
| `.txt`    | Plain Text             |
| `.md`     | Markdown               |
| `.json`   | JSON                   |
| `.csv`    | Comma-Separated Values |
| `.tsv`    | Tab-Separated Values   |
| `.jsonl`  | JSON Lines             |
