Skip to main content
GET

Path Parameters

model
string
required

The model's public id (GET /v3/models).

Response

Successful Response

id
string
required

The model's public id — the value POST /v3/models/{model} takes.

modality
enum<string>
required

The kind of output a model produces — the axis ?modality= filters on.

Available options:
image,
video,
audio
name
string | null

Human-readable name.

description
string | null

One-line summary of what the model does.

logo_url
string | null

URL of the provider's logo.

input_schema
Input Schema · object

JSON Schema for this model's input object on submit — the same schema GET /v3/models/{model}/openapi.json embeds.

output_schema
Output Schema · object

JSON Schema of one item of a completed job's outputs[].