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=openai

Google Gemini

Excellent speed and large context window. Great for analyzing very long email threads.

AI_PROVIDER=google

Anthropic Claude

Superior tone matching for the 'Composer Helper'. Writes very natural sounding emails.

AI_PROVIDER=anthropic

Cohere

Specialized for RAG (Retrieval Augmented Generation) and semantic search tasks.

AI_PROVIDER=cohere

Configuration

You only need to set two variables in your .env file. The SDK handles the rest.

AI_PROVIDER="openai"
AI_API_KEY="sk-..."
BloomX Mail