Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.modellix.ai/api/v1/models \ --header 'Authorization: Bearer <token>'
{ "models": [ { "slug": "google/nano-banana-2", "type": "text-to-image", "docs_url": "https://docs.modellix.ai/google/nano-banana-2.md" }, { "slug": "google/nano-banana-2-edit", "type": "image-to-image", "docs_url": "https://docs.modellix.ai/google/nano-banana-2-edit.md" } ] }
Returns all currently active (published) models with their slug, type, and documentation URL.
API Key authentication. Format: Bearer YOUR_API_KEY
Successful response with list of active models
List of active models
Show child attributes