hydracept
Python client for the Hydracept public API — AI execution infrastructure for games.
pip install hydracept
from hydracept import HydraceptClient
client = HydraceptClient("https://api.hydracept.com", token="...")
job = client.submit_capability_job(
"image.generate.v1",
{
"context": {
"productId": "my-product",
"projectId": "cpr_...",
"environment": "development",
},
"input": {"prompt": "cute slime icon"},
"execution": {"executionPreference": "automatic"},
"idempotencyKey": "demo-1",
},
)
CLI: hydracept login, hydracept init, hydracept doctor
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.1.tar.gz
(11.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.1-py3-none-any.whl
(12.9 kB
view details)
File details
Details for the file hydracept-0.1.1.tar.gz.
File metadata
- Download URL: hydracept-0.1.1.tar.gz
- Upload date:
- Size: 11.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 |
514db0526e713fafaeb9cd2095dd4c6ef7c0874a0589ecb69cb7cba9d9e0067d
|
|
| MD5 |
bf6c05922d4d0fe40f5169072ff35368
|
|
| BLAKE2b-256 |
1d2113d871ed2610bfedf1ac151e93c3b5952b4f7ae98edf99819e6d5df0a406
|
File details
Details for the file hydracept-0.1.1-py3-none-any.whl.
File metadata
- Download URL: hydracept-0.1.1-py3-none-any.whl
- Upload date:
- Size: 12.9 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 |
d957a7deaecb90e2d3e07f473e8aa3f851e4d047ef8dd554226b7ecbde68600c
|
|
| MD5 |
48c824cd2ee8edb103cf15f9736a482f
|
|
| BLAKE2b-256 |
e6730f8b8e2089a37c81a5b0d625d332dd62519e83381d29887448bb23676d54
|