Skip to main content

Pro+ Plan Details

The Alactic AGI Pro+ Plan is designed for medium to large businesses, development teams, and organizations requiring production-grade document processing at scale. This guide provides complete technical specifications, advanced features, and optimization strategies for maximizing value.

Plan Overview

Target Users:

  • Medium to large enterprises (500+ docs/month)
  • Development teams with production applications
  • Agencies serving 20+ clients
  • Organizations with security requirements (IP whitelisting)
  • High-volume content operations

Key Advantages Over Pro Plan:

  • 5x more PDF capacity (500 vs 100)
  • 5x more URL capacity (1,000 vs 200)
  • 4x more storage (20 GB vs 5 GB)
  • 2x compute power (4 vCPUs vs 2)
  • 2x memory (16 GB vs 8 GB)
  • IP whitelisting for security
  • Custom domain support
  • Priority email support

Technical Specifications

Compute Resources

Virtual Machine:

  • SKU: Standard_D4s_v3 (Azure Dsv3-series)
  • vCPUs: 4 (dedicated)
  • RAM: 16 GB
  • Disk: 256 GB Premium SSD
  • Network: Enhanced (1 Gbps)
  • Temp Storage: 32 GB SSD

Performance Characteristics:

  • CPU Performance: 2x Pro Plan computational power
  • Sustained Performance: Full utilization without throttling
  • Best For: High-volume production workloads
  • Concurrent Processing: 10-12 jobs simultaneously (vs 5 on Pro)

Benchmark Comparison:

WorkloadPro Plan (D2s_v3)Pro+ Plan (D4s_v3)Improvement
Single PDF (10 pages)18 seconds14 seconds22% faster
Batch 50 PDFs15 minutes9 minutes40% faster
Batch 200 PDFs60 minutes35 minutes42% faster
URL scraping (complex)25 seconds20 seconds20% faster
Concurrent processing5 jobs12 jobs2.4x throughput

Storage Capacity

Document Storage:

  • Capacity: 20 GB total (4x increase from Pro)
  • File Size Limit: 150 MB per PDF (1.5x increase)
  • Retention: Unlimited duration
  • Performance: Premium SSD (high IOPS)

Cosmos DB (Database):

  • Tier: Serverless
  • Request Units: Up to 5,000 RU/s burst
  • Storage: 50 GB max
  • Typical Usage: 20-30 GB with 500 docs/month

Estimated Capacity:

  • ~10,000 average PDFs (2 MB each)
  • ~20,000 small PDFs (1 MB each)
  • ~2,000 large PDFs (10 MB each)
  • ~400 very large PDFs (50 MB each)
  • ~130 extra-large PDFs (150 MB each)

Processing Limits

Monthly Quotas:

  • PDFs: 500 documents per month (5x vs Pro)
  • URLs: 1,000 websites per month (5x vs Pro)
  • Total Processing: 1,500 documents/month combined
  • Storage: 20 GB

Rate Limits:

  • Concurrent Jobs: 12 at once (2.4x vs Pro)
  • Queue Size: 500 jobs max (2.5x vs Pro)
  • Batch Size: 50 PDFs or 100 URLs per batch

Processing Speed:

Document TypePro Plan TimePro+ Plan TimeImprovement
Single-page PDF (mini)12-18s9-14s25% faster
Single-page PDF (GPT-4o)15-22s12-17s23% faster
10-page PDF (mini)35-60s28-48s20% faster
10-page PDF (GPT-4o)45-75s35-60s22% faster
50-page PDF2-4 min1.5-3 min25% faster
100-page PDF5-8 min3.5-6 min30% faster

Throughput Advantage:

  • Pro Plan: ~300 docs/month max
  • Pro+ Plan: ~1,500 docs/month max
  • 5x higher capacity

AI Model Access

Available Models:

  • Full access to Alactic GPT-4o
  • Full access to Alactic GPT-4o mini

Same model access as Pro Plan - pricing identical:

  • GPT-4o mini: $0.150 per 1M input tokens, $0.600 per 1M output tokens
  • GPT-4o: $2.50 per 1M input tokens, $10.00 per 1M output tokens

Model Selection Strategy:

For 1,500 documents/month, optimize model distribution:

  • 80% GPT-4o mini (1,200 docs): Low-cost, fast processing
  • 20% GPT-4o (300 docs): High-value, complex documents

Cost impact:

  • All mini: $2.25/month model costs
  • 80/20 split: $9.75/month model costs
  • All GPT-4o: $37.50/month model costs

See Model Selection Guide for optimization strategies.

API Access

Enhanced API Features:

  • RESTful API endpoints
  • Higher rate limits: 50 requests/second (2.5x vs Pro)
  • 15,000 requests/hour (3x vs Pro)
  • Webhook support for async processing
  • Batch API for bulk operations
  • Custom retry policies
  • Priority queue access

API Performance:

  • Lower latency due to faster VM
  • Better concurrent request handling
  • Suitable for production integrations

Advanced Features

IP Whitelisting

Security Feature: Restrict access to specific IP addresses

Configuration:

  1. Via Dashboard:

    • Settings → Security → IP Whitelisting
    • Add allowed IP addresses or ranges
    • Example: 203.0.113.0/24 (office network)
    • Example: 198.51.100.45 (single server)
  2. Maximum Entries: 50 IP addresses or CIDR ranges

  3. Enforcement:

    • Applies to API, dashboard, and all services
    • Requests from non-whitelisted IPs return 403 Forbidden
    • Deployment key still required (defense in depth)

Use Cases:

  • Restrict access to corporate network
  • Lock down to specific application servers
  • Comply with security policies requiring IP restrictions
  • Prevent unauthorized access even if deployment key leaked

Example Configuration:

Allowed IPs:
203.0.113.0/24 (Corporate office)
198.51.100.45 (Production app server)
192.0.2.10 (Staging app server)
[Your home IP] (Admin access)

Custom Domain

Feature: Use your own domain instead of VM IP address

Example:

  • Instead of: https://20.123.45.67
  • Use: https://docs.yourcompany.com

Setup Process:

  1. Create DNS Record:

    Type: A
    Name: docs.yourcompany.com
    Value: [Your VM IP]
    TTL: 3600
  2. Configure SSL Certificate:

    • Use Let's Encrypt (free)
    • Automatic renewal
    • Configured during deployment
  3. Update Firewall Rules:

    • Allow HTTPS (443) traffic
    • Redirect HTTP (80) to HTTPS
  4. Verification:

    curl https://docs.yourcompany.com/api/v1/health
    # Should return: {"status": "healthy"}

Benefits:

  • Professional appearance
  • Easier to remember
  • SSL certificate with trusted domain
  • Better for user-facing integrations

Priority Support

Response Times:

  • Pro Plan: 2-3 business days
  • Pro+ Plan: 1 business day

Support Channels:

Included Support:

  • Configuration assistance
  • Performance optimization guidance
  • Troubleshooting help
  • Best practices consultation

Cost Breakdown

Infrastructure Costs (Fixed Monthly)

Baseline: $295.00/month

ResourceSKU/TypeCost/MonthCost/Day
Virtual MachineStandard_D4s_v3$210.00$7.00
VM Disk256GB Premium SSD$38.40$1.28
Cosmos DBServerless$18.00$0.60
Storage AccountStandard LRS$15.00$0.50
NetworkingStandard$5.60$0.19
IP WhitelistingNetwork Security Group$5.00$0.17
Custom DomainSSL Certificate$3.00$0.10
Total Infrastructure$295.00$9.83

Fixed costs - same whether you process 1 or 1,500 documents.

Variable Costs (Model Usage)

Same model pricing as Pro Plan:

GPT-4o mini costs:

  • Typical 10-page document: $0.0015
  • 1,500 documents: $2.25/month

GPT-4o costs:

  • Typical 10-page document: $0.025
  • 1,500 documents: $37.50/month

Monthly Cost Scenarios

Scenario 1: GPT-4o mini only (maximum cost efficiency)

  • 500 PDFs with GPT-4o mini
  • 1,000 URLs with GPT-4o mini
  • Total: 1,500 documents

Calculation:

Infrastructure: $295.00
Model costs: 1,500 × $0.0015 = $2.25
Total: $297.25/month

Cost per document: $0.20

Scenario 2: Balanced mix (recommended)

  • 100 PDFs with GPT-4o (complex analysis)
  • 400 PDFs with GPT-4o mini
  • 1,000 URLs with GPT-4o mini

Calculation:

Infrastructure: $295.00
GPT-4o: 100 × $0.025 = $2.50
GPT-4o mini: 1,400 × $0.0015 = $2.10
Total: $299.60/month

Cost per document: $0.20

Scenario 3: High-quality focus

  • 300 PDFs with GPT-4o
  • 200 PDFs with GPT-4o mini
  • 1,000 URLs with GPT-4o mini

Calculation:

Infrastructure: $295.00
GPT-4o: 300 × $0.025 = $7.50
GPT-4o mini: 1,200 × $0.0015 = $1.80
Total: $304.30/month

Cost per document: $0.20

Key Insight: Model costs remain minimal even at scale. Infrastructure is the primary cost driver.

Total Cost of Ownership

First Month:

  • Deployment: $0
  • Infrastructure: $295
  • Model usage (balanced): ~$5
  • Total: $300

Annual Cost:

  • Infrastructure: $295 × 12 = $3,540
  • Model usage: ~$60
  • Total: ~$3,600/year

Cost per Document (at full usage):

  • Infrastructure: $295 / 1,500 = $0.197 per document
  • Models (mini): $0.0015 per document
  • Models (GPT-4o): $0.025 per document
  • Total: $0.20 - $0.22 per document

Cost Comparison:

Provider1,500 docs (10 pages avg)Notes
AWS Textract$225Extraction only, no AI
Azure Form Recognizer$225Extraction only
Google Document AI$225Extraction only
OpenAI API (direct)$450+GPT-4o inference only, no storage
Alactic Pro+ Plan$300Full stack solution

Value Proposition:

  • Cheaper than competitors for extraction
  • Includes GPT-4o AI analysis (competitors don't)
  • Includes storage, API, infrastructure
  • Predictable flat-rate pricing

Feature Matrix

Included Features

All Pro Plan features, plus:

  • IP whitelisting (up to 50 IPs)
  • Custom domain support with SSL
  • Priority email support (1 business day)
  • Higher rate limits (50 req/sec, 15K/hour)
  • Larger file size limit (150 MB vs 100 MB)
  • Enhanced monitoring and logging
  • Batch processing (50 PDFs or 100 URLs)
  • Advanced webhook configuration
  • Custom retry policies
  • Extended data retention options

Core Features:

  • Access to GPT-4o and GPT-4o mini
  • PDF upload and processing
  • URL scraping and extraction
  • AI-powered analysis and summarization
  • Entity recognition and sentiment analysis
  • Vector storage for semantic search
  • Full API access
  • Dashboard interface
  • Multiple output formats
  • Email notifications
  • Usage analytics

Not Included (Enterprise Required)

  • Multi-region deployment
  • 99.9% uptime SLA
  • 24/7 priority support
  • Dedicated infrastructure
  • Custom model fine-tuning
  • Advanced compliance (SOC 2, HIPAA)
  • Custom processing pipelines
  • Dedicated account manager

Use Cases

Ideal for Pro+ Plan

1. High-Volume Content Operations

Publishing and Media:

  • Process 500+ articles monthly
  • Competitive intelligence gathering
  • Content aggregation and curation
  • Research and fact-checking workflows

Example:

  • Scrape 1,000 competitor articles/month
  • Summarize each with GPT-4o mini
  • Extract key topics, sentiment
  • Generate weekly intelligence reports
  • Cost: $295 + $1.50 = $296.50/month

2. Enterprise Document Processing

Legal Departments:

  • Contract review: 200 contracts/month
  • Due diligence: Multiple M&A deals
  • Litigation support: Discovery document analysis
  • Compliance document monitoring

Example:

  • Process 200 contracts (GPT-4o for accuracy)
  • Extract clauses, obligations, risks
  • Process 300 supporting docs (GPT-4o mini)
  • Cost: $295 + $5.45 = $300.45/month
  • Alternative: Hire paralegal at $4,000+/month

Financial Services:

  • Earnings report analysis: 500 reports/quarter
  • Loan application processing
  • Financial statement analysis
  • Regulatory document monitoring

Healthcare Administration:

  • Medical record processing
  • Insurance claim review
  • Clinical trial document analysis
  • Regulatory compliance monitoring

3. Multi-Client Agency Operations

Serving 20-50 Clients:

  • 30-50 documents per client per month
  • Diverse use cases across clients
  • Need IP whitelisting for client security

Example:

  • 30 clients × 50 docs = 1,500 docs/month
  • Charge $150-300 per client/month
  • Revenue: $4,500-9,000/month
  • Cost: $300/month
  • Profit: $4,200-8,700/month

White-Label Processing:

  • Custom domain (docs.youragency.com)
  • IP whitelisting for client networks
  • Professional branded experience
  • API integration with client systems

4. Production Application Backend

SaaS Application:

  • Document processing as a service
  • 500-1,500 end users
  • Reliable, consistent performance required
  • Security requirements (IP whitelisting)

Example:

  • B2B document intelligence platform
  • 1,000 documents processed for customers/month
  • Charge customers $1-2 per document
  • Revenue: $1,000-2,000/month
  • Cost: $300/month
  • Profit: $700-1,700/month

Mobile App Backend:

  • Receipt scanning app
  • Contract analyzer app
  • Document digitization service

5. Research and Analytics

Market Research Firms:

  • Analyze 1,000+ industry documents monthly
  • Competitive intelligence
  • Trend analysis and forecasting
  • Report generation

Academic Research:

  • Literature review: Process 500 papers
  • Data extraction from publications
  • Systematic reviews
  • Meta-analysis support

Example:

  • Process 800 research papers (GPT-4o for accuracy)
  • Extract methodology, results, conclusions
  • Generate structured dataset
  • Cost: $295 + $20 = $315/month
  • Time saved: 400+ hours of manual work

Optimization Strategies

Maximize Throughput

1. Batch Processing

Process in large batches:

  • 50 PDFs at once (vs 25 on Pro Plan)
  • 100 URLs at once (vs 50 on Pro Plan)
  • Reduces overhead, faster total time

Example:

  • 500 PDFs to process
  • Batch size 50: 10 batches, ~90 minutes total
  • Batch size 25: 20 batches, ~180 minutes total
  • 50% faster with larger batches

2. Concurrent Processing

Leverage 12 concurrent jobs:

  • Submit multiple batches simultaneously
  • Pro+ can handle 12 jobs at once
  • Pro can only handle 5 jobs

Strategy:

  • Queue 12 jobs of 50 PDFs each (600 PDFs total)
  • All 12 process in parallel
  • Completes in same time as 1 batch

3. Optimize Model Selection

Cascade Strategy:

  1. Start with GPT-4o mini for all documents
  2. Implement quality check (confidence score)
  3. Re-process low-confidence documents with GPT-4o

Result:

  • 85% of docs processed with mini
  • 15% re-processed with GPT-4o
  • Optimal balance of cost and quality

4. Use Quick Extract for Simple Tasks

When you only need text extraction:

  • Enable Quick Extract mode
  • 3x faster processing
  • No AI analysis overhead
  • $0 model costs (only infrastructure)

Example use case:

  • Extract text from 1,000 invoices
  • Use Quick Extract: ~2.5 hours total
  • Use Standard Analysis: ~8 hours total
  • 3x faster, lower cost

Cost Optimization

1. Storage Management

Clean up processed documents regularly:

# Delete documents older than 90 days
curl -X DELETE "https://your-domain/api/v1/documents?older_than=90d" \
-H "X-Deployment-Key: ak-xxxxx"

Benefits:

  • Free up storage for new documents
  • Reduce database size
  • Maintain performance

2. Selective GPT-4o Usage

Reserve GPT-4o for high-value documents:

  • Legal contracts: GPT-4o
  • Invoices: GPT-4o mini
  • Financial reports: GPT-4o
  • Simple emails: GPT-4o mini

Savings:

  • If 80% mini, 20% GPT-4o: $5/month models
  • If 100% GPT-4o: $37.50/month models
  • Save $32.50/month

3. Optimize Analysis Depth

Use appropriate analysis depth:

  • Quick Extract: Text only, no analysis
  • Standard: Summary + key points (default)
  • Deep: Full analysis including entities, sentiment

Cost impact:

  • Quick Extract: $0 model costs
  • Standard: Standard token usage
  • Deep: 2-3x more output tokens

Recommendation: Default to Standard, use Deep selectively.

4. API Efficiency

Minimize redundant API calls:

  • Cache results when possible
  • Use batch endpoints instead of individual
  • Implement retry with exponential backoff
  • Use webhooks instead of polling

Security Configuration

IP Whitelisting Setup

Step-by-Step Configuration:

1. Identify IP Addresses to Whitelist

# Find your office IP
curl https://api.ipify.org

# Find your server IP
curl -4 ifconfig.me

2. Add to Dashboard

  1. Login to dashboard
  2. Settings → Security → IP Whitelisting
  3. Click "+ Add IP Address"
  4. Enter IP or CIDR range:
    • Single IP: 203.0.113.45
    • Range: 203.0.113.0/24
  5. Add description: "Office network"
  6. Click "Save"

3. Test Access

From whitelisted IP:

curl -H "X-Deployment-Key: ak-xxxxx" \
https://your-domain/api/v1/health
# Returns: {"status": "healthy"}

From non-whitelisted IP:

curl -H "X-Deployment-Key: ak-xxxxx" \
https://your-domain/api/v1/health
# Returns: 403 Forbidden

4. Add Emergency Access

Always include:

  • Your personal IP (for admin access)
  • VPN gateway IP (if using VPN)
  • Backup access point

Custom Domain Configuration

Prerequisites:

  • Domain name (example.com)
  • Access to DNS settings

Step 1: Configure DNS

Add A record in your DNS provider:

Type: A
Name: docs (or subdomain of choice)
Value: [Your VM IP Address]
TTL: 3600 (1 hour)

Step 2: Configure SSL

SSH into VM:

ssh -i ~/.ssh/id_rsa appuser@your-vm-ip

# Install Certbot
sudo apt-get update
sudo apt-get install certbot python3-certbot-nginx

# Obtain certificate
sudo certbot --nginx -d docs.example.com

# Verify auto-renewal
sudo certbot renew --dry-run

Step 3: Update Configuration

Edit Nginx config:

sudo nano /etc/nginx/sites-available/alactic

# Add server block for custom domain
server {
listen 443 ssl http2;
server_name docs.example.com;

ssl_certificate /etc/letsencrypt/live/docs.example.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/docs.example.com/privkey.pem;

# ... rest of config
}

# Reload Nginx
sudo systemctl reload nginx

Step 4: Verify

curl https://docs.example.com/api/v1/health
# Should return: {"status": "healthy"}

Monitoring and Management

Enhanced Monitoring

Azure Monitor Integration:

  • All Pro Plan monitoring features
  • Enhanced metrics dashboard
  • Custom alert configurations
  • Performance analytics

Key Metrics to Track:

MetricThreshold (Pro+)Action
CPU Usagemore than 70% sustainedInvestigate or upgrade
Memory Usagemore than 12 GB (75%)Check for memory leaks
Queue Depthmore than 100Consider scaling or optimization
Processing Timemore than 25s avgPerformance tuning needed
Error Ratemore than 3%Investigate and fix

Performance Tracking

Dashboard Analytics:

Settings → Analytics

Monthly Performance Report:

Documents Processed: 1,245 / 1,500
Success Rate: 97.8%
Average Processing Time: 16.2s
Queue Wait Time: 2.1s avg

Model Distribution:
GPT-4o mini: 1,050 docs (84.3%)
GPT-4o: 195 docs (15.7%)

Top Processing Days:
Monday: 285 docs
Wednesday: 312 docs (peak)
Friday: 198 docs

Capacity Planning

Growth Projection:

Current Usage: 1,245 docs/month
Monthly Growth: +8.5%

Projected:
3 months: 1,580 docs/month (exceeds quota)
6 months: 1,950 docs/month (needs Enterprise)

Action: Plan upgrade to Enterprise when approaching 1,400-1,500 docs/month consistently.

Upgrading from Pro Plan

Migration Process

Evaluation:

Upgrade from Pro to Pro+ when:

  • Consistently using 90%+ of Pro Plan quota
  • Need IP whitelisting for security
  • Require custom domain
  • Need faster processing (4 vCPUs)
  • Want priority support

Migration Steps:

  1. Backup Pro Plan data
  2. Deploy Pro+ Plan (keep Pro running during migration)
  3. Configure IP whitelisting (test with Pro+ deployment)
  4. Setup custom domain (if using)
  5. Update API integrations (new deployment key)
  6. Run parallel for 1 week (verify Pro+ working)
  7. Delete Pro Plan deployment

Downtime: 0 if running parallel, 30-60 min if direct replacement

Cost Impact:

  • Pro: $147/month
  • Pro+: $295/month
  • Increase: +$148/month (+101%)

Break-Even Analysis:

Cost per document:

  • Pro: $0.49 (300 docs)
  • Pro+: $0.20 (1,500 docs)

If processing 400+ docs/month:

  • Can't do it on Pro (limited to 300)
  • Must upgrade to Pro+ to handle volume

Upgrading to Enterprise

When to Consider Enterprise

Upgrade when:

  • Processing more than 1,500 docs/month regularly
  • Require 99.9% uptime SLA
  • Need 24/7 priority support
  • Compliance requirements (SOC 2, HIPAA)
  • Multi-region deployment needed
  • Custom model fine-tuning required

Enterprise Benefits:

  • Unlimited processing (no monthly quotas)
  • Multi-region high availability
  • Dedicated infrastructure
  • 99.9% uptime SLA
  • 24/7 phone and email support
  • Custom model training
  • Dedicated account manager
  • SOC 2, HIPAA compliance

Cost: Custom pricing (typically $2,000-10,000/month)

Frequently Asked Questions

Q: Can I process more than 1,500 documents if I pay extra?
A: No. Pro+ Plan has hard limit of 500 PDFs and 1,000 URLs per month. For higher volumes, upgrade to Enterprise.

Q: Does IP whitelisting affect API access?
A: Yes. API requests must come from whitelisted IPs. Ensure your application servers are in the whitelist.

Q: Can I use multiple custom domains?
A: No. Pro+ Plan supports one custom domain. Enterprise Plan supports multiple domains.

Q: What happens if my IP address changes?
A: You'll lose access. Update the IP whitelist immediately via any whitelisted IP, or contact support for emergency access.

Q: Can I upgrade from Pro+ to Enterprise mid-month?
A: Yes. Contact support for migration assistance. Pro-rated billing applies.

Q: Is Pro+ suitable for mission-critical applications?
A: For moderate criticality, yes. For mission-critical with SLA requirements, Enterprise is recommended.

Q: Can I share Pro+ Plan across multiple applications?
A: Yes, all applications share the same quota and resources. Use IP whitelisting to control access.

Q: How does custom domain affect billing?
A: Custom domain SSL certificate cost ($3/month) is included in Pro+ Plan pricing.