// server models

Server Models

The tiers a hosted app can run on SkillSafe's servers, 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. Only the latest model of each tier is shown. The models that run in the browser are free.

Turn your skill into an app

Latest model of each tier

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.5 Flare

gpt-image gpt-image-2.5-flare
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.

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.