~$DSR1
DeepSeek's R1 reasoning model at 14B scale. Visible chain-of-thought with step-by-step reasoning traces. Outperforms GPT-4o on math, science, and logic benchmarks.
Cold start comparison vs similar models. Lower is better.
No subscriptions. Buy credits, pay per inference. Scale to zero when idle.
import cumulus from "cumulus-sdk" // Deploy DeepSeek R1 14B on Ion const client = await cumulus.deploy("deepseek-r1-14b") // Run inference const result = await client.run({ prompt: "Your prompt here", // model-specific params... })