Registry / ai-ml / blaxel

blaxel

JSON →
library0.2.54pypypi✓ verified 82d ago

Blaxel SDK for AI development platform. Current version 0.2.54, pre-1.0 rapid development. Weekly releases with breaking changes.

pip install blaxel
INSTALL
IMPORT
SIG · BLAXEL
B
blaxel
ai-mlpythonv0.2.54
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

autoload
from blaxel import autoload
from blaxel import Blaxel
core
from blaxel import core
from blaxel import Blaxel
settings
from blaxel import settings
from blaxel import Blaxel

Initialize Blaxel client with API key from environment variable.

import os from blaxel import Blaxel api_key = os.environ.get('BLAXEL_API_KEY', 'your-api-key-here') client = Blaxel(api_key=api_key) # Use client to interact with AI models
Debug
Known issues
breakingThe Client class was moved from top-level to blaxel.client module in 0.2.0. Legacy imports will fail.
fix
Use 'from blaxel.client import Client' instead of 'from blaxel import Client'
affects: >=0.2.0
breakingAPI key is now required as first positional argument to Blaxel() constructor. Passing via config file deprecated.
fix
Pass api_key as first argument: Blaxel('your-api-key')
affects: >=0.2.30
deprecatedThe 'blaxel run' CLI command is deprecated and will be removed in 0.3. Use Python SDK instead.
fix
Replace CLI workflows with Python script using Blaxel client
affects: >=0.2.40
Upgrade
Version history
0.2.54latest on PyPI · released May 28, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
30
OpenAI (training)
1
Resources
blaxel — pip install blaxel · libregistry