A package for ShardAI
Project description
ShardAI PKG
Installation
pip install shardai
Usage
from shardai import ShardClient
client = ShardClient("your-api-key") # Replace with your API key
# Get all the available chat models
models = client.chat.models()
# Get the response from the chat model
response = client.chat.completions("Hello, how are you?", "llama_2_7b")
print(response.choices[0].message.content) # This will be a response from the model
# Get all the available image generation options
options = client.image.options()
# Get the response from the image generation model
response = client.image.completions("A picture of a cat")
print(response.image) # This will be an image as https://shard-ai.xyz/static/....png
response.image.download("cat.png") # This will download the image to the current directory
image_bytes = response.image.as_bytes() # This will return the image as bytes
# Get all the available tts voices
voices = client.tts.voices()
# Get the response from the tts model
response = client.tts.completions("Hello, how are you?")
print(response.audio) # This will be an audio encoded in base64
License
Author
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
shardai-0.0.5.tar.gz
(7.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