Get Model
GET
Path Parameters
The model's public id (GET /v3/models).
Response
Successful Response
The model's public id — the value POST /v3/models/{model} takes.
The kind of output a model produces — the axis ?modality= filters on.
Available options:
image, video, audio Human-readable name.
One-line summary of what the model does.
URL of the provider's logo.
JSON Schema for this model's input object on submit — the same schema GET /v3/models/{model}/openapi.json embeds.
JSON Schema of one item of a completed job's outputs[].