hercai 3.3.0

Creator: rpa-with-ash

Last updated:

Add to Cart

Description:

hercai 3.3.0

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" , "llama3-70b" , "llama3-8b" , "mixtral-8x7b" , "gemma-7b" , "gemma2-9b"
# 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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.