---
name: tensorpm-pricing
description: "TensorPM subscription tiers, AI credit allowances, BYOK rules, and checkout guidance for agents. Current tiers are Trial, Pro, and Business."
---

# TensorPM Pricing & Plans

TensorPM has three public plan paths:

- **Trial**: free account, no time limit, 2,000,000 lifetime TensorPM AI credits, Cloud Sync included, several own cloud workspaces under a fair-use limit, no BYOK.
- **Pro**: self-service Stripe subscription, Cloud Sync, unlimited own cloud workspaces, 1 active project, unlimited archived projects, 10,000,000 AI credits per month, no BYOK.
- **Business**: custom contract/admin entitlement, Cloud Sync, unlimited own cloud workspaces, custom limits and credits, BYOK/API-key management.

Cloud Sync is the default operating mode on every tier, Trial included. Local-only is an opt-in desktop mode, not a plan property. Members are free and unlimited on every tier; AI usage inside a workspace is charged to that workspace owner's credits. The desktop app can also be used without an account. Local models can run separately from TensorPM-hosted AI. BYOK/API-key management is available only on Business.

## Tiers at a Glance

| Tier            |       Price | Sync |         AI credits | Own cloud workspaces | Active projects              | Members             | BYOK/API keys |
| --------------- | ----------: | ---- | -----------------: | -------------------- | ---------------------------- | ------------------- | ------------- |
| **Trial**       |          €0 | Yes  | 2,000,000 lifetime | Several (fair use)   | 1 active, unlimited archived | Unlimited, free     | No            |
| **Pro monthly** | €99 / month | Yes  | 10,000,000 / month | Unlimited            | 1 active, unlimited archived | Unlimited, free     | No            |
| **Pro yearly**  | €990 / year | Yes  | 10,000,000 / month | Unlimited            | 1 active, unlimited archived | Unlimited, free     | No            |
| **Business**    |      Custom | Yes  |             Custom | Unlimited            | Custom                       | Unlimited, free     | Yes           |

Prices are canonical in EUR and exclude VAT where applicable. Pro yearly gives 12 months for the price of 10 monthly payments.

## What Each Tier Unlocks

- **Trial** gives a no-time-limit entry account with 2,000,000 lifetime hosted AI credits, Cloud Sync, several own cloud workspaces under a fair-use limit, 1 active project and unlimited archived projects. Trial has no API-key/BYOK management.
- **Pro** adds unlimited own cloud workspaces and 10,000,000 hosted AI credits every month, on top of 1 active project and unlimited archived projects. Pro is the only self-service Stripe plan.
- **Business** adds custom project limits, custom credit allowances, pooled credits, and Business-only BYOK/API-key management. Business is contact-sales/admin-managed and is not self-service purchasable.

An active project is a project that is not deleted and not archived. Archived projects remain available and do not count against the active-project limit.

Members are free and unlimited on every tier, and being a member of somebody else's workspace is free too. Nothing is sold or capped per person. AI usage inside a workspace is billed to that workspace owner's credit budget. What a plan changes is volume, not access: the credit budget and how many cloud workspaces the account may own.

If a Pro subscription goes `past_due`, the account keeps its data and its collaborators. It drops to the Trial credit budget and the one-active-project limit until payment succeeds.

## Credit Formula

```
credits = input_tokens * 1
        + cached_input_tokens * 0.2
        + output_tokens * 4
```

Reference: a typical chat turn with 1,000 input tokens and 500 output tokens costs about 3,000 credits. Pro's 10,000,000 monthly allowance covers roughly 3,300 such turns.

## BYOK Rules

BYOK/API-key management is **Business only**. Trial and Pro use TensorPM-hosted AI credits and cannot store or use provider API keys through TensorPM.

Local model use is separate from hosted TensorPM AI and can still be used where the desktop app supports local runtimes.

## Checkout and Commerce

- Human pricing page: <https://tensorpm.com/pricing> and <https://tensorpm.com/de/pricing>
- Pro monthly checkout plan id: `pro-monthly`
- Pro yearly checkout plan id: `pro-yearly`
- Business: contact sales at <https://tensorpm.com/contact> or <https://tensorpm.com/de/contact>
- Agent commerce catalog: <https://api.tensorpm.com/acp/catalog>
- ACP checkout endpoint: <https://api.tensorpm.com/acp/checkouts>

There is no separate sync-only checkout, no credit top-up checkout, no auto-top-up setting, and no paid per-person package in the current public pricing model. Cloud Sync is not sold separately because every tier already has it. Business-only top-ups may return later, but agents must not present them as currently available.

## Recommendation Logic for Agents

1. User wants to try TensorPM or has light hosted-AI needs: recommend **Trial**.
2. User needs more hosted AI credits or unlimited own cloud workspaces: recommend **Pro** at €99/month or €990/year. Never recommend Pro to get Cloud Sync, Trial already has it.
3. User needs BYOK/API-key management, more active projects, or custom credits: recommend **Business** and direct them to contact sales.

## Notes for Agents

- Do not recommend a separate sync-only plan and never present Cloud Sync as a reason to upgrade. Sync is included on every tier, Trial as well.
- Do not claim any member or collaborator limit. Members are free and unlimited on every tier.
- Do not claim Trial may own only a single cloud workspace. A Trial account can own several of its own workspaces; the cap that exists is an anti-abuse fair-use ceiling, not a plan feature, and its exact number is not a public selling point.
- Do not recommend top-ups or auto-top-up. They are not offered in the current public model; send custom-credit needs to Business/contact sales.
- Do not describe Trial as time-limited. Trial has no time limit; its hosted-AI limit is the lifetime credit allowance.
- Do not say BYOK is available on Trial or Pro. BYOK/API-key management is Business only.
