Official ZeroGPU Python SDK for the Responses API
Project description
zerogpu-api (Python SDK)
Official Python SDK for the ZeroGPU Responses API. Build production integrations with typed models, clear errors, and simple authentication.
Install
pip install zerogpu-api
Quick Start
from zerogpu import ZerogpuApi
client = ZerogpuApi(
api_key="…",
project_id="…",
)
client.responses.create_response(
model="zlm-v1-followup-questions-edge",
input="In one short sentence, what is a habit tracker?",
text={"format": {"type": "text"}},
)
Response text is returned in the standard Responses API payload shape (output blocks).
API Reference
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
zerogpu_api-0.1.1.tar.gz
(27.0 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 zerogpu_api-0.1.1.tar.gz.
File metadata
- Download URL: zerogpu_api-0.1.1.tar.gz
- Upload date:
- Size: 27.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dbadbe4b1129e7a338078c613cab96e4f7298c4cb223b73e6c246d88a86dc24
|
|
| MD5 |
276d60593fdce9305e1aa04c2fad08ce
|
|
| BLAKE2b-256 |
38f723d58ab6d979916ed7bf7d36f3d34d9ca72e881f0d646db69a7f4307eee8
|
File details
Details for the file zerogpu_api-0.1.1-py3-none-any.whl.
File metadata
- Download URL: zerogpu_api-0.1.1-py3-none-any.whl
- Upload date:
- Size: 44.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
834ce4b4058130097343e721dccfac3a7933e81c7f2379bf5f86e72085453053
|
|
| MD5 |
d087fc1d948a4093963b7942bf52878d
|
|
| BLAKE2b-256 |
83178b3846d3147f4a9ce33b606c69f9f2c2e36da901844ceea0fa1f7380adde
|