You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a an existing bug? Please link it here.
NA
Describe the solution you'd like
Especially for workflows that use kickoff_for_each() and kickoff_async() with repetitive context, this would dramatically cut costs by leveraging the support that litellm has built-in for prompt caching. See the following link for more info about built-in prompt caching support from litellm: https://docs.litellm.ai/docs/completion/prompt_caching
Describe alternatives you've considered
Spending the extra money on uncached tokens I guess.