Quickstart
You can quickly initialize a new job from scratch by using the CLI commandbl new job.
src/index.ts / src/main.py. You can update this boilerplate job to your specific requirements, and manage and control job execution using the Blaxel TypeScript or Python SDKs.
The template used to generate the boilerplate job is available in Blaxel’s public GitHub repository (TypeScript / Python).
Start the job locally:
TypeScript
Manage batch job execution using the Blaxel TypeScript SDK.
Python
Manage batch job execution using the Blaxel Python SDK.
Deploy a job
Learn how to deploy your AI batch jobs on Blaxel as a serverless auto-scalable endpoint.
