Skip to main content

How Providers Work In AnotherWrapper

AnotherWrapper supports multiple providers, but you do not need all of them. The practical question is: “Which providers do I actually need for the product I want to ship?”

Best Minimal Starting Set

For most people, the simplest starting stack is:
  • OpenAI
  • storage
  • Supabase
Then add:
  • Replicate for richer image/video coverage
  • ElevenLabs for voice
  • Anthropic, Google, xAI, Groq, or DeepSeek if you want broader chat model choice

Provider To Feature Mapping

  • OpenAI: core chat, structured generation, embeddings, some image features
  • Anthropic: Claude chat support
  • Google: Gemini chat and default vision path
  • Groq: fast Llama models
  • xAI: Grok models
  • DeepSeek: additional reasoning/chat model options
  • Replicate: many image, video, and transcription workflows
  • ElevenLabs: Voice Studio

Good Beginner Rule

Do not turn on every provider just because the repo supports them. Enable only what your current product actually needs. That keeps setup, cost, and operational complexity lower.