HomeResourcesCredits & Billing

Credits & Billing

MeshRoom uses a credit-based system. Each generation consumes credits based on the asset type and complexity.

Credit Costs

Each generation mode has a fixed credit cost per request.

+--+ | | +--+
3D Models
2
credits / generation
) (_) ^^^
ASCII Art
1
credit / generation
Sprite Animations
2
credits / generation

Pricing Packs

Purchase credit packs from the pricing page. Three tiers are available to fit your usage.

Starter
25
credits
$5
$0.20 / credit
POPULAR
Pro
60
credits
$10
$0.17 / credit
Studio
150
credits
$20
$0.13 / credit

Free Tier

10
Free credits on signup
No credit card required

Every new account receives 10 free credits upon registration. This is enough to generate 5 3D models, 10 ASCII artworks, or any combination of asset types to explore the platform before purchasing additional credits.

API Usage

API calls deduct credits at the same rate as generations made through the web UI. There is no difference in cost between the two methods.

You can check your remaining credit balance at any time from the dashboard, or programmatically via the GET /api/v1/credits endpoint.

curl https://meshroom.app/api/v1/credits \
-H "Authorization: Bearer mr_live_..."
{
"credits_remaining": 42,
"credits_used": 158,
"plan": "pro"
}