Credits
Credits pay for AI work in qualcode.ai: dual-rater classification, Auto-Suggest, optional coding-guide enrichment, and guide translation. The transparent formulas and fixed prices let you see costs before you confirm.
How Credits Work
Most credits are consumed by coding runs. The number of credits required depends on the number of responses you want to code, the quality tier you choose, and a small overhead based on how much training data you include. Other AI-assisted workflows show their own estimate or fixed price before they start.
Coding run credits are deducted at the start of each run. If a run is cancelled or fails partway through, unused credits are automatically refunded based on the number of responses that were not processed. Guide enrichment uses the same reserve-and-refund pattern.
Credit Formula
The credit cost for a coding run is calculated as:
training_overhead = ceil(min(training_tokens, 100,000) / 10,000)
base_cost = responses + training_overhead
credits = ceil(base_cost x tier_factor) | Component | What It Represents | Range |
|---|---|---|
responses | Number of responses to code | 1 - 50,000 |
tier_factor | User-facing quality tier multiplier | 1.0x - 3.0x |
training_overhead | Small fixed cost based on training-data size | 0, 3, 5, or 10 credits |
Model Tiers
Choose the quality tier that matches your research needs. Higher tiers use more capable AI models and consume more credits per response.
| Tier | Factor | Best For |
|---|---|---|
| Budget | 1.0x | Simple categories, exploratory coding, high volume |
| Standard | 1.5x | Default tier, good balance of cost and quality |
| Quality | 3.0x | Complex categories, nuanced responses, publication-ready |
Start with Standard. For most research, Standard tier provides excellent results. Only upgrade to Quality if you're seeing lower-than-expected agreement rates or have particularly nuanced categories.
Training Data Overhead
Training examples and category descriptions add a small fixed overhead to each run. This overhead is additive, not multiplicative, so large studies are not punished for having a well-developed coding guide.
| Training Data Size | Added Cost | Description |
|---|---|---|
| None | +0 credits | No training examples |
| Small | +3 credits | About 25,000 tokens |
| Medium | +5 credits | About 50,000 tokens |
| Large | +10 credits | About 100,000 tokens (max counted) |
What's a token? Roughly 4 characters or 0.75 words in English. A typical training example of 50 words is about 65 tokens. The qualcode.ai interface shows your training data size before you start a run.
Example Calculations
Here are some common scenarios to help you estimate costs:
Small Study, Standard Settings
training_overhead = 0
base_cost = 500
credits = ceil(500 x 1.5) = 750 Large Study, Budget Model, No Training Data
training_overhead = 0
base_cost = 5,000
credits = ceil(5,000 x 1.0) = 5,000 Medium Study, Quality Model, Extensive Training
training_overhead = 5
base_cost = 1,005
credits = ceil(1,005 x 3.0) = 3,015 Small Pilot With Training Examples
training_overhead = 3
base_cost = 203
credits = ceil(203 x 1.5) = 305 See exact costs before running: The coding run dialog shows the exact credit cost based on your settings before you confirm. No surprises.
Free Credits
Every new qualcode.ai account receives up to 500 free credits:
- 50 credits immediately upon registration
- +450 credits after verifying your email address
This is enough to code approximately 330 responses at Standard quality, or 500 responses at Budget quality - plenty to test the platform with your own data before purchasing.
No credit card required. Sign up and start coding immediately with your free credits. Verify your email to unlock the full 500 credits.
Getting More Credits
When you need more credits than the free tier provides, you can either buy an individual Researcher package or contact us for an institutional annual license.
See Pricing or email sales@qualcode.ai.
Purchased credits never expire. Free credits expire 12 months after issuance if unused. Individual purchases are pay-as-you-go, with no subscription or monthly fee.
Auto-Suggest Credits
The Auto-Suggest Coding Guide feature has separate pricing from coding runs. Auto-suggest always uses our highest-capability suggestion models (GPT-5.2 and Claude Opus 4.5), so there is no model tier selector for this workflow. Quick mode is available now; Thorough mode is planned for a later release.
| Mode | Availability | Base Cost (300 samples) | Description |
|---|---|---|---|
| Quick | Available | 29 credits | Direct dual-rater analysis with high reasoning effort |
| Thorough | Coming soon | 58 credits | Planned deeper multi-step analysis with a 2x mode multiplier |
Cost is calculated as max(5, floor((5 + 0.08 × sample_size) × mode_factor)). Quick uses 1.0x. Thorough is not live yet; when released, it is planned to use 2.0x.
No model tier selection for Auto-Suggest. Unlike coding runs, Auto-Suggest always uses our most capable models to ensure high-quality category suggestions.
Coding Guide Enrichment & Translation
Optional LLM enrichment during coding-guide import reserves credits before enrichment begins. The final charge is capped at the reservation, and unused reserved credits are refunded automatically when the import completes, is cancelled, or fails.
Guide translation costs 10 credits per translation. It translates all active category names and descriptions in the guide. If the translation fails, the 10 credits are refunded automatically.
Credit Refunds
Credits are refunded automatically in these situations:
- Cancelled runs: Unprocessed responses are refunded immediately
- Failed runs: If a system error prevents completion, unprocessed responses are refunded
- Rejected responses: Pre-filtered responses (empty, spam) are not charged
- Cancelled or failed guide enrichment: Unused reserved enrichment credits are refunded
- Failed guide translation: The fixed 10-credit translation charge is refunded
Successfully processed responses are not refunded. Once a response has been coded by both AI raters, those credits have been consumed. Review your settings carefully before starting large runs.
Tracking Your Usage
Monitor your credit balance and history:
- Dashboard header: Current balance always visible
- Transaction history: Complete record of credits earned, spent, and refunded
- Per-run and per-task costs: Each coding run, guide enrichment, Auto-Suggest run, and translation shows its credit cost or ledger entry
Related: Learn about the Dual-Rater Methodology that powers qualcode.ai.