CSF Core RT — Licensing

One licence.
Per device. Any term.

CSF Core RT is licensed per activated device. No tiers, no feature gates, no enterprise gating. Every device gets the full SDK — Python, C++, all precision modes, air-gap support included. $30 per device per month.

Pricing Model

Simple. Flat. Per device.

Per-Device Price
$30 / device / month
$30 per device per month, billed monthly or annually ($360/device/yr). The rate never changes regardless of commitment length — longer terms reduce renewal overhead and extend token validity.
What's Included
Everything. No exceptions.
Python SDK · C++ SDK (libcsfrt.so) · FP16 & INT8 · Air-gap offline activation · Benchmark tools · Integration documentation · Direct support channel.
How It Works
Device fingerprint locking
Each licence is cryptographically bound to a hardware-derived device fingerprint unique to that machine. Licences cannot be copied, transferred, or shared.
Contract Terms
1 – 5 year terms
Choose the commitment length that fits your procurement cycle — 1, 2, 3, or 5 years. Pay monthly or annually. The monthly rate stays at $30/device regardless of term.

Choose your billing and term

$30 per device per month — billed monthly or annually ($360/device/yr). Select the commitment length that suits your deployment cycle.

CSF Core RT — Device Licence

A single licence activates one device. The device fingerprint is captured at activation. You can deactivate a device from your dashboard to free the slot and reissue to another machine.

$30
per device / month · all terms
SDK Access
  • Python inference runtime (csfrt)
  • Training framework (csfrt_train)
  • C++ SDK — libcsfrt.so + headers
  • FP16 and INT8 precision modes
  • Async inference & stream processing
Licensing & Deployment
  • Hardware-fingerprinted device binding
  • Online activation (single command)
  • Air-gap / offline RSA token activation
  • Dashboard device management
  • Reissuable — deactivate and reassign
Support & Integration
  • Integration documentation
  • Benchmark & profiling tools
  • Docker images (CUDA + ROCm)
  • Direct support channel with MYELION
  • Renewal reminders 7 and 3 days out
Need custom contract terms or volume discussion? Reach out directly.
Activation Flow

From purchase to running in minutes.

01 ·
Install the SDK
pip install csfrt csfrt_ops from the MYELION package registry. No GPU driver manipulation required.
02 ·
Activate the device
Run python -m csfrt.activate MYELION-XXXX. The SDK contacts the licence server once, binds the token to your hardware fingerprint, and writes it locally.
03 ·
Load and run
csfrt.load("model.csf") verifies the local token against the device fingerprint. No outbound connection required after activation.
04 ·
Manage from dashboard
View active devices, deactivate and reassign slots, download offline tokens, and track licence expiry — all from myelion.com/dashboard.
Deployment Scenarios

Online and air-gap activation.

Both scenarios use the same licence key and device-fingerprint binding mechanism. The difference is how the token reaches the device.

● SCENARIO A — ONLINE
Internet-connected device
The device contacts the MYELION licence server once at activation. The signed token is written locally. After that, no outbound connection is needed — the SDK verifies against the hardware fingerprint on every load.
# Single activation command
python -m csfrt.activate MYELION-XXXX-XXXX-XXXX
# → Token written to device. Internet no longer required.
● SCENARIO B — AIR-GAP
Air-gap / offline device
The device never connects to the internet. The operator extracts a hardware fingerprint, sends it to MYELION, and receives a signed offline token (.mkey) which is transferred by any means — USB, secure copy, etc.
# Step 1 — extract fingerprint from isolated device
python -m csfrt.fingerprint
# → Send to MYELION. Receive .mkey file.
# Step 2 — copy to device
sudo cp license.mkey /etc/csfrt/license.mkey
Price Reference

All contract terms at a glance.

$30 per device per month across all commitment lengths. Pay monthly or annually — the rate never changes.

Commitment TermMonthly BillingAnnual BillingTotal over term / deviceMonthly rate
1 Year
12-month commitment
$30/mo × 12$360/yr × 1$360$30 / mo
2 Years
24-month commitment
$30/mo × 24$360/yr × 2$720$30 / mo
3 Years
36-month commitment
$30/mo × 36$360/yr × 3$1,080$30 / mo
5 Years
60-month commitment
$30/mo × 60$360/yr × 5$1,800$30 / mo
Custom
Non-standard duration or volume
Available on request — contact zulal.tannur@myelion.com

Full SDK documentation at docs.myelion.com

Installation guides, API reference, activation walkthroughs, air-gap setup, C++ integration, Docker images, and benchmark tooling — everything needed to go from licence to running inference.

View Documentation →