Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/JerryZLiu/Dayflow/llms.txt

Use this file to discover all available pages before exploring further.

Dayflow supports three AI processing modes, each with different privacy, quality, and cost trade-offs.

Quick Comparison

ProviderPrivacyQualityCostSpeedRequirements
GeminiCloud (BYO key)ExcellentPay-per-useFast (2 LLM calls)API key
Local ModelsFully privateGoodFreeSlower (33+ calls)Ollama/LM Studio
ChatGPT/ClaudeCloudBestSubscriptionMedium (4-6 calls)Paid subscription

Processing Efficiency

The number of LLM calls affects both speed and cost:
  • Gemini: 2 LLM calls per batch (video upload + transcribe → generate cards)
  • ChatGPT/Claude: 4-6 LLM calls per batch (extract frames → batch describe → merge → cards)
  • Local Models: 33+ LLM calls per batch (30 frame descriptions + merge + title + merge check + merge cards)
Gemini’s native video understanding makes it the most efficient option. Local models require describing each frame individually, resulting in more API calls and slower processing.

Choose Your Provider

Select the provider that best matches your needs:

Gemini

Fast cloud processing with bring-your-own API key

Local Models

Complete privacy with on-device processing

ChatGPT/Claude

Premium quality with frontier reasoning models

Configuration Location

All AI provider settings are configured in: Dayflow → Settings → AI Provider You can switch providers at any time. Existing timeline data remains unchanged.