R
Replicate
/run
Run model
Run any Replicate model synchronously by 'owner/name' with its input. Waits up to 60s.
needs keyunknown~30s typical
replicatemodelsimagevideo
$0.050
per call
plus $0.001 platform fee per run
Passed through at provider rate plus 25%
Bring your own Replicate key: provider portion drops to $0.
Not enabled on this deployment yet. Connect your own key to use it now.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run replicate /run for me.
Input
| Field | Type | Description |
|---|---|---|
| model* | string | owner/name or owner/name:version |
| input* | object | Model input |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"replicate","endpoint":"/run","input":{"model":"...","input":{}}}'cli
npx cracked-ai run -p replicate -e /run -i '{"model":"...","input":{}}'mcp
run_tool({ provider: "replicate", endpoint: "/run", input: {"model":"...","input":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.
Provider not enabled: the run returns a 503 with instructions.