NEWVectors or files. Pick a path.Start →

    AI Model Hub

    Browse AI models for multimodal decomposition and recomposition pipelines: plug any model into your extractors.

    17,271 models available

    Showing 241-264 of 17,271 models

    Automatic Speech Recognition

    Systran/faster-whisper-base

    1.7M
    35
    ctranslate2
    Automatic Speech Recognition

    mesolitica/wav2vec2-xls-r-300m-mixed

    1.6M
    5
    transformers
    Image Text To Text

    Qwen/Qwen2-VL-7B-Instruct-AWQ

    1.6M
    48
    transformers
    Image Text To Text

    google/gemma-3-4b-it

    1.6M
    1,474
    transformers
    Fill Mask

    neuralmind/bert-large-portuguese-cased

    1.6M
    74
    transformers
    Automatic Speech Recognition

    theainerd/Wav2Vec2-large-xlsr-hindi

    1.6M
    13
    transformers
    Audio Classification

    mudler/ced-gguf

    1.6M
    3
    ced.cpp
    Image Text To Text

    HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive

    1.6M
    3,601
    Text Generation

    Qwen/Qwen3-8B-AWQ

    1.6M
    53
    transformers
    Image Text To Text

    unsloth/Qwen3.5-9B-GGUF

    1.6M
    887
    transformers
    Text Generation

    ornith-ai/Ornith-1.0-9B

    1.6M
    541
    transformers
    Automatic Speech Recognition

    nguyenvulebinh/wav2vec2-base-vi-vlsp2020

    1.6M
    2
    transformers
    Image Text To Text

    HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF

    1.6M
    985
    Automatic Speech Recognition

    openai/whisper-tiny

    1.6M
    442
    transformers
    Automatic Speech Recognition

    handy-computer/parakeet-unified-en-0.6b-gguf

    1.6M
    6
    transcribe.cpp
    Text Generation

    deepseek-ai/DeepSeek-V3.2

    1.6M
    1,474
    transformers
    Automatic Speech Recognition

    imvladikon/wav2vec2-xls-r-300m-hebrew

    1.5M
    6
    transformers
    Image Text To Text

    cyankiwi/Qwen3.6-27B-AWQ-INT4

    1.5M
    110
    transformers
    Text Generation

    0bserverx/Qwen3.8-27B-Heretic-Abliterated-Uncensored-GGUF

    1.5M
    401
    transformers
    Image Text To Text

    cdiamond/Qwen3.8-27B-iMatrix-NVFP4-MTP-GGUF

    1.5M
    8
    Text Generation

    QuantTrio/Qwen3-VL-30B-A3B-Instruct-AWQ

    1.5M
    45
    transformers
    Zero Shot Image Classification

    google/siglip2-base-patch16-224

    1.5M
    134
    transformers
    Text Generation

    farbodtavakkoli/OTel-LLM-E4B-IT

    1.5M
    Text Generation

    prism-ml/Bonsai-27B-mlx-1bit

    1.5M
    235
    mlx
    11 / 720

    Choosing a model for multimodal retrieval

    Which of these models does Mixpeek actually run?

    Nine, and they are not the same thing as the catalog. The managed extractors run intfloat/multilingual-e5-large-instruct for text (1024-d), google/siglip-base-patch16-224 for images (768-d), google/vertex-multimodal (1408-d) and google/gemini-embedding-2 (3072-d) for unified multimodal, insightface ArcFace for faces (512-d), CLAP for audio fingerprints (512-d), facebook/dinov2-base for visual similarity and jinaai/jina-embeddings-v2-base-code for code (both 768-d, inside the web scraper). The rerank retriever stage runs BAAI/bge-reranker-v2-m3. Everything else in this catalog is documented here, not hosted here.

    Can I run any model from this catalog on Mixpeek?

    Not by naming it. No extractor takes a Hugging Face model id as a parameter, so there is no field to put one in. Three paths do work. Use a managed extractor and get the model it runs. Run the model on your own hardware and upsert the vectors through POST /v1/namespaces/{namespace_id}/documents/upsert, which stores them beside everything else. Or on Enterprise, upload the weights through POST /v1/namespaces/{namespace_id}/models, which accepts the huggingface format, and load them from a custom plugin.

    Should I use a text embedding model or a multimodal one?

    Ask whether a text query has to reach a non-text asset directly. If your video is searchable through its transcript and your images through their captions, a text model over that generated text is cheaper and usually more accurate, because retrieval quality on words is a solved problem and cross-modal alignment is not. If the query is 'find the shot that looks like this' or the visual content carries meaning no caption records, you need a shared space and a multimodal model. Most production systems run both indexes rather than choosing.

    What does the embedding dimension cost to store?

    A float32 vector is 4 bytes per dimension, so a million items costs 4 GB at 1024 dimensions, 3 GB at 768, and 12 GB at 3072. That is before any quantization and before payload. Models trained with Matryoshka representation learning, such as Gemini Embedding 2, let you truncate to a shorter prefix without re-encoding, so the width becomes an index-time decision rather than a model-selection one. Dimensions are fixed at namespace creation in Mixpeek, so changing a width later means re-indexing.

    Why does the download count on a model page differ from HuggingFace?

    It is the monthly figure from the HuggingFace API at the time of the last sync, not a live read, so it lags. The sync date is on each model page. Download count is a popularity signal and a poor quality signal: the most-downloaded model in a category is frequently an older checkpoint that a tutorial pinned years ago.

    All models

    Every model page in one place, 375 in total.