Two-Path Pricing for Developers

Understand when queries are free and when they cost money.

Key takeaway: The two-path model means most users pay only the flat license. External providers are opt-in, not default.

Path 1: FiD Browser-Native (Free)

How it works

  1. User types a query in pauhu.ai.
  2. Browser loads ONNX model from OPFS cache (or downloads once from CDN).
  3. BGE-M3 generates query embedding locally.
  4. Embedding matches against local Vectorize snapshot.
  5. FiD encoder-decoder generates grounded answer.
  6. Result displayed — zero network calls.

Path 2: External Provider (Metered)

How it works

  1. User selects an external provider in settings.
  2. Consent dialog appears (third-country data transfer disclosure).
  3. User confirms consent.
  4. Query is sent via the API gateway to the external provider.
  5. Stripe meter event is recorded.
  6. Response is returned to user.
  7. Monthly invoice includes all metered external calls.

Pricing Comparison

Path Cost Meter Event Data Location Offline
FiD Browser-Native Flat license / Free tier No User's device only Yes
External Provider Pass-through, zero margin Yes (Stripe) Provider's servers (US/EU) No

For API Consumers

Note: The two-path model means most users pay only the flat license. External providers are opt-in, not default.

Questions? Contact us at support@pauhu.eu

Full documentation: Documentation index