modellix
SKILL.md
Modellix Skill
Modellix is a Model-as-a-Service (MaaS) platform providing unified API access to 100+ AI models for image and video generation. All models — regardless of provider (Alibaba, ByteDance, Kling, MiniMax) — share the same async API pattern: submit a task, get a task_id, poll for results.
Workflow
Follow these steps to integrate any Modellix model. This mirrors the official usage process.
Step 1: Obtain an API Key
Direct the user to create an API key:
- Log in to the Modellix console
- Navigate to API Key and create a new key
- Save the key immediately — it is only displayed once after creation
Store the key securely as an environment variable (e.g., MODELLIX_API_KEY). Never hardcode it.