BRICQS CLI — deploy AI models to the cloud in seconds
Project description
BRICQS CLI
Deploy AI models to the cloud in seconds.
pip install bricqs
bricqs login
bricqs deploy my-llama-api --model meta-llama/Llama-3-8B-Instruct
Commands
| Command | Description |
|---|---|
bricqs login |
Authenticate with your account |
bricqs models |
List available AI models |
bricqs deploy <name> --model <id> |
Deploy a model |
bricqs status |
Show all your deployments |
bricqs logs <id> |
Fetch deployment logs |
bricqs stop <id> |
Stop a deployment (scales to zero) |
bricqs delete <id> |
Permanently delete a deployment |
Options
bricqs deploy my-api \
--model meta-llama/Llama-3-8B-Instruct \
--env preview \ # production | preview | development
--min 0 \ # scale to zero when idle
--max 2 \ # up to 2 replicas under load
--no-wait # return immediately without polling
Environment variable
Set BRICQS_API to point at a self-hosted or staging API:
export BRICQS_API=https://your-api.example.com
Quickstart
See examples/quickstart-llama3/ for a full working example.
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bricqs-0.1.0.tar.gz
(7.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bricqs-0.1.0.tar.gz.
File metadata
- Download URL: bricqs-0.1.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de9269b94ddb6ba3239c1cf25fddf6151933897e5b1d41b89d50d20dcfadd011
|
|
| MD5 |
8e3ccfd838f71807ec1e6516ebe584c0
|
|
| BLAKE2b-256 |
03ae8984bf718f19fc08c45802f93e73b66ccb04519077f7dd4ace32cdac0500
|
File details
Details for the file bricqs-0.1.0-py3-none-any.whl.
File metadata
- Download URL: bricqs-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49e762c0cf96e44238847edb5a081564dbe4e4d31ca18a12ff1f9711ff9d9f77
|
|
| MD5 |
a40b58e307013b3d08eda6a21b3c9f08
|
|
| BLAKE2b-256 |
6daac3c0112e803a03276007853c3104720fd89bbfa81da1445598db01fefca2
|