SocialNeuronSocialNeuronSocialNeuron
  • Docs
  • REST API
  • MCP Tools API
Product
  • Dashboard
  • Pricing
  • What's New
Developers
  • REST API
  • MCP Tools API
  • CLI Reference
  • npm Package
  • GitHub
Support
  • Help & Support
  • FAQ
  • Email Support
Community
  • X / Twitter
  • GitHub
  • Privacy Policy
  • Terms of Service
Getting Started
Features
Platforms
Templates & Recipes
Billing
Developer
    Developer APICLI ReferenceCode ExamplesMCP QuickstartAuthenticationCredit SystemWorkflow RecipesError ReferenceChangelog
Help & Support
Developer

​Credit System

Social Neuron uses a credit-based pricing model where 1 credit = $0.01 USD. Different operations cost different amounts based on the computational resources required.

​How Credits Work

  • Each subscription plan includes a monthly credit allowance (e.g., Starter = 800 credits/mo)
  • Credits are deducted when you use AI-powered features
  • Unused credits roll over month-to-month for active subscriptions
  • A spending cap (2.5x your monthly allocation) prevents unexpected overages

​Credit Costs by Category

​Text and Ideation

OperationCreditsUSD
Content idea / brainstorm1$0.01
Caption generation1$0.01
Script generation2$0.02
Advanced reasoning3$0.03
Campaign builder3$0.03

​Image Generation

ModelCreditsUSD
Flux Kontext10$0.10
Nano Banana (Imagen 3)15$0.15
Midjourney20$0.20
Ideogram20$0.20
Flux Pro30$0.30
Imagen 435$0.35
GPT-4o Image40$0.40
Flux Max50$0.50

​Video Generation

ModelCreditsUSD
Luma100$1.00
Midjourney Video150$1.50
Veo 3 Fast200$2.00
Runway340$3.40
Sora 2500$5.00
Veo 3 Quality1,000$10.00
Sora 2 Pro1,500$15.00

Easy Mode automatically selects the most cost-effective model for your task. Use Pro Mode when you want to choose a specific model.

​Analysis and Research

OperationCreditsUSD
Trend research2$0.02
Viral coach analysis3$0.03
Brand Brain analysis5$0.05
Brand extraction5$0.05

​Other Operations

OperationCreditsUSD
Voiceover generation15$0.15
Video export (basic)10$0.10
Video export (with captions)20$0.20
Transcription (per minute)5$0.05

​Spending Caps

Each plan has a spending cap set at 2.5x the monthly allocation:

PlanMonthly CreditsSpending Cap
Free100100
Trial500 (one-time)500
Starter8002,000
Pro2,0005,000
Team6,50016,250

The spending cap includes your monthly allowance plus any add-on credits you purchase.

​Credit Add-Ons

Purchase additional credits anytime from Settings > Billing:

PackCreditsPrice
Credit Boost250 (200 + 50 bonus)$9.99
Credit Pack550 (500 + 50 bonus)$9.99
Credit Bundle1,700 (1,500 + 200 bonus)$24.99
Credit Mega6,000 (5,000 + 1,000 bonus)$69.99

​API Credit Packs

For heavy API users:

PackCreditsPricePer Credit
API Pack1,000$9.99$0.01
API Pack Pro5,000$39.99$0.008
API Pack Enterprise20,000$199.99$0.01

​Monitoring Usage

​In the Dashboard

  • Top navigation bar -- Shows remaining credits at a glance
  • Settings > Billing -- Detailed usage history and breakdown by operation type

​Via API

# Check credit balance
socialneuron-mcp sn credits

# View API usage breakdown
socialneuron-mcp sn usage
bash

Or use the MCP tools directly:

  • get_credit_balance -- Returns current balance, plan, and monthly allocation
  • get_budget_status -- Returns MCP-specific budget consumption
  • get_mcp_usage -- Detailed API usage breakdown by tool

AuthenticationWorkflow Recipes
On this page
  • How Credits Work
  • Credit Costs by Category
    • Text and Ideation
    • Image Generation
    • Video Generation
    • Analysis and Research
    • Other Operations
  • Spending Caps
  • Credit Add-Ons
    • API Credit Packs
  • Monitoring Usage
    • In the Dashboard
    • Via API