Pick the closest match — we’ll seed the rest of the wizard with sensible defaults you can override. Not sure? Pick “Custom” and fill in every field by hand.
Support chatbot
Tier-1 customer support, FAQ deflection, ticket triage
Medium conversations, real-time, web search + RAG common. ~1,000 conversations/day is a typical mid-market starting point.
RAG / docs Q&A
Internal knowledge base, policy lookup, doc search
Short conversations dominated by retrieval context — input-token-heavy. Caching pays off when the same retrieved chunks repeat across users.
Coding agent
Code review, refactor, test generation, IDE assist
Long conversations with high output token counts. Quality-tier sensitive — Sonnet/GPT-5/Opus typically beat budget tiers on code reasoning.
Batch summarizer
Overnight email digests, meeting summaries, daily reports
Single-turn, scheduled — the canonical Batch API use case. 50% off list pricing on output tokens, no real-time pressure.
Classifier / extractor
Intent detection, sentiment, structured extraction
High-volume single-turn. Mid- or budget-tier models often win — quality difference is small for narrow tasks. Caching the system prompt is the biggest lever.
Video creator
TikTok / Reels / Shorts pipeline, ad creatives, B-roll
Long conversations to plan + script + per-scene prompt + retry. Generation cost dominates — Veo or Sora at 720p, ~4 clips × 8s per finished video, ~10 videos/day. Brain LLM is the minority of the bill.
Image pipeline
Bulk product photos, social tiles, ad variations
Single-turn brain calls (or short), one-image-per-call generation at 1024². ~100 images/day across DALL-E 3 or Flux. Caching the brain prompt + sharing infrastructure across calls is where the savings hide.
Voice narrator
Audiobook, podcast, IVR, accessibility narration
Brain LLM drafts a script (~5,000 chars), TTS synthesizes it. ~50 scripts/day. ElevenLabs for expressive reads, OpenAI / Google for cost-sensitive volume.
Music creator
Suno / Udio songwriting, jingles, sound design
Brain LLM iterates on prompt + style cues; generation produces full songs. High reject rate — most tracks regenerated 2-3× before keep. ~20 finished tracks/day.
Custom / something else
Skip the preset and fill in every field by hand