Skip to main content

LLMs

Superduper allows users to work with LLM services and models

Here is a table of LLMs supported in Superduper:

ClassDescription
superduper.ext.transformers.LLMUseful for trying and fine-tuning a range of open-source LLMs
superduper.ext.vllm.vLLMUseful for fast self-hosting of LLM models with CUDA
superduper.ext.llamacpp.LlamaCppUseful for fast self-hosting of LLM models without requiring CUDA
superduper.ext.openai.OpenAIChatCompletionUseful for getting started quickly
superduper.ext.anthropic.AnthropicCompletionUseful alternative for getting started quickly

You can find the snippets here

tip

Connect your LLM to data and vector-search using SequentialModel or GraphModel.