# Pixeltable Documentation ## Docs - [Changelog](https://docs.pixeltable.com/changelog/changelog.md): Release history and updates for Pixeltable - [Bringing Data](https://docs.pixeltable.com/datastore/bringing-data.md): A comprehensive guide to inserting, referencing, and importing data in Pixeltable - [Computed Columns](https://docs.pixeltable.com/datastore/computed-columns.md): Computed columns combines automatic calculations with smart incremental updates. Think of them as your data workflow automated. - [Custom Functions (UDFs)](https://docs.pixeltable.com/datastore/custom-functions.md): Create and use custom functions (UDFs) in Pixeltable - [Building Queries](https://docs.pixeltable.com/datastore/filtering-and-selecting.md): Learn how to query and transform data in Pixeltable using where() and select() - [Iterators](https://docs.pixeltable.com/datastore/iterators.md): Learn about iterators for processing documents, videos, audio, and images - [Sampling Data](https://docs.pixeltable.com/datastore/sampling.md): Learn how to create representative samples from your data for analysis, testing, and machine learning. - [Tables](https://docs.pixeltable.com/datastore/tables-and-operations.md): Learn the fundamentals of Pixeltable tables, types, and how to build in Pixeltable - [Vector Database](https://docs.pixeltable.com/datastore/vector-database.md): Learn how to create, populate and query embedding indexes in Pixeltable - [Views](https://docs.pixeltable.com/datastore/views.md): Learn how to create and use virtual derived tables in Pixeltable through views - [Evaluations](https://docs.pixeltable.com/examples/chat/evals.md): Add automated quality assessment to your AI applications using LLM-based evaluation - [Memory](https://docs.pixeltable.com/examples/chat/memory.md): Build a chatbot that remembers conversation history using Pixeltable - [Multimodal Chatbot](https://docs.pixeltable.com/examples/chat/multimodal.md): Build a chat application that processes documents, videos, and audio - [Tools](https://docs.pixeltable.com/examples/chat/tools.md): Build AI agents that can invoke custom tools - [Interactive Demos](https://docs.pixeltable.com/examples/interactive-demos.md): Explore Pixeltable capabilities through interactive demos - [Sample Applications](https://docs.pixeltable.com/examples/sample-apps.md): Explore real-world applications built with Pixeltable - [PDF](https://docs.pixeltable.com/examples/search/PDF.md): Build a PDF search system using smart chunking and vector embeddings - [Audio](https://docs.pixeltable.com/examples/search/audio.md): Build an audio-to-text knowledge base with search capabilities - [Image](https://docs.pixeltable.com/examples/search/images.md): Build an image search system using OpenAI Vision and vector embeddings - [Video](https://docs.pixeltable.com/examples/search/video.md): Build a multimodal video search workflow with Pixeltable - [Website](https://docs.pixeltable.com/examples/search/website.md): Build a web content search system using smart chunking and vector embeddings - [Use Cases](https://docs.pixeltable.com/examples/use-cases.md): Explore practical applications and implementation patterns with Pixeltable - [Label Studio](https://docs.pixeltable.com/examples/vision/label-studio.md): Build annotation workflows with Pixeltable and Label Studio in two phases - [Voxel51](https://docs.pixeltable.com/examples/vision/voxel51.md): Build image analysis workflows with Pixeltable and Voxel51 in two phases - [YOLOX Object Detection](https://docs.pixeltable.com/examples/vision/yolox.md): Use YOLOX object detection in Pixeltable by defining your schema, then using it - [Embedding Models](https://docs.pixeltable.com/integrations/embedding-model.md): Learn how to integrate custom embedding models with Pixeltable - [Ecosystem](https://docs.pixeltable.com/integrations/frameworks.md): Explore Pixeltable ecosystem of built-in integrations for AI/ML workflows - [Model Hub & Repositories](https://docs.pixeltable.com/integrations/models.md): Explore pre-trained models and integrations available in Pixeltable - [Multimodal MCP Servers](https://docs.pixeltable.com/libraries/mcp.md): Extending AI capabilities with Pixeltable MCP servers - [Pixelagent](https://docs.pixeltable.com/libraries/pixelagent.md): An Agent Engineering Blueprint powered by Pixeltable - [Pixeltable YOLOX](https://docs.pixeltable.com/libraries/yolox.md): Lightweight object detection library built on PyTorch - [Working with Embedding/Vector Indexes](https://docs.pixeltable.com/notebooks/feature-guides/embedding-indexes.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/feature-guides/embedding-indexes.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/feature-guides/embedding-indexes.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/feature-guides/embedding-indexes.ipynb) - [Time Zones in Pixeltable](https://docs.pixeltable.com/notebooks/feature-guides/time-zones.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/feature-guides/time-zones.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/feature-guides/time-zones.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/feature-guides/time-zones.ipynb) - [UDFs in Pixeltable](https://docs.pixeltable.com/notebooks/feature-guides/udfs-in-pixeltable.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/feature-guides/udfs-in-pixeltable.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/feature-guides/udfs-in-pixeltable.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/feature-guides/udfs-in-pixeltable.ipynb) - [Working with External Files](https://docs.pixeltable.com/notebooks/feature-guides/working-with-external-files.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/feature-guides/working-with-external-files.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/feature-guides/working-with-external-files.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/feature-guides/working-with-external-files.ipynb) - [Computed Columns](https://docs.pixeltable.com/notebooks/fundamentals/computed-columns.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/fundamentals/computed-columns.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/fundamentals/computed-columns.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/fundamentals/computed-columns.ipynb) - [Queries and Expressions](https://docs.pixeltable.com/notebooks/fundamentals/queries-and-expressions.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/fundamentals/queries-and-expressions.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/fundamentals/queries-and-expressions.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/fundamentals/queries-and-expressions.ipynb) - [Tables and Data Operations](https://docs.pixeltable.com/notebooks/fundamentals/tables-and-data-operations.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/fundamentals/tables-and-data-operations.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/fundamentals/tables-and-data-operations.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/fundamentals/tables-and-data-operations.ipynb) - [Using Label Studio for Annotations with Pixeltable](https://docs.pixeltable.com/notebooks/integrations/using-label-studio-with-pixeltable.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/using-label-studio-with-pixeltable.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/using-label-studio-with-pixeltable.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/using-label-studio-with-pixeltable.ipynb) - [Working with Anthropic in Pixeltable](https://docs.pixeltable.com/notebooks/integrations/working-with-anthropic.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-anthropic.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-anthropic.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-anthropic.ipynb) - [Working with Bedrock in Pixeltable](https://docs.pixeltable.com/notebooks/integrations/working-with-bedrock.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-bedrock.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-bedrock.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-bedrock.ipynb) - [Working with Deepseek in Pixeltable](https://docs.pixeltable.com/notebooks/integrations/working-with-deepseek.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-deepseek.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-deepseek.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-deepseek.ipynb) - [Working with Voxel51 in Pixeltable](https://docs.pixeltable.com/notebooks/integrations/working-with-fiftyone.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-fiftyone.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-fiftyone.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-fiftyone.ipynb) - [Working with Fireworks AI in Pixeltable](https://docs.pixeltable.com/notebooks/integrations/working-with-fireworks.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-fireworks.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-fireworks.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-fireworks.ipynb) - [Working with Gemini in Pixeltable](https://docs.pixeltable.com/notebooks/integrations/working-with-gemini.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-gemini.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-gemini.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-gemini.ipynb) - [Working with Groq in Pixeltable](https://docs.pixeltable.com/notebooks/integrations/working-with-groq.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-groq.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-groq.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-groq.ipynb) - [Working with Hugging Face](https://docs.pixeltable.com/notebooks/integrations/working-with-hugging-face.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-hugging-face.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-hugging-face.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-hugging-face.ipynb) - [Working with llama.cpp in Pixeltable](https://docs.pixeltable.com/notebooks/integrations/working-with-llama-cpp.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-llama-cpp.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-llama-cpp.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-llama-cpp.ipynb) - [Working with Mistral AI in Pixeltable](https://docs.pixeltable.com/notebooks/integrations/working-with-mistralai.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-mistralai.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-mistralai.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-mistralai.ipynb) - [Working with Ollama in Pixeltable](https://docs.pixeltable.com/notebooks/integrations/working-with-ollama.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-ollama.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-ollama.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-ollama.ipynb) - [Working with OpenAI in Pixeltable](https://docs.pixeltable.com/notebooks/integrations/working-with-openai.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-openai.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-openai.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-openai.ipynb) - [Working with OpenRouter in Pixeltable](https://docs.pixeltable.com/notebooks/integrations/working-with-openrouter.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-openrouter.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-openrouter.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-openrouter.ipynb) - [Working with Replicate in Pixeltable](https://docs.pixeltable.com/notebooks/integrations/working-with-replicate.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-replicate.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-replicate.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-replicate.ipynb) - [Working with Together AI in Pixeltable](https://docs.pixeltable.com/notebooks/integrations/working-with-together.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-together.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-together.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/integrations/working-with-together.ipynb) - [Pixeltable Basics](https://docs.pixeltable.com/notebooks/pixeltable-basics.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/pixeltable-basics.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/pixeltable-basics.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/pixeltable-basics.ipynb) - [Transcribing and Indexing Audio and Video in Pixeltable](https://docs.pixeltable.com/notebooks/use-cases/audio-transcriptions.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/use-cases/audio-transcriptions.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/use-cases/audio-transcriptions.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/use-cases/audio-transcriptions.ipynb) - [Object Detection in Videos](https://docs.pixeltable.com/notebooks/use-cases/object-detection-in-videos.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/use-cases/object-detection-in-videos.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/use-cases/object-detection-in-videos.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/use-cases/object-detection-in-videos.ipynb) - [Document Indexing and RAG](https://docs.pixeltable.com/notebooks/use-cases/rag-demo.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/use-cases/rag-demo.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/use-cases/rag-demo.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/use-cases/rag-demo.ipynb) - [RAG Operations in Pixeltable](https://docs.pixeltable.com/notebooks/use-cases/rag-operations.md): [Open in Kaggle](https://kaggle.com/kernels/welcome?src=https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/use-cases/rag-operations.ipynb) | [Open in Colab](https://colab.research.google.com/github.com/pixeltable/pixeltable/blob/release/docs/notebooks/use-cases/rag-operations.ipynb) | [View on GitHub](https://github.com/pixeltable/pixeltable/blob/release/docs/notebooks/use-cases/rag-operations.ipynb) - [Building with LLMs](https://docs.pixeltable.com/overview/building-pixeltable-with-llms.md): Use LLMs in your Pixeltable integration workflow - [Configuration](https://docs.pixeltable.com/overview/configuration.md): Complete guide to configuring Pixeltable - [Installation](https://docs.pixeltable.com/overview/installation.md): Complete guide to installing and setting up Pixeltable - [Introduction](https://docs.pixeltable.com/overview/pixeltable.md): Pixeltable is a declarative data infrastructure for building multimodal AI applications, enabling incremental storage, transformation, indexing, and orchestration of data. - [Quick Start](https://docs.pixeltable.com/overview/quick-start.md): Welcome to Pixeltable! In this tutorial, we will survey how to create tables, populate them with data, and enhance them with built-in and user-defined transformations and AI operations. - [pixeltable.functions.anthropic](https://docs.pixeltable.com/sdk/latest/anthropic.md) - [pixeltable.functions.audio](https://docs.pixeltable.com/sdk/latest/audio.md) - [pixeltable.iterators.AudioSplitter](https://docs.pixeltable.com/sdk/latest/audiosplitter.md) - [pixeltable.functions.bedrock](https://docs.pixeltable.com/sdk/latest/bedrock.md) - [pixeltable.ColumnMetadata](https://docs.pixeltable.com/sdk/latest/columnmetadata.md) - [pixeltable.iterators.ComponentIterator](https://docs.pixeltable.com/sdk/latest/componentiterator.md) - [pixeltable.DataFrame](https://docs.pixeltable.com/sdk/latest/dataframe.md) - [pixeltable.functions.date](https://docs.pixeltable.com/sdk/latest/date.md) - [pixeltable.functions.deepseek](https://docs.pixeltable.com/sdk/latest/deepseek.md) - [pixeltable.DirContents](https://docs.pixeltable.com/sdk/latest/dircontents.md) - [pixeltable.iterators.DocumentSplitter](https://docs.pixeltable.com/sdk/latest/documentsplitter.md) - [pixeltable.functions.fireworks](https://docs.pixeltable.com/sdk/latest/fireworks.md) - [pixeltable.iterators.FrameIterator](https://docs.pixeltable.com/sdk/latest/frameiterator.md) - [pixeltable.functions.gemini](https://docs.pixeltable.com/sdk/latest/gemini.md) - [pixeltable.functions.groq](https://docs.pixeltable.com/sdk/latest/groq.md) - [pixeltable.functions.huggingface](https://docs.pixeltable.com/sdk/latest/huggingface.md) - [pixeltable.functions.image](https://docs.pixeltable.com/sdk/latest/image.md) - [pixeltable.IndexMetadata](https://docs.pixeltable.com/sdk/latest/indexmetadata.md) - [pixeltable.io](https://docs.pixeltable.com/sdk/latest/io.md) - [pixeltable.iterators](https://docs.pixeltable.com/sdk/latest/iterators.md) - [pixeltable.functions.json](https://docs.pixeltable.com/sdk/latest/json.md) - [pixeltable.functions.llama_cpp](https://docs.pixeltable.com/sdk/latest/llama_cpp.md) - [pixeltable.functions.math](https://docs.pixeltable.com/sdk/latest/math.md) - [pixeltable.functions.mistralai](https://docs.pixeltable.com/sdk/latest/mistralai.md) - [pixeltable.functions.ollama](https://docs.pixeltable.com/sdk/latest/ollama.md) - [pixeltable.functions.openai](https://docs.pixeltable.com/sdk/latest/openai.md) - [pixeltable.functions.openrouter](https://docs.pixeltable.com/sdk/latest/openrouter.md) - [pixeltable](https://docs.pixeltable.com/sdk/latest/pixeltable.md) - [pixeltable.functions.replicate](https://docs.pixeltable.com/sdk/latest/replicate.md) - [pixeltable.functions.reve](https://docs.pixeltable.com/sdk/latest/reve.md) - [pixeltable.functions.string](https://docs.pixeltable.com/sdk/latest/string.md) - [pixeltable.iterators.StringSplitter](https://docs.pixeltable.com/sdk/latest/stringsplitter.md) - [pixeltable.Table](https://docs.pixeltable.com/sdk/latest/table.md) - [pixeltable.TableMetadata](https://docs.pixeltable.com/sdk/latest/tablemetadata.md) - [pixeltable.iterators.TileIterator](https://docs.pixeltable.com/sdk/latest/tileiterator.md) - [pixeltable.functions.timestamp](https://docs.pixeltable.com/sdk/latest/timestamp.md) - [pixeltable.functions.together](https://docs.pixeltable.com/sdk/latest/together.md) - [pixeltable.UpdateStatus](https://docs.pixeltable.com/sdk/latest/updatestatus.md) - [pixeltable.VersionMetadata](https://docs.pixeltable.com/sdk/latest/versionmetadata.md) - [pixeltable.functions.video](https://docs.pixeltable.com/sdk/latest/video.md) - [pixeltable.iterators.VideoSplitter](https://docs.pixeltable.com/sdk/latest/videosplitter.md) - [pixeltable.functions.vision](https://docs.pixeltable.com/sdk/latest/vision.md) - [pixeltable.functions.whisper](https://docs.pixeltable.com/sdk/latest/whisper.md) - [pixeltable.functions.whisperx](https://docs.pixeltable.com/sdk/latest/whisperx.md) - [pixeltable.functions.yolox](https://docs.pixeltable.com/sdk/latest/yolox.md) - [pixeltable.functions.anthropic](https://docs.pixeltable.com/sdk/v0.4.22/anthropic.md) - [pixeltable.functions.audio](https://docs.pixeltable.com/sdk/v0.4.22/audio.md) - [pixeltable.iterators.AudioSplitter](https://docs.pixeltable.com/sdk/v0.4.22/audiosplitter.md) - [pixeltable.functions.bedrock](https://docs.pixeltable.com/sdk/v0.4.22/bedrock.md) - [pixeltable.ColumnMetadata](https://docs.pixeltable.com/sdk/v0.4.22/columnmetadata.md) - [pixeltable.iterators.ComponentIterator](https://docs.pixeltable.com/sdk/v0.4.22/componentiterator.md) - [pixeltable.DataFrame](https://docs.pixeltable.com/sdk/v0.4.22/dataframe.md) - [pixeltable.functions.date](https://docs.pixeltable.com/sdk/v0.4.22/date.md) - [pixeltable.functions.deepseek](https://docs.pixeltable.com/sdk/v0.4.22/deepseek.md) - [pixeltable.DirContents](https://docs.pixeltable.com/sdk/v0.4.22/dircontents.md) - [pixeltable.iterators.DocumentSplitter](https://docs.pixeltable.com/sdk/v0.4.22/documentsplitter.md) - [pixeltable.functions.fireworks](https://docs.pixeltable.com/sdk/v0.4.22/fireworks.md) - [pixeltable.iterators.FrameIterator](https://docs.pixeltable.com/sdk/v0.4.22/frameiterator.md) - [pixeltable.functions.gemini](https://docs.pixeltable.com/sdk/v0.4.22/gemini.md) - [pixeltable.functions.groq](https://docs.pixeltable.com/sdk/v0.4.22/groq.md) - [pixeltable.functions.huggingface](https://docs.pixeltable.com/sdk/v0.4.22/huggingface.md) - [pixeltable.functions.image](https://docs.pixeltable.com/sdk/v0.4.22/image.md) - [pixeltable.IndexMetadata](https://docs.pixeltable.com/sdk/v0.4.22/indexmetadata.md) - [pixeltable.io](https://docs.pixeltable.com/sdk/v0.4.22/io.md) - [pixeltable.iterators](https://docs.pixeltable.com/sdk/v0.4.22/iterators.md) - [pixeltable.functions.json](https://docs.pixeltable.com/sdk/v0.4.22/json.md) - [pixeltable.functions.llama_cpp](https://docs.pixeltable.com/sdk/v0.4.22/llama_cpp.md) - [pixeltable.functions.math](https://docs.pixeltable.com/sdk/v0.4.22/math.md) - [pixeltable.functions.mistralai](https://docs.pixeltable.com/sdk/v0.4.22/mistralai.md) - [pixeltable.functions.ollama](https://docs.pixeltable.com/sdk/v0.4.22/ollama.md) - [pixeltable.functions.openai](https://docs.pixeltable.com/sdk/v0.4.22/openai.md) - [pixeltable.functions.openrouter](https://docs.pixeltable.com/sdk/v0.4.22/openrouter.md) - [pixeltable](https://docs.pixeltable.com/sdk/v0.4.22/pixeltable.md) - [pixeltable.functions.replicate](https://docs.pixeltable.com/sdk/v0.4.22/replicate.md) - [pixeltable.functions.reve](https://docs.pixeltable.com/sdk/v0.4.22/reve.md) - [pixeltable.functions.string](https://docs.pixeltable.com/sdk/v0.4.22/string.md) - [pixeltable.iterators.StringSplitter](https://docs.pixeltable.com/sdk/v0.4.22/stringsplitter.md) - [pixeltable.Table](https://docs.pixeltable.com/sdk/v0.4.22/table.md) - [pixeltable.TableMetadata](https://docs.pixeltable.com/sdk/v0.4.22/tablemetadata.md) - [pixeltable.iterators.TileIterator](https://docs.pixeltable.com/sdk/v0.4.22/tileiterator.md) - [pixeltable.functions.timestamp](https://docs.pixeltable.com/sdk/v0.4.22/timestamp.md) - [pixeltable.functions.together](https://docs.pixeltable.com/sdk/v0.4.22/together.md) - [pixeltable.UpdateStatus](https://docs.pixeltable.com/sdk/v0.4.22/updatestatus.md) - [pixeltable.VersionMetadata](https://docs.pixeltable.com/sdk/v0.4.22/versionmetadata.md) - [pixeltable.functions.video](https://docs.pixeltable.com/sdk/v0.4.22/video.md) - [pixeltable.iterators.VideoSplitter](https://docs.pixeltable.com/sdk/v0.4.22/videosplitter.md) - [pixeltable.functions.vision](https://docs.pixeltable.com/sdk/v0.4.22/vision.md) - [pixeltable.functions.whisper](https://docs.pixeltable.com/sdk/v0.4.22/whisper.md) - [pixeltable.functions.whisperx](https://docs.pixeltable.com/sdk/v0.4.22/whisperx.md) - [pixeltable.functions.yolox](https://docs.pixeltable.com/sdk/v0.4.22/yolox.md) - [FAQ](https://docs.pixeltable.com/support/faq.md): Frequently asked questions about Pixeltable - [Getting Help](https://docs.pixeltable.com/support/getting-help.md): Connect with the Pixeltable community and find support - [Feature Guides](https://docs.pixeltable.com/tutorials/feature-guide.md): Deep dive into Pixeltable advanced capabilities and patterns - [Fundamentals](https://docs.pixeltable.com/tutorials/fundamentals.md): Learn Pixeltable core concepts and capabilities through interactive tutorials