Skip to main content
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.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/models endpoint 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 in provider/model_id format (e.g., google/nano-banana-2-edit).
  • type: The functional category of the model, supporting text-to-image, image-to-image, text-to-video, image-to-video, and video-to-video.
  • docs_url: Direct fully qualified URI to the model’s detailed developer integration documentation page.
For integration examples and the full OpenAPI schema spec, please head over to the List Active Models API reference.
May 18, 2026
  • 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.
Additionally, in this update, the pricing for all models has been explicitly published.
Apr 7, 2026

Modellix CLI

modellix-cli is now available — the official command-line tool for Modellix.
npm install -g modellix-cli

What You Can Do

  • List model types: modellix-cli model types to see all supported model types.
  • Create tasks: modellix-cli model invoke to 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.
Fill out this form to receive $10 – 30 in bonus credits and become one of our first users!
Join our Discord community to connect with us.
Mar 12, 2026

Agent Skill

  • Updated SKILL.md to improve Skill accuracy.
  • Published the Skill to ClawHub.
Jan 26, 2026

Console

  • Registration and login, supporting Email OTP, Google and Github.
  • API Key management: supports creating, deleting, and viewing API Keys, which can be used to access the Model API.