Pricing

AI Hub accounts are free. Workspaces are billed.
Billing includes usage and users.

Free

For individuals exploring

$0
Per month, 1 user included

    Start with 1 device and limited AI Hub inferences at no cost

  • 20k AI Hub inferences/mo
  • PySDK local runtimes (all), 1 device
  • Trial Application Packages
  • Community support
  • Upgrade anytime

Professional

For developers building and testing

$9.99
Per month, 1 user included

    Build and iterate with more features, more devices, and email support

  • 100k AI Hub inferences/mo
  • Additional users ($5.99/user), 3 max
  • PySDK local runtimes (all), 3 devices
  • PySDK additional devices ($4.99/device)
  • Cloud Compiler ($4.99/compile)
  • Model storage, 5 models
  • Extra model storage ($1.99/5 models)
  • Licensing for Application Packages
  • Community + email support

Enterprise

For teams deploying at scale

$199
Per month, 5 users included

    Scale with higher limits, offline licensing, and priority support

  • 1M AI Hub inferences/mo
  • Additional users ($4.99/user)
  • PySDK local runtimes (all), 10 devices
  • PySDK additional devices ($1.99/device)
  • Cloud Compiler ($4.99/compile)
  • Model storage, 15 models
  • Extra model storage ($1.99/5 models)
  • Licensing for Application Packages
  • Offline licensing
  • Priority support + SLAs

Application Packages

Pip-installable packages with simple, PySDK-style APIs for complete application workflows.

What is Face Recognition?

DeGirum Face Recognition is a pip-installable package for detecting, recognizing, and tracking faces in images and video. Use embeddings for similarity search, maintain watchlists, and trigger configurable alerts for monitoring workflows.

DeGirum Face Recognition

Face recognition and tracking with configurable alerts for video streams

$7.99

per device, per month
Learn more

What is Speech Transcription?

DeGirum Speech Transcription is a pip-installable package that makes speech-to-text and text-to-speech simple. Transcribe from a microphone, an audio file, or streaming audio chunks with a small amount of code.

DeGirum Speech Transcription

Speech-to-text and text-to-speech for mic, files, or streams

$7.99

per device, per month

Coming soon

Compare Features

FeaturesFree PlanProfessional PlanEnterprise Plan
Pricing$0/month$9.99/month$199.00/month
Included Users115
Additional Users-$5.99/user/month, 3 users max$4.99/user/month
AI Hub Inferences20k/month100k/month1M/month
PySDK Local RuntimesAllAllAll
Local Device Licenses1 device included3 devices included $4.99/additional device/month10 devices included $1.99/additional device/month
Cloud Compiler-$4.99/successful compile$4.99/successful compile
Model Storage-5 models15 models
Additional Model Storage-$1.99/5 models/month$1.99/5 models/month
Application PackagesTrial available upon requestSee pricingSee pricing
Offline licensing--Included
SupportCommunityCommunity + emailPriority support + SLAs
  • Pricing$0/month
  • Included Users1
  • Additional Users-
  • AI Hub Inferences20k/month
  • PySDK Local RuntimesAll
  • Local Device Licenses1 device included
  • Cloud Compiler-
  • Model Storage-
  • Additional Model Storage-
  • Application PackagesTrial available upon request
  • Offline licensing-
  • SupportCommunity

Frequently Asked Questions

What is a PySDK local runtime?

A PySDK local runtime is any supported runtime that lets you run models locally on accelerators or vendor runtimes, beyond the default CPU path. PySDK local runtimes are used when you want higher performance, lower latency, or on-device processing.

PySDK local runtimes include support for runtimes such as HAILORT, DEEPX, OPENVINO, AXELERA, MEMRYX, AKIDA, and RKNN.

How do additional users work?

Professional includes 1 user and Enterprise includes 5 users. If you need more, you can add users for an additional monthly charge per user:

  • Professional: $5.99 per user, per month
  • Enterprise: $4.99 per user, per month
How do device limits work?

Professional includes local hardware runtimes for up to 3 devices, and Enterprise includes up to 10 devices. If you need more devices, additional devices are billed monthly:

  • Professional: $4.99 per device per month
  • Enterprise: $1.99 per device per month
Can I change plans later?

Yes. You can upgrade as your needs grow and switch plans as your team or usage changes. If you downgrade, your included limits and features adjust to match the new plan at the start of the next billing period.

What counts as an AI inference?

An AI Hub inference is one model run processed by AI Hub. In most cases, that maps to one API request for one input item (e.g., one image).

What happens if I hit my monthly inference limit?

When you reach your monthly limit, you can upgrade to a higher plan for more included inferences. Inferences will pause until the next billing cycle or until the plan is upgraded.

How is Cloud Compiler billed?

Cloud Compiler is billed per successful compile at $4.99 on Professional and Enterprise. A successful compile is a Cloud Compiler task that:

  • finishes with a Success status
  • produces a valid compiled output artifact for the selected target
  • is available to download or use (e.g. to run on a supported device)

You are not billed when a compile fails due to errors, times out, is canceled, or does not produce a successfully compiled output.

What are application packages and how do I get them?

Application packages are pip-installable packages that provide a simple, PySDK-style API for building complete workflows. They are available with the Professional and Enterprise plans, with separate additional pricing. You can install them with pip and follow our documentation to get started quickly.