Python client for Gradium API
Project description
Gradium Python Client
Python client library for the Gradium Voice AI API.
Examples
See the examples/ directory for usage examples:
- Text-to-Speech Streaming:
examples/tts_streaming.py - Speech-to-Text Streaming:
examples/stt_streaming.py
You can also try it out in Google Colab.
Command Line Interface
The package includes a CLI that can be run via uvx gradium:
# Text-to-speech
uvx gradium tts "Hello world" -o output.wav
uvx gradium tts "Hello world" --voice-id abc123 -o output.ogg
# Speech-to-text
uvx gradium stt audio.wav
uvx gradium stt audio.wav --json # outputs JSON with timestamps
# To handle non-wav file, additional dependencies are required
uvx --from 'gradium[cli]' gradium stt audio.mp3
Run uvx gradium --help for all available options.
Text-to-Speech Streaming Example
You can find some examples in the examples/ directory. Try them out with
uv. For
the text-to-speech streaming example, run:
uv run --with sphn examples/tts_streaming.py \
--text "Hello, this is a test of the Gradium TTS streaming API." \
--api-key gsk_...
Speech-to-Text Streaming Example
You can also try the speech-to-text streaming example:
uv run --with sphn examples/stt_streaming.py \
--audio test_file.mp3 \
--api-key gsk_...
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
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 gradium-0.5.9.tar.gz.
File metadata
- Download URL: gradium-0.5.9.tar.gz
- Upload date:
- Size: 2.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"EndeavourOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b31b3edd84384dbd84722ef22bd098c76750df01e6523d385147929634b969a7
|
|
| MD5 |
13fc2eec661b04c07755dcf187a3ea1c
|
|
| BLAKE2b-256 |
fd5a8a3f5f4c57fc87b9e88761b20a0644376c50d9854364470a65a8d080ce06
|
File details
Details for the file gradium-0.5.9-py3-none-any.whl.
File metadata
- Download URL: gradium-0.5.9-py3-none-any.whl
- Upload date:
- Size: 22.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"EndeavourOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b7dbad47bdc44d31f3d0418f31ae09aac698338090900fea9548823caded499
|
|
| MD5 |
8aba0e1d82b61dbba8f250fb37a222f6
|
|
| BLAKE2b-256 |
d293c56f4117cf034ec4324777e7044919cc20f4923e5ca3375722991ecd9d7a
|