Jun 17, 2026
Pricing Page, Model Search, Dashboard, and Request Logs
Public Pricing Page
We have launched a dedicated pricing page where pricing for every model supported on Modellix is publicly available. You can search and look up the price of any model directly on the page.Improved Model Search
Model search has been upgraded to deliver faster, more accurate results when you browse and discover models on Modellix.Dashboard Improvements
The Dashboard now presents clearer, more detailed information and guidance. We have also added a convenient top-up entry so you can add funds without leaving your workflow.Request Log Input Parameters
Request logs now record input parameters for each API call. You can view these parameters directly in the log details to help with debugging and auditing.Jun 11, 2026
Simplified API Endpoints
We have updated all model API endpoints to provide a cleaner and more intuitive developer experience. The/async suffix has been removed from all model invocation paths.For example, POST /alibaba/qwen-image-edit-plus/async is now simply POST /alibaba/qwen-image-edit-plus.Backwards Compatibility: If you are currently using the /async endpoints, your integrations will not be affected. We have implemented full backwards compatibility, so existing applications will continue to function normally without requiring immediate updates.Jun 10, 2026
Models API
We have introduced a new utility endpoint to help developers programmatically discover model availability on Modellix:- List Active Models: A new
GET /api/v1/modelsendpoint that retrieves a rich JSON array of all currently active (published) models.
Key Fields Explained
Each model entry in the returned payload contains:slug: The unique model identifier inprovider/model_idformat (e.g.,google/nano-banana-2-edit).type: The functional category of the model, supportingtext-to-image,image-to-image,text-to-video,image-to-video, andvideo-to-video.docs_url: Direct fully qualified URI to the model’s detailed developer integration documentation page.
May 18, 2026
Banner Notifications and Team Settings
- Banner Notifications: You can now receive important updates and notifications via a banner displayed at the top of the page.
- Team Settings: You can now configure basic information (like Team Name) and tax details for your workspace team, ensuring compliance and proper invoicing.
May 7, 2026
Explore and Playground Features Added
Modellix now supports Model Explore and Playground:- Explore: Users can search and query all models supported by Modellix.
- Playground: Users can directly experience all models supported by Modellix.
Apr 7, 2026
Modellix CLI
modellix-cli is now available — the official command-line tool for Modellix.What You Can Do
- List model types:
modellix-cli model typesto see all supported model types. - Create tasks:
modellix-cli model invoketo submit async generation tasks with inline JSON or a file body. - Query results:
modellix-cli task get <task_id>to poll task status and retrieve generation output.
Designed for Automation
The CLI is built for scripting and AI agent workflows. All commands support--json output, and authentication works via the MODELLIX_API_KEY environment variable or the --api-key flag.For full usage details, see the CLI documentation.Apr 1, 2026
Modellix Is Now Live!
Modellix is officially launched! 🎉Console
- Usage: Rich visualizations with charts and lists to monitor your model API consumption on Modellix.
- Top Up: Securely add funds via Stripe, with support for auto-recharge.
- Order: A complete and clear view of every order you have placed.
- Transaction: A complete and clear record of every transaction, including top-ups and consumption.
Mar 12, 2026