What works today
varg credits (default)
OneVARG_API_KEY, all providers, metered billing. This is the supported path for the varg API:
POST /v2/estimate. Cache hits are free.
Direct provider modules in the local SDK
For local rendering, the SDK ships direct provider modules (fal, elevenlabs, …) that call the providers with your own keys from env — bypassing varg entirely (no varg billing, but also no varg caching or file storage):
This only applies to local rendering (
bunx vargai render). Cloud render (POST /v2/render) and all API generation endpoints run on varg pooled keys and bill varg credits.