Skip to main content

A powerful Python Package for interacting with the Herc.ai API.

Project description

Discord

Herc.ai

A powerful Python Package for interacting with the Herc.ai API.

We Offer It To You For Free. Herc.ai Answers Your Question According To The Language, And It Supports All Languages.

✨ How about a one-time subscription to benefit from Hercai's features unlimitedly? ✨ Use Hercai Unlimited with API Key!

Support

📖 Document's

📝 Github

📂 Installation

pip install hercai

Quick Example

Exampe Construction;

 from hercai import Hercai
 herc = Hercai("") # If you have a Hercai API Key, please define it in this section. 

Question API; https://hercai.onrender.com/v3/hercai?question=

Example Question For Python;

# Available Models 
# "v3" , "v3-32k" , "turbo" , "turbo-16k" , "gemini" 
# Default Model; "v3" 
# Premium Parameter; personality => Optional
question_result = herc.question(model="v3", content="hi, how are you?")
print(question_result)
# print(question_result["reply"]) For Reply

Text To Image API; https://hercai.onrender.com/v3/text2image?prompt=

Example Draw Image For Python;

# Available Models 
# "v1" , "v2" , "v2-beta" , "v3" (DALL-E) , "lexica" , "prodia", "simurg", "animefy", "raava", "shonin" 
# Default Model; "v3" 
image_result = herc.draw_image(model="simurg", prompt="A beautiful landscape", negative_prompt="Dark and gloomy")
print(image_result)
# print(image_result["url"]) For Image URL        

Example Beta Model's Usage

# For Beta Question
question_result = herc.beta_question(...)

# For Beta Draw Image
image_result = herc.beta_draw_image(...)

Credits

NPM Package For JavaScript & TypeScript

Made by FiveSoBes And Luppux Development

Contact & Support

Discord Banner

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

hercai-3.2.0.tar.gz (16.4 kB view hashes)

Uploaded Source

Built Distribution

hercai-3.2.0-py3-none-any.whl (16.2 kB view hashes)

Uploaded Python 3

Supported by

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