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:

OpenAI

Core chat, images, vision, audio, structured output. Your Swiss Army knife.

Anthropic

Claude models for chat. Great for reasoning and long-context tasks.

Google Gemini

Gemini models with search grounding and a strong default vision path.

Groq

Lightning-fast Llama models. Great for speed-sensitive features.

xAI

Grok models with reasoning capabilities.

DeepSeek

Additional reasoning and chat model options.

Replicate

Image, video, and transcription workflows.

ElevenLabs

Text-to-speech with 1000+ voices in 26+ languages.

Provider to feature mapping

Here’s a quick cheat sheet so you know exactly what each provider unlocks:
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.