Skip to content

HINOW model

hinow/himegia

HiMegia

Image creation and editing for products and campaigns.

Best for: Campaigns, catalogs, and visual experiences

Price per image

Generation or editing

US$ 0,082

per image

Where to use it

  • 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.

Write a complete visual request

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)

Pricing and contract

ItemValue
Identifierhinow/himegia
EndpointPOST https://api.hinow.ai/v1/images
BillingPer image generated or edited
PriceUS$ 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?