Skip to main content
From language models to computer vision frameworks, Pixeltable integrates with the entire ecosystem. All integrations are available out-of-the-box with Pixeltable installation. No additional setup required unless specified.
Missing an integration? Build your own with Pixeltable UDFs, or suggest one on GitHub Discussions.

Cloud LLM providers

Anthropic Claude

Integrate Claude models for advanced language understanding and generation with multimodal capabilities

Google Gemini

Access Google’s Gemini models via Google AI Studio or Vertex AI for state-of-the-art multimodal AI capabilities

OpenAI

Leverage GPT models for text generation, embeddings, and image analysis

Azure OpenAI

Use OpenAI models via Azure with enterprise security and compliance

Mistral AI

Use Mistral’s efficient language models for various NLP tasks

DeepSeek

Leverage DeepSeek’s powerful language and code models for text and code generation

Groq

Access Groq’s models for text generation

Model hubs

Platforms that host or route many models from a shared catalog.

Hugging Face Hub

Access thousands of pre-trained models across vision, text, and audio domains

Replicate

Deploy and run ML models through Replicate’s cloud infrastructure

Together AI

Access a variety of open-source models through Together AI’s platform

Fireworks

Use Fireworks.ai’s optimized model inference infrastructure

OpenRouter

Unified access to 100+ LLMs from various providers through a single API

AWS Bedrock

Access a variety of AI models through AWS Bedrock’s unified API

Nebius

Nebius Token Factory language and embedding models via an OpenAI-compatible API

Embeddings & Reranking

Voyage AI

High-quality embeddings and reranking for text, images, and video

Jina AI

Embeddings and reranking optimized for search and RAG pipelines

Twelve Labs

Multimodal embeddings for text, image, audio, and video via the TwelveLabs Embed API

Media Generation

BFL (FLUX)

Image generation, editing, fill, and expansion with FLUX models from Black Forest Labs

fal.ai

Fast image generation with Flux, Stable Diffusion, and other models

Reve

AI-powered video generation and editing capabilities

RunwayML

AI video generation with Gen-4 and other Runway models

Local LLM runtimes

Llama.cpp

High-performance C++ implementation for running LLMs on CPU and GPU

Ollama

Easy-to-use toolkit for running and managing open-source models locally

vLLM

High-throughput local LLM inference with PagedAttention and continuous batching

Hugging Face models

Pixeltable provides seamless integration with Hugging Face’s transformers library through built-in UDFs. These functions allow you to use state-of-the-art models directly in your data workflows.
Requirements: Install required dependencies with pip install transformers. Some models may require additional packages like sentence-transformers or torch.

CLIP models

Perfect for multimodal applications combining text and image understanding.

Cross-encoders

Ideal for semantic similarity tasks and sentence pair classification.

DETR object detection

Powerful object detection with end-to-end transformer architecture.

Sentence transformers

State-of-the-art sentence and document embeddings for semantic search and similarity.

Speech2Text models

Support for both transcription and translation of audio content.

Vision Transformer (ViT)

Modern image classification using transformer architecture.

Model selection guide

1

Choose Task

Select the appropriate model family based on your task:
  • Text/Image Similarity → CLIP
  • Object Detection → DETR
  • Text Embeddings → Sentence Transformers
  • Speech Processing → Speech2Text
  • Image Classification → ViT
2

Check Requirements

Install necessary dependencies:
3

Setup Integration

Import and use the model in your Pixeltable workflow:

Computer vision

YOLOX

State-of-the-art object detection with YOLOX models

Voxel51

Advanced video and image dataset management with Voxel51

Audio processing

Whisper/WhisperX

High-quality speech recognition and transcription using OpenAI’s Whisper models

Enterprise Platforms

Microsoft Fabric

Azure OpenAI integration through Microsoft Fabric for enterprise AI workloads

Data Wrangling

Pandas

Import and export from and to Pandas DataFrames

Usage examples

Integration features

1

Easy Setup

Most integrations work out-of-the-box with simple API configuration
2

Computed Columns

Use integrations directly in computed columns for automated processing
3

Batch Processing

Efficient handling of batch operations with automatic optimization
Check the provider notebooks for detailed usage instructions for each integration.
Last modified on August 7, 2026