hydracept
Python client and CLI for the Hydracept public API — one API for AI workloads in games.
Free for individual developers. BYOK. No inference markup.
pip install hydracept
Activate (CLI)
python -m hydracept login
python -m hydracept init --apply --yes
python -m hydracept doctor
Copy-paste job
from hydracept import HydraceptClient
client = HydraceptClient("https://api.hydracept.com", token="...")
job = client.submit_capability_job(
"image.generate.v1",
{
"context": {
"productId": "my-game",
"projectId": "cpr_...",
"environment": "development",
},
"input": {"prompt": "cute slime icon, flat game art"},
"execution": {"executionPreference": "automatic"},
"idempotencyKey": "demo-1",
},
)
print(job["jobId"])
Activate at https://hydracept.com/start · Docs: https://docs.hydracept.com
A Zencode product · © Zencode Consulting Inc.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hydracept-0.1.4.tar.gz
(12.3 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
hydracept-0.1.4-py3-none-any.whl
(13.5 kB
view details)
File details
Details for the file hydracept-0.1.4.tar.gz.
File metadata
- Download URL: hydracept-0.1.4.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6eadf887a08edaa9bf0d4a5c3d1cabdc4328c34792e7ee3d0347e2595e733377
|
|
| MD5 |
5d8001f22c81257d6daf4155b741e3ad
|
|
| BLAKE2b-256 |
1b5513c4f8c989e1b9b2e91b307a6f0b5d9fb5d4c3b0f21ec6a2adf4be895764
|
File details
Details for the file hydracept-0.1.4-py3-none-any.whl.
File metadata
- Download URL: hydracept-0.1.4-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4cd78b3ec01a30f754d1d13f4afdb44cf89cf7b316d468299eddd258720aea1
|
|
| MD5 |
8a66ec26003a06dcf9cfa72fc92df7f0
|
|
| BLAKE2b-256 |
7e0fa3310627aae86ccf9e331a7499377c6aee19240bd928201d6ba5a221fa1b
|