Skip to main content
GET
Get Schema

Path Parameters

model_slug
string
required

Model slug in provider/model form (for example alibaba/qwen-image-3.0-pro). Interpolate the slash as a literal path separator. Do not encode it as %2F.

Pattern: ^[^/]+/[^/]+$
Example:

"alibaba/qwen-image-3.0-pro"

Response

Media Model OpenAPI-style schema

OpenAPI-style fragment for the model's async POST generate endpoint. Field shapes under post.requestBody and post.responses vary by model.

servers
object[]
required

Inference server entries. POST the request body to servers[0].url (typically https://api.modellix.ai/api/v1/{model_slug}). That generate call requires a Bearer API key.

Minimum array length: 1
post
object
required

OpenAPI-style POST operation for the model. requestBody and responses follow the same shapes as the corresponding Media Model docs page.