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.0.tar.gz
(8.2 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 hydracept-0.1.0.tar.gz.
File metadata
- Download URL: hydracept-0.1.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ea5d12a8fc91eb16e2973d70a5a226c31eb95acd214c4237a482a2410b9f6ee
|
|
| MD5 |
d91f6554d2bdd098643ba3627bdf53c5
|
|
| BLAKE2b-256 |
75d647800459ceb7806ad26a17a5d8a2bed1c9ab19b3ea3d0da1d08270c37490
|
File details
Details for the file hydracept-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hydracept-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.2 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 |
5d8fe86d559bbdb11e997cbf955635d0e9e25b582b4c157066ba9ce6d9ebd8fd
|
|
| MD5 |
2168ac0b82dddbc2106f5c1b2945e868
|
|
| BLAKE2b-256 |
31840d05573c97a1dc141f20f6fd7703bc8565a49ec8bb48b6a3bb3838ea75b2
|