HINOW model
hinow/himegia
HiMegia
Image creation and editing for products and campaigns.
Best for: Campaigns, catalogs, and visual experiences
- Campaigns, brand materials, and social media assets.
- Catalogs, product variations, and background editing.
- Covers, posters, and compositions with text.
- Storyboards and visual sequences.
- Generation and editing inside your own interface.
Describe subject, setting, composition, framing, lighting, style, and aspect ratio. To edit, state clearly what must change and what must be preserved. For series, reuse a reference image and repeat the visual attributes that identify the character or the brand.
from openai import OpenAI
import os
client = OpenAI(base_url="https://api.hinow.ai/v1", api_key=os.environ["HINOW_API_KEY"])
imagem = client.images.generate(
model="hinow/himegia",
prompt="Still de produto com fundo azul, luz lateral suave e composição minimalista",
)
print(imagem.data[0].url)| Item | Value |
|---|---|
| Identifier | hinow/himegia |
| Endpoint | POST https://api.hinow.ai/v1/images |
| Billing | Per image generated or edited |
| Price | US$ 0.082 per image |
Check the catalog
Availability and pricing may change. Use GET https://api.hinow.ai/v1/models to obtain the current contract for your account.
From the first image to production
See the endpoint's parameters, editing, and responses.
Was this page helpful?

