Fluiq profiles your real trace history, provisions a cache, and serves repeated prompts automatically.
Hit Rate
84.3%
10.5k hits saved
Total Calls
12.4k
last 24h
Misses
1.9k
15.7% miss rate
Cache Performance
Server-side
A dedicated cache instance is provisioned for your account. Nothing to deploy or operate.
Profiled
The cache profile comes from your actual traces, not a generic one-size heuristic.
Tunable
Set time-to-live and which models are eligible. Observe mode measures savings before you commit.
Insights
Repeated prompts are ranked by what caching them would save, alongside your top-spending models, slowest calls, and where errors cluster.
import fluiq
fluiq.instrument(api_key="fl_...")
# "observe" measures savings; "cache" serves duplicates
fluiq.optimize(mode="cache")
# Repeated prompts now resolve from your cache
answer(question)Tracing, security, evaluation, datasets, and prompts all run on the free tier. Caching and Slack alerts unlock on a paid plan.