AI Capabilities
Bloomx integrates the Vercel AI SDK natively into the core logic. It supports switching providers (OpenAI, Anthropic, Gemini, Cohere) with a single environment variable change.
Supported Providers
OpenAI (GPT-4o)
Best for complex reasoning, summarizing threads, and generating structured JSON for the Organizer.
AI_PROVIDER=openaiGoogle Gemini
Excellent speed and large context window. Great for analyzing very long email threads.
AI_PROVIDER=googleAnthropic Claude
Superior tone matching for the 'Composer Helper'. Writes very natural sounding emails.
AI_PROVIDER=anthropicCohere
Specialized for RAG (Retrieval Augmented Generation) and semantic search tasks.
AI_PROVIDER=cohereConfiguration
You only need to set two variables in your .env file. The SDK handles the rest.
AI_PROVIDER="openai" AI_API_KEY="sk-..."