Skip to main content

Pricing

Cognitera Intelligence uses pay-as-you-go pricing. You only pay for the resources you consume.

Resource Pricing

ResourceUnitPrice
GPU Computeper GPU-second$0.001
AI Inferenceper token$0.00001
Database Storageper MB/month$0.01
Database Queriesper query$0.000001

Example Costs

AI Inference

A typical inference request using phi3:3.8b that generates 200 tokens:

200 tokens × $0.00001 = $0.002

GPU Job

A 10-minute training job on an RTX 5070:

600 seconds × $0.001 = $0.60

Database

A 500 MB database running for a month:

500 MB × $0.01 = $5.00/month

Checking Your Usage

Monitor your spending in real time:

curl https://intelligence.cognitera.ai/api/usage/me \
-H "Authorization: Bearer YOUR_JWT_TOKEN"

Response

{
"clientId": "your-client-id",
"periodStart": "2026-03-01T00:00:00Z",
"periodEnd": "2026-03-19T22:30:00Z",
"breakdown": {
"inference_tokens": { "quantity": 15420, "totalCost": 0.15 },
"gpu_seconds": { "quantity": 3600, "totalCost": 3.60 },
"db_storage_mb": { "quantity": 250, "totalCost": 2.50 }
},
"grandTotal": 6.25,
"currency": "USD"
}

Billing

Invoices are generated monthly. You'll receive a detailed breakdown of all resource usage for the billing period.