pricing
we take a cut of what we save you.
fgy charges 15% of the provider inference cost it avoids on your behalf. if nothing is saved, nothing is charged. there is no platform fee, no minimum spend, and no charge for passing traffic through on a miss.
per-request cost
costs map directly to outcomes.
every request through fgy takes one of three paths. two of them save you money. one of them costs fgy nothing to charge for.
how fgy fits in
a cache layer, not a key vault.
fgy does not store or manage your provider api keys. you send your own bearer token on every request and fgy passes it through if the cache misses. the only credential fgy issues is a cache key that identifies your tenant.
your provider key travels with the request. on a miss, fgy forwards it upstream and returns the response. on a hit, the provider key is never used.
deployment modes
choose how much you depend on the cache.
because fgy does not hold your provider keys, you can decide whether the cache is a hard dependency or an optional layer. these are the two common integration postures.
cache as a guaranteed layer
all traffic routes through fgy. fgy handles cache hits and forwards misses upstream using your bearer token. your application treats fgy as the provider. if fgy is unavailable, requests fail.
suitable when you want the simplest possible integration and fgy's uptime sla is acceptable as a dependency. maximises cache coverage.
cache as a soft layer
your application tries fgy first. if fgy is unreachable or times out, it falls back to calling the provider directly. fgy is never on your critical path. the tradeoff is that fallback requests are not cached.
suitable when your application cannot tolerate any dependency on a third party and you want to add caching opportunistically.
plans
one model, two scales.
no monthly fee. no minimum. no charge on misses. billed only when the cache successfully avoids a provider call on your behalf.
for high-throughput deployments that need dedicated infrastructure, flat-rate billing, or custom cache policy controls.