Skip to main content

How to Estimate Meshy API Credits for Batch Jobs

Meshy API Credits: Batch Cost Estimator

Running batch jobs through the Meshy API can use up credits quickly if usage isn't planned ahead of time. This guide covers how to estimate costs before you run a large batch.

Cost Components

Each generation task consumes credits based on the stage involved—preview generation, refine generation, and texture generation are typically priced separately. Understanding which stages your workflow uses is the first step in estimating cost.

Preview vs Refine

Preview generations are usually cheaper and faster, useful for quickly evaluating a concept. Refine generations produce a higher-quality final result and typically cost more credits. Consider previewing first before committing to a refine pass at scale.

Retry Policy and Cost

Failed tasks and retries can add to your credit usage. Build in checks for task status before retrying automatically, so failures don't silently multiply cost.

Estimating Batch Costs

To estimate the cost of a batch run, multiply the per-task credit cost by the number of tasks, accounting separately for preview, refine, and texture stages if your workflow uses more than one.

Budget Guardrails

  • Test your pipeline on a small batch before scaling up

  • Set internal limits on concurrent or daily task counts

  • Monitor credit balance during long-running batch jobs

Monitoring Usage

Check your account's credit balance regularly during a batch run, especially for large or long-running jobs, so you can pause if usage is higher than expected.

FAQ

1. How many credits does each generation task cost?

Cost varies by task type and stage (preview, refine, texture). See the related article below for exact figures.

2. Do failed tasks still use credits?

This depends on the failure point—check the related article and API documentation for details, and monitor your balance during retries.

3. What's the best way to test a batch pipeline before scaling?

Run a small batch first to confirm your workflow and cost estimate before committing to a large run.

Related Articles

Did this answer your question?