Loading...
Loading...
Create serverless endpoint templates and endpoints on RunPod.io. Supports Python/Node.js runtimes, GPU selection (3090, A100, etc.), and idempotent configuration. Use this skill when a user wants to set up a new serverless endpoint or template on RunPod.
npx skill4agent add jarmen423/skills runpod-serverlessscripts/create_serverless.pyRUNPOD_API_KEYRUNPOD_API_KEYpython runpod-serverless/scripts/create_serverless.py \
--name <NAME> \
--runtime <python|node> \
--gpu <GPU_TYPE> \
[--disk <GB>] \
[--min-workers <INT>] \
[--max-workers <INT>]--name--runtimepythonnode--gpu30904090a100a6000AMPERE_24--disk--min-workers--max-workers3090AMPERE_244090ADA_24a4000AMPERE_16a6000AMPERE_48a100AMPERE_80references/runpod_api.md$env:RUNPOD_API_KEY="<USER_KEY>"; python runpod-serverless/scripts/create_serverless.py --name my-ai-api --runtime python --gpu 3090