Nimbus Pricing Analysis: Agentic Capabilities Cost Evaluation¶
Date: December 2025 (Updated: January 2026) Purpose: Evaluate current pricing adequacy given agentic capabilities and infrastructure costs
Note: Vellocity uses a team-centric subscription model. Credits and quotas are allocated at the Team level, not per-user. Team members share the team's credit pool, with optional per-member limits.
Executive Summary¶
Current pricing is significantly underpriced for the value and costs involved. Analysis indicates:
| Plan | Current Price | Est. AWS Cost at 100% | Est. AWS Cost at 50% | Margin Issue |
|---|---|---|---|---|
| Starter | $149/mo | $307/mo | $153/mo | Negative at >48% utilization |
| Accelerate | $299/mo | $1,180/mo | $590/mo | Negative at >25% utilization |
| Command+ | $799/mo | $2,400+/mo | $1,200/mo | Negative at >33% utilization |
Key Finding: Agentic capabilities will drive utilization rates significantly higher than traditional SaaS, making current pricing unsustainable.
1. AWS Bedrock Cost Analysis¶
Pricing Reference (per 1M tokens)¶
| Model | Input | Output | Blended (25/75) |
|---|---|---|---|
| Claude Sonnet 4.5 | $3.00 | $15.00 | ~$12.00/1M |
| Claude Sonnet 4 | $3.00 | $15.00 | ~$12.00/1M |
| Claude Haiku 4.5 | $0.80 | $4.00 | ~$3.20/1M |
| Nova Lite | $0.06 | $0.24 | ~$0.20/1M |
| Nova Micro | $0.035 | $0.14 | ~$0.11/1M |
| Nova Pro | $0.80 | $3.20 | ~$2.60/1M |
| Nova Canvas (Image) | $0.04/image | - | $0.04/image |
Conversion: 1 credit = 1 word ≈ 1.3 tokens
Plan 1: Marketplace Starter ($149/mo)¶
| Model | Credits | Tokens (1.3x) | Cost/1K Tokens | Monthly Cost |
|---|---|---|---|---|
| bedrock-claude-haiku-4-5 | 50,000 | 65,000 | $0.0032 | $208 |
| bedrock-claude-sonnet-4 | 5,000 | 6,500 | $0.012 | $78 |
| bedrock-nova-lite | 100,000 | 130,000 | $0.0002 | $26 |
| bedrock-nova-micro | 200,000 | 260,000 | $0.00011 | $29 |
| bedrock-nova-2-lite | 50,000 | 65,000 | $0.0002 | $13 |
| bedrock-nova-canvas | 100 imgs | - | $0.04/img | $4 |
| Total at 100% Utilization | $358 |
Break-even utilization: 42% ($149 ÷ $358)
Plan 2: Marketplace Accelerate ($299/mo)¶
| Model | Credits | Tokens (1.3x) | Cost/1K Tokens | Monthly Cost |
|---|---|---|---|---|
| bedrock-claude-haiku-4-5 | 150,000 | 195,000 | $0.0032 | $624 |
| bedrock-claude-sonnet-4-5 | 10,000 | 13,000 | $0.012 | $156 |
| bedrock-claude-sonnet-4 | 25,000 | 32,500 | $0.012 | $390 |
| bedrock-claude-3-7-sonnet | 10,000 | 13,000 | $0.012 | $156 |
| bedrock-nova-lite | 250,000 | 325,000 | $0.0002 | $65 |
| bedrock-nova-pro | 50,000 | 65,000 | $0.0026 | $169 |
| bedrock-nova-micro | 500,000 | 650,000 | $0.00011 | $72 |
| bedrock-nova-2-lite | 100,000 | 130,000 | $0.0002 | $26 |
| bedrock-nova-2-sonic | 25,000 | 32,500 | $0.002 | $65 |
| bedrock-nova-canvas | 500 imgs | - | $0.04/img | $20 |
| bedrock-llama-4-maverick | 25,000 | 32,500 | $0.002 | $65 |
| Total at 100% Utilization | $1,808 |
Break-even utilization: 17% ($299 ÷ $1,808)
Plan 3: Marketplace Command+ ($799/mo)¶
| Model | Credits | Tokens | Est. Cost |
|---|---|---|---|
| All allocated credits | ~1.2M+ | ~1.5M+ | ~$1,400 |
| 3 Unlimited models | Unlimited | Unlimited | $500-2,000+ |
| Total at moderate use | $1,900-3,400 |
Break-even: Impossible at any meaningful utilization with unlimited models.
2. DataForSEO Cost Analysis¶
Per-Operation Costs (from code)¶
// From DataForSEOClient.php API_COSTS
'domain_analytics' => ['overview' => 0.001, 'technologies' => 0.002]
'labs' => ['competitors_domain' => 0.05, 'ranked_keywords' => 0.05]
'backlinks' => ['summary' => 0.002, 'referring_domains' => 0.002]
'llm_mentions' => [
'search_mentions' => 0.15, // Expensive!
'aggregated_metrics' => 0.10, // Expensive!
'top_domains' => 0.10, // Expensive!
]
Marketplace SEO Score Calculation Cost¶
A single MarketplaceSeoScoringService execution makes:
- 1× Backlinks summary: $0.002
- 1× LLM aggregated metrics: $0.10
- 1× LLM top domains: $0.10
- 1× LLM search mentions: $0.15 (optional)
- Total per analysis: $0.35-$0.40
Monthly DataForSEO Cost Scenarios¶
| User Behavior | Analyses/Month | Monthly Cost |
|---|---|---|
| Light user | 10 | $4 |
| Moderate user | 50 | $20 |
| Heavy user | 200 | $80 |
| Power user (Command+) | 500 | $200 |
Note: SEO Intelligence is currently offered with credits, but costs are being absorbed.
3. Agent Capability Cost Drivers¶
Capability Execution Costs¶
From CapabilityRegistry.php:
| Capability | Est. Credits | Typical Tokens | AWS Cost |
|---|---|---|---|
| generate_text | 10 | 13,000 | $0.16 |
| generate_image | 20 | + 1 image | $0.30 |
| refine_content | 10 | 13,000 | $0.16 |
| generate_content_series | 30 | 39,000 | $0.47 |
| seo_intelligence | 10 | + DataForSEO | $0.12 + $0.40 |
| marketplace_listing_seo | 25 | + DataForSEO | $0.30 + $0.80 |
| cosell_partner_matching | 20 | 26,000 | $0.31 |
| joint_gtm_planner | 40 | 52,000 | $0.62 |
| cppo_proposal_generator | 25 | 32,500 | $0.39 |
Agentic Usage Patterns¶
Unlike traditional content tools, agents execute capabilities autonomously in chains:
| Workflow | Capabilities Chained | Est. Cost |
|---|---|---|
| Generate listing | generate_text × 3 + generate_image | $0.78 |
| Full SEO analysis | seo_intelligence + content_gap + marketplace_seo | $2.00 |
| Partner matching | cosell_matching + partner_intelligence + joint_gtm | $1.50 |
| ACE opportunity brief | ace_sync + generate_text + cppo_proposal | $1.20 |
| Content series | generate_series × 5 + refine × 5 | $3.15 |
A single "generate my listing" agent task could cost $3-5 in backend infrastructure.
4. Competitive Pricing Analysis¶
Direct Competitors (AI Content Platforms)¶
| Platform | Starter | Pro/Team | Enterprise |
|---|---|---|---|
| Jasper.ai | $49/user | $69/user | $99+/user |
| Copy.ai | $49/mo | $249/mo (5 seats) | Custom |
| Writer.com | - | - | $18,000+/year |
| Contentful AI | - | - | $3,000+/mo |
AWS Marketplace Partner Tools¶
| Tool | Pricing Model | Range |
|---|---|---|
| Listing optimization services | Per-listing | $500-2,000/listing |
| Co-sell platforms | Monthly | $500-2,000/mo |
| Partner intelligence | Annual | $10,000-50,000/year |
Value Comparison¶
Nimbus provides capabilities equivalent to: - Content platform ($49-99/user/mo) = $500/mo for 5 users - SEO intelligence (Ahrefs/SEMrush) = $200-400/mo - Co-sell platform = $500-1,000/mo - Partner matching = $300-500/mo - Combined value: $1,500-2,400/mo
Current Nimbus pricing: $149-799/mo = 50-90% below value
5. Utilization Rate Impact¶
Traditional SaaS vs Agentic AI¶
| Metric | Traditional SaaS | Agentic AI Platform |
|---|---|---|
| Active daily users | 20-30% | 30-50% |
| Feature utilization | 10-20% | 40-70% |
| Token consumption | Manual, sporadic | Automated, continuous |
| Cost predictability | High | Low (usage-based) |
Projected Utilization with Agents¶
| Plan | Without Agents | With Agents | Increase |
|---|---|---|---|
| Starter | 15-25% | 35-50% | 2-3× |
| Accelerate | 20-30% | 45-65% | 2-3× |
| Command+ | 25-35% | 55-80% | 2-3× |
Impact: Current pricing assumes 15-25% utilization. Agents will push this to 50%+, making all plans unprofitable.
6. Recommended Pricing Structure¶
Option A: Raise Base Prices (Simplest)¶
| Plan | Current | Recommended | Rationale |
|---|---|---|---|
| Starter | $149 | $249 | Covers 70% utilization margin |
| Accelerate | $299 | $599 | Accounts for 5-user team |
| Command+ | $799 | $1,499 | Unlimited models require premium |
Option B: Add Usage-Based Component (Hybrid)¶
| Plan | Base Price | Included Credits | Overage Rate |
|---|---|---|---|
| Starter | $199 | 100K | $0.002/credit |
| Accelerate | $449 | 500K | $0.0015/credit |
| Command+ | $999 | 2M | $0.001/credit |
Option C: Tiered by Capabilities (Value-Based)¶
| Plan | Price | Core AI | SEO Intel | Co-Sell | Agents |
|---|---|---|---|---|---|
| Starter | $199 | ✅ | ❌ | ❌ | ❌ |
| Accelerate | $499 | ✅ | ✅ | ❌ | Limited |
| Command+ | $1,299 | ✅ | ✅ | ✅ | Full |
| Enterprise | $2,499+ | ✅ | ✅ | ✅ | Custom |
Option D: Per-Seat + Platform Fee¶
| Component | Starter | Accelerate | Command+ |
|---|---|---|---|
| Platform fee | $99 | $199 | $499 |
| Per-seat | $50 | $75 | $100 |
| Included seats | 1 | 3 | 5 |
| Effective price | $149 | $424 | $999 |
6.1 Team-Centric Credit Allocation¶
How Team Credits Work¶
Credits are allocated and consumed at the Team level, not per-user:
┌─────────────────────────────────────────────────────────────────────┐
│ TEAM CREDIT MODEL │
├─────────────────────────────────────────────────────────────────────┤
│ │
│ SUBSCRIPTION (Plan) │
│ │ │
│ ▼ Credits allocated to │
│ ┌─────────────────────────────────────────────────────────────┐ │
│ │ TEAM │ │
│ │ word_credit: 500,000 (pool shared by all members) │ │
│ │ entity_credits: {...} (per-model allocations) │ │
│ │ seo_credits: 100 (SEO Intelligence quota) │ │
│ └─────────────────────────────────────────────────────────────┘ │
│ │ │
│ ▼ Optionally limited per member │
│ ┌─────────────────────────────────────────────────────────────┐ │
│ │ TEAM_MEMBER (Owner) │ TEAM_MEMBER (Member) │ │
│ │ allow_unlimited: true │ allow_unlimited: false │ │
│ │ remaining_words: - │ remaining_words: 50,000 │ │
│ └─────────────────────────────────────────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────────────┘
Cost Implications for Teams¶
| Team Size | Plan | Monthly Cost | Per-User Cost |
|---|---|---|---|
| 1 user | Accelerate | $599 | $599/user |
| 3 users | Accelerate | $599 | $200/user |
| 5 users | Accelerate | $599 | $120/user |
| 10 users | Command+ | $1,299 | $130/user |
Value Proposition: Larger teams get better per-user economics, incentivizing team plan adoption.
Per-Member Credit Limits¶
Team admins can set per-member limits to prevent individual users from exhausting the team pool:
// TeamMember model fields
$teamMember->allow_unlimited_credits = false;
$teamMember->remaining_words = 50000; // Monthly limit
$teamMember->remaining_images = 50; // Monthly limit
Recommendation: Default new members to limited allocations, upgrade power users as needed.
7. Specific Recommendations¶
Immediate Actions¶
- Raise Starter to $199-249 - Current $149 is loss-making
- Raise Accelerate to $499-599 - Team features justify premium
- Raise Command+ to $1,299-1,499 - Unlimited models are expensive
- Add SEO credit limits - Currently unlimited, causing losses
Structural Changes¶
- Remove unlimited models from Command+ - Cap at 500K or charge overage
- Separate SEO Intelligence tier - DataForSEO costs should be passed through
- Add Enterprise tier at $2,499+ - For heavy API/agent usage
- Implement usage monitoring - Track actual costs per customer
Grandfathering Existing Customers¶
- Lock in existing customers at current rates for 12 months
- Offer annual commitment discount (20%) to encourage upgrade
- Phase in new pricing for renewals starting Q2 2025
8. Margin Analysis at Recommended Pricing¶
Option A Margins (Base Price Increase)¶
| Plan | Price | Est. Cost (50% util) | Gross Margin |
|---|---|---|---|
| Starter | $249 | $179 | 28% |
| Accelerate | $599 | $904 | -51% (still losing!) |
| Command+ | $1,499 | $1,700 | -13% |
Verdict: Price increases alone are insufficient for Accelerate/Command+.
Option C Margins (Capability-Based)¶
| Plan | Price | Est. Cost (50% util) | Gross Margin |
|---|---|---|---|
| Starter | $199 | $100 | 50% |
| Accelerate | $499 | $350 | 30% |
| Command+ | $1,299 | $700 | 46% |
Verdict: Limiting capabilities per tier enables sustainable margins.
9. Conclusion¶
The Core Problem¶
Current pricing was designed for a traditional content platform where users manually create content. With agentic capabilities, usage patterns fundamentally change:
- Agents chain multiple capabilities automatically
- Users trigger complex workflows with single prompts
- Token consumption increases 2-5× vs manual use
- SEO Intelligence becomes continuous, not sporadic
The Solution¶
- Raise prices 50-100% across all tiers
- Cap expensive features (unlimited models, SEO credits)
- Add usage-based overage for heavy consumers
- Create Enterprise tier for unlimited needs at premium pricing
Bottom Line¶
| Scenario | Starter | Accelerate | Command+ |
|---|---|---|---|
| Current pricing | $149 | $299 | $799 |
| Recommended minimum | $249 | $549 | $1,299 |
| Value-based premium | $299 | $699 | $1,799 |
Your instinct is correct: pricing is significantly low for an agentic AI platform serving AWS Marketplace partners.
Sources¶
- AWS Bedrock Pricing
- Anthropic Claude Pricing
- DataForSEO Pricing
- Jasper.ai Pricing
- AWS Marketplace Smart AI Pricing Guide
Analysis prepared December 2025