// models

Two places a model can run.

Every hosted app picks one of these. Server models are billed per token in credits — $1 = 10,000 credits — at the provider's list price, passed through with no markup; SkillSafe charges separately for the computation on its servers. Browser models are downloaded once from the shared registry, cached across every SkillSafe app, and cost nothing to run.

Runs on SkillSafe servers

Provider list price · USD per 1M tokens

GPT-5.6 Sol

gpt-sol gpt-5.6-sol
OpenAI
$4.00 in / 1M tokens · list
$20.00 out / 1M tokens · list

GPT-5.6 Terra

gpt-terra gpt-5.6-terra
OpenAI
$2.00 in / 1M tokens · list
$12.00 out / 1M tokens · list

GPT-5.6 Luna

gpt-luna gpt-5.6-luna
OpenAI
$0.20 in / 1M tokens · list
$1.20 out / 1M tokens · list

Gemma 4 26B (Workers AI)

gemma-fast @cf/google/gemma-4-26b-a4b-it
Workers AI
$0.10 in / 1M tokens · list
$0.30 out / 1M tokens · list

GPT Image 2

gpt-image gpt-image-2
OpenAI
~$0.060 list, per 1024×1024 image

Model cost is pass-through: these are the providers' published list prices, unchanged — see OpenAI pricing and Workers AI pricing. What SkillSafe charges for is the computation and API handling on its own servers: a 10% platform fee on each run's base — the model's list cost, with no per-job overhead. A creator's markup is a separate cut of the same base — they keep 100% of it. Only the latest model of each tier is shown; configure the alias and your app follows upgrades. Tiers that cannot run on this deployment are not shown.

Runs in your browser

MB · downloaded once, then cached

SlimSAM-77 uniform segment anything (int8)

slimsam-77-uniform-int8@5850ab45
onnxruntime-web
13.1 MB 2 files, downloaded once
Apache-2.0 licence

SlimSAM-77 uniform segment anything (fp16)

slimsam-77-uniform-fp16@5850ab45
onnxruntime-web
19.8 MB 2 files, downloaded once
Apache-2.0 licence

PP-OCRv6 tiny text recognition

pp-ocrv6-tiny-rec@2612ab37
onnxruntime-web
4.3 MB one file, downloaded once
Apache-2.0 licence

PP-OCRv6 tiny text detection

pp-ocrv6-tiny-det@2ba1506c
onnxruntime-web
1.7 MB one file, downloaded once
Apache-2.0 licence

U2-Net-p background removal (rembg)

u2netp@cd3a3d67
onnxruntime-web
4.4 MB one file, downloaded once
Apache-2.0 licence

MODNet portrait matting

modnet@fa2fa546
onnxruntime-web
12.4 MB one file, downloaded once
Apache-2.0 licence

Every file is a vetted parameter file served from models.skillsafe.ai at an immutable URL, so a visitor who loaded a model in one app already has it for the next. There is no charge: the bytes are on the platform's bill and the compute is the visitor's device. Apps declare what they load with models on a release and ship their own tokenizer and config files — see the deploy guide.

How server pricing works

  • Pay for what a run actually uses. Each run is charged on the tokens the model actually consumed, rounded up to whole credits (minimum 1 credit ≈ $0.0001). There is no fixed per-job overhead, so a short turn on a cheap model bills a handful of credits.
  • The model is pass-through; the fee pays for the servers. A run's base is the provider's list cost — charged exactly as the provider publishes it, no markup and no overhead. SkillSafe adds a 10% platform fee on that base for the computation and API handling it does on its own servers; the creator takes their markup — up to 100% — of the very same base, shown on each app's detail page. At the default 10% the two are equal, and nothing is deducted from the creator's side: they keep 100% of their markup.
  • BYOK apps bill the 1-credit minimum ($0.0001) per run. When a publisher brings their own provider key, their key pays the provider directly and the platform charges only the minimum billable unit — no 10% platform fee and no creator markup.
  • Spend is capped per job. Every model carries hard caps on input tokens, output tokens, and wall-clock time, so a single run can never overrun its hold.
  • Image models bill per image. An image-generation run produces one 1024×1024 image. The hold reserves the worst-case cost of that image and the run settles down to the provider's actual (usage-reported where available) cost — same base, same two cuts as text runs.
  • No model configured? Apps without a model run on the Workers AI default — cheap, keyless, and never silently billed at premium rates.