Plans & Policies
This page summarizes how Flow API usage lines up with your Generio subscription and points to authoritative pricing and legal pages.
Plans and quotas
Successful model runs count toward your subscription and plan limits. Your plan determines how many generations are included in each billing period and which usage limits apply to your account. Check the subscription page for the current plan names, included generation counts, renewal details, and upgrade options.
MIME types and inputs
Accepted MIME types and input shapes depend on the flow template. When uploading assets, MIME must match what the selected template allows.
Supported input shapes used by the current template guides:
| Input type | Format |
|---|---|
| Text prompt | Plain text string without a data URL prefix |
| PNG image | data:image/png;base64,<base64-data> |
| JPG image | data:image/jpg;base64,<base64-data> |
| TIFF image | data:image/tiff;base64,<base64-data> |
| WebP image | data:image/webp;base64,<base64-data> |
| GLB model | data:model/gltf-binary;base64,<base64-data> |
For image templates, the API reports the allowed image MIME types as image/png, image/jpg, image/tiff, and image/webp. See Upload a Flow Input and Templates for endpoint and template-specific input guidance.
Privacy, terms, and commercial use
- Privacy policy - how Generio handles personal data.
- Terms of use - licensing, acceptable use, and commercial terms governing the service.
For questions that are not covered here, prefer those pages first, then account support or your usual Generio channel.