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
Prefer the module entry point (works when hydracept is not on PATH, common on Windows):
python -m hydracept --help
python -m hydracept login --token <HYDRACEPT_API_KEY> # agents / headless
python -m hydracept login # browser device flow
python -m hydracept init --apply --yes
python -m hydracept doctor
python -m hydracept smoke
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 · 5-minute path: https://docs.hydracept.com/five-minute-game-asset/
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
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 hydracept-0.1.5.tar.gz.
File metadata
- Download URL: hydracept-0.1.5.tar.gz
- Upload date:
- Size: 14.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 |
7c9d43af40003adc9602628544c5b1029e422e7a497aba4aa1d1e5da8a11a432
|
|
| MD5 |
d0818fd59a20e2b1aa8908520f0a99a3
|
|
| BLAKE2b-256 |
9c164a1c2e5339d9d14f050efe4c7248ff453f769609844b58987e4c3fa66acd
|
File details
Details for the file hydracept-0.1.5-py3-none-any.whl.
File metadata
- Download URL: hydracept-0.1.5-py3-none-any.whl
- Upload date:
- Size: 15.6 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 |
d37cd6d44f19944347c126143fc81c3944365b00e4f13259581c124a318d165e
|
|
| MD5 |
9da3ea981d00be0ebd2671a4b8b18ed4
|
|
| BLAKE2b-256 |
c6b12dec97a38462f43dd6a93a29e66609226bc3ad03e9dd6cee5e838cece7f7
|