This repository was archived by the owner on Apr 20, 2026. It is now read-only.
Added mango image generation
Mango Image Generation
from HorridAPI import Mango
mango = Mango()
response = mango.images.generate(
model="flux-1.1-pro",
prompt="a boy looking in the river"
)
print(response.url)