Configure cost estimation and pricing parameters
These parameters control the worst-case cost estimates shown to users before running AI operations.
Configure electricity rates and default rental rates for lighting equipment.
1. Upload: User uploads screenplay → System automatically calculates worst-case API costs
2. Display: Yellow warning banner shows estimated costs with breakdown
3. Transparency: Users see costs BEFORE clicking "Parse Scenes" or "Expand Shots"
4. No Charges: Cost estimation itself makes zero API calls and costs nothing
5. Accuracy: Uses tiktoken (OpenAI's tokenizer) for precise token counting
Safety Buffer Logic: If actual total is $100 and buffer is 30%, user sees $130 estimate. If actual cost ends up being $95, user is happy they saved $35!