Supported Providers

Details on supported LLM providers — OpenAI, Anthropic, Google — and their capabilities.

Supported providers#

LumenFlow supports the following LLM providers:

OpenAI#

ModelContextBest for
GPT-4o128KGeneral tasks, coding, analysis
GPT-4o mini128KFast responses, simple tasks

Anthropic#

ModelContextBest for
Claude Opus 4200KComplex reasoning, long documents
Claude Sonnet 4200KBalanced speed and quality

Google#

ModelContextBest for
Gemini 2.5 Pro1MVery long documents, multimodal
Gemini 2.5 Flash1MFast, cost-effective tasks

Choosing a provider#

Consider these factors:

  1. Task complexity — advanced reasoning favors larger models
  2. Speed — smaller models respond faster
  3. Cost — check your provider's pricing page
  4. Context needs — long documents need large context windows

Provider-specific features#

Some capabilities depend on the provider:

  • Vision — image understanding (GPT-4o, Claude, Gemini)
  • Tool use — function calling for connections (all providers)
  • Streaming — real-time response display (all providers)

info LumenFlow normalizes the API interface across providers. Switching providers doesn't require any changes to your conversations or workflows.