Skip to content

gradium-ai/gradium-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradium Python Client

Python client library for the Gradium Voice AI API.

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/tts_streaming.py \
    --audio test_file.mp3 \
    --api-key gsk_...

About

Python client for the Gradium Voice AI api.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages