ShadAI Framework
  1. Pricing
ShadAI Framework
  • Quick Started
    • Using python client
    • Javacript Client
  • Features
    • Supported Data Types by File Extension
    • ShadAI Agents
    • Supported Models
  • Pricing
    • Pricing Plan
  1. Pricing

Pricing Plan

💳 Pay‑as‑You‑Go Pricing#

Only pay for what you use — scale cost with usage, not commitment.

📊 Pricing Components at a Glance#

ComponentWhat You Pay ForRate / UnitBilling Frequency
InfrastructureCompute time while your job is running on our clustersper secondOn completion of each job
LLM TokensCombined input + output tokens processed by the modelprovider list price × tokensOn completion of each job
StoragePersisted docs & vector embeddings leveraged for retrievalSize (GB‑month)Monthly
ShadAI APICalls that trigger agent actions$5 USD / 1 000 requestsOn demand

🔍 Detailed Breakdown#

1. Infrastructure#

Every time an agent runs, it spins up secure, auto‑scaling compute. We meter wall‑clock execution time to the second and multiply by the tier’s per‑second rate.
Example: a 45‑second job on the “Standard” tier (0.0006**.

2. LLM Tokens#

Agents call best‑in‑class LLMs. You’re charged for both directions:
Input tokens (your prompt + system context)
Output tokens (model’s response)
We simply pass through each provider’s published token price so you can choose the model that fits your budget/performance profile.

3. Storage#

Documents and vectors ingested during sessions fuel semantic search. Storage is pooled, deduplicated, and billed monthly by average GB stored. Cold data archiving is free.

4. ShadAI API Usage#

Using the ShadAI Client directly or via agents. Each call (sync or async) counts toward your quota.
$5 USD → 1 000 requests  
$0.005 → single request
We do not charge anything extra for infrastructure or tokens. We charge exactly what the provider charges us. In the case of storage, we charge the exact price from the provider, plus a 5% monthly fee, which covers the Monthly Storage Management Fee for accounts.

Recharge in USD credits#

In billing page you can recharge credits to use ShadAI. Only you need to press ADD CREDITS button and follow next steps. The minimum amount allowed is 5 USD.
You can see that your available credits increase with new recharge of credits and decrease with each JOB agents cost automatically.
image.png

Pay your monthly Storage Fee#

We will charge on the first day of the next month for the Monthly Storage Fee and the 5% Monthly Storage Management Fee, deducted from your available credits. Make sure to recharge your credits in time to avoid having your API key deactivated.

Illustration showing metered compute, token usage, storage, and API requests

💡 Tips to Optimize Cost#

1.
Choose the right model — use smaller/faster models for high‑volume tasks.
2.
Keep sessions alive when possible.
3.
Don't ingest multiple times same data to reduce storage.
Need more clarity? Contact support and we’ll walk you through a sample bill.

💰 LLM Token Pricing Cheat‑Sheet (May 2025)#

All prices are USD per token. Multiply by 1 000 to estimate cost per K. Always verify with vendor docs before production use.

🔵 Google · Gemini
ModelIn ($)Out ($)
GEMINI_2_0_FLASH0.000000700.00000040
GEMINI_2_0_FLASH_LITE0.000000080.00000008
GEMINI_1_5_FLASH0.000000150.00000060
GEMINI_1_5_PRO0.000002500.00000100
GEMINI_1_5_FLASH_8B0.000000080.00000030
🧠 Anthropic · Claude 3
ModelIn ($)Out ($)
CLAUDE_3_7_SONNET0.000003000.00001500
CLAUDE_3_5_SONNET_2024_10_220.000003000.00001500
CLAUDE_3_5_SONNET0.000003000.00001500
CLAUDE_3_5_HAIKU0.000001000.00000400
CLAUDE_3_OPUS0.000015000.00007500
CLAUDE_3_SONNET0.000003000.00001500
CLAUDE_3_HAIKU0.000000300.00000400
🧮 DeepSeek · R series
ModelIn ($)Out ($)
DEEPSEEK_R1_V10.000001350.00000540
🦙 Meta · Llama
ModelIn ($)Out ($)
LLAMA_4_MAVERICK_17B_INSTRUCT0.000000240.00000097
LLAMA_4_SCOUT_17B_INSTRUCT0.000000170.00000066
LLAMA_3_3_70B_INSTRUCT0.000000700.00000072
LLAMA_3_2_1B_INSTRUCT0.000000100.00000010
LLAMA_3_1_70B_INSTRUCT0.000000700.00000072
LLAMA_3_1_8B_INSTRUCT0.000000200.00000022
🌀 Cohere · Command
ModelIn ($)Out ($)
COHERE_COMMAND_PLUS0.000003000.00001500
COHERE_COMMAND_R0.000000500.00000150
COHERE_COMMAND_LIGHT0.000000300.00000060
☁️ Amazon · Nova
ModelIn ($)Out ($)
AMAZON_NOVA_PRO0.000000800.00000320
AMAZON_NOVA_LITE0.000000060.00000024
AMAZON_NOVA_MICRO0.000000040.00000014

💡 Tips#

Use Flash Lite / Haiku for prototypes, then scale up as accuracy demands.
Double-check whether prices include input and output tokens separately (some dashboards only report combined cost).
Remember storage & inference infra are billed separately.

How to configure models#

Modified at 2025-05-08 07:23:24
Previous
Supported Models
Built with