Skip to main content
AnotherWrapper supports a bunch of AI providers, but here’s the good news — you don’t need all of them. The real question is: which ones do you actually need for what you’re building?

Start small, expand later

For most projects, this is all you need to get going:
  • OpenAI — covers chat, vision, images, audio, and structured output
  • Storage — for file uploads
  • Better Auth + PostgreSQL — for auth and data
That’s a fully functional AI app right there. Then add more providers as your product grows:

Provider to feature mapping

Here’s a quick cheat sheet so you know exactly what each provider unlocks:
ProviderWhat it powers
OpenAICore chat, structured generation, embeddings, image features
AnthropicClaude chat support
Google GeminiGemini chat, search grounding, default vision path
GroqFast Llama models for chat and structured generation
xAIGrok models for chat
DeepSeekAdditional reasoning/chat models
ReplicateImage generation, video generation, and audio transcription
ElevenLabsVoice Studio (text-to-speech)
Don’t turn on every provider just because the repo supports them. Enable only what your current product actually needs. That keeps setup time, API costs, and operational complexity way down.