modellix

Solid

Integrate Modellix's unified API for AI image and video generation into applications. Use this skill whenever the user wants to generate images from text, create videos from text or images, edit images, do virtual try-on, or call any Modellix model API. Also trigger when the user mentions Modellix, model-as-a-service for media generation, or needs to work with providers like Qwen, Wan, Seedream, Seedance, Kling, Hailuo, or MiniMax through a unified API. Prefer modellix-cli (model run --wait, task download, doctor, model list) over hand-rolled REST polling whenever the CLI is available.

AI & Automation 1 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
10
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Modellix Skill Modellix is a Model-as-a-Service (MaaS) platform for async image/video generation. Prefer the official CLI (`modellix-cli`) so submit, wait, and download stay one coherent workflow. ## Official Docs - AI Onboarding: https://docs.modellix.ai/get-started.md - REST API: https://docs.modellix.ai/ways-to-use/api.md - Full Models Index: https://docs.modellix.ai/llms.txt - CLI package (source of truth for CLI behavior): https://www.npmjs.com/package/modellix-cli Do not rely on the website CLI guide page for command syntax; use this skill, `references/cli-playbook.md`, npm README, or `modellix-cli --help`. ## Execution Policy (CLI-first) Choose the path in this order: 1. **CLI** when `modellix-cli` is available (install with `npm i -g modellix-cli@latest` if missing and install is allowed). 2. **REST** only when CLI is not installed, unsuitable, or missing a needed capability. 3. Prefer machine-readable output (`--json` or `--quiet`) for automation. Canonical single-task flow: ```bash modellix-cli doctor --json modellix-cli model run \ --model-slug <provider/model> \ --body '<json>' \ --wait --timeout 5m --json modellix-cli task download <task_id> --output-dir ./outputs --json ``` `model invoke` is a compatibility alias of `model run`. New commands should use `model run`. Do not reinvent polling loops when CLI wait is available. Do not invent deprecated flags (for example `--model-type`). Use `--help` only when behavior is unclear. ## Default Models...

Details

Author
Modellix
Repository
Modellix/modellix-skill
Created
5 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Related Skills