Skip to main content

Model hubs

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

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.

Integration features

All models can be used directly in computed columns for automated processing:
Pixeltable automatically handles batch processing and optimization:

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:
Need help choosing the right model? Check our provider notebooks or join our Discord community.
Last modified on July 14, 2026