Skip to main content

Seal AI Private

Seal AI Private is Sealmetrics' platform-managed AI provider for LENS AI: your chat questions and AI insights are processed entirely in the EU (Paris), with no prompt retention, and your data never trains third-party models. No API key required — it works out of the box.

It is available as a paid add-on on Growth plans and is included in Scale and Enterprise plans.


Pricing

ContractPrice
Annual contracts€299/month, billed €3,588/year upfront
Monthly contracts€358.80/month

Activating the add-on mid-cycle is not prorated — billing starts at your next billing cycle. The add-on follows the billing interval of your base subscription.

Availability by plan

PlanSeal AI Private
FreeNot available
GrowthAvailable as a paid add-on
ScaleIncluded
EnterpriseIncluded

The token quota

  • Seal AI Private includes 5 million tokens per calendar month (UTC). Unused tokens do not roll over.
  • Tokens are counted as prompt + completion tokens of each AI request (chat questions and automated LENS insights both draw from the same quota).
  • At 80% and 100% consumption, the organization receives an email alert (once per month each).

When the quota runs out

When the monthly quota and any pack balance are exhausted, Seal AI Private stops (hard stop) for both chat and insights, and the product shows a message with a purchase option. Two ways to keep going:

  1. Buy a token pack (below), or
  2. Switch to your own key (BYOK) — the chat's provider selector lets any user fall back to their own OpenAI, Anthropic, Gemini, or DeepSeek key at any time. See LLM Providers.

Extra token packs

Size5,000,000 tokens per pack
Price€358.80 per pack (same price on all contracts)
Quantity1–10 packs per checkout
ExpiryPacks never expire — pack tokens are consumed only after the monthly 5M quota is exhausted

Packs are a one-time purchase (no auto-recharge) made from the Seal AI Usage screen via Stripe checkout. Only organization owners can purchase.

Who can manage it

ActionWho
View the Seal AI Usage screenOrganization owner and admins
Activate the add-on / buy packs / cancelOrganization owner only
MembersNo menu entry; the chat still shows the aggregate quota ring, and on exhaustion members see "contact your admin"

Cancelling the add-on takes effect at the end of the current billing period.

For developers

Seal AI Private is managed through these API endpoints (JWT with billing:manage — organization owners):

EndpointDescription
POST /billing/seal-ai/subscribeAdd the add-on to the org's subscription (no proration; 403 on Free, 409 if already included in plan or already active)
POST /billing/seal-ai/unsubscribeRemove the add-on at period end
POST /billing/seal-ai/token-pack/checkoutStripe checkout for 1–10 token packs (entitled orgs only)
GET /organizations/{slug}/seal-ai/usageMonthly usage summary — see Organizations API

When the quota is exhausted, AI endpoints return 403 with error_code: "seal_ai_quota_exceeded" and a structured payload (used_tokens, pack_balance_tokens, effective_quota_tokens, can_buy_pack, entitlement_source, resets_at). See LENS API.