Skip to main content

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

MIT

Author

ShardAI

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.3.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

shardai-0.0.3-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file shardai-0.0.3.tar.gz.

File metadata

  • Download URL: shardai-0.0.3.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.5

File hashes

Hashes for shardai-0.0.3.tar.gz
Algorithm Hash digest
SHA256 74a6b176c11e9736ee478eed064c6fb5ce850d5f718a3fd3199357dbc8ef60d8
MD5 12c7bd3eea82122791219be68767f28e
BLAKE2b-256 aa8375fee7524510b2e80098bdedf47f4d0165b68eb41be20a14686cad81d244

See more details on using hashes here.

File details

Details for the file shardai-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: shardai-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 7.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.5

File hashes

Hashes for shardai-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 83268f9bb996c68e9f75fb95db321f5ec8ed234cfcb651074c1bf89b6b65476c
MD5 448b0997f9943b72dfd1d473a4b8cce4
BLAKE2b-256 a8ce0d955f9ec0cd458041526c8bdc6642ea501bdbcfee4585f4487a999d43ec

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page