Retrieves a model instance

Retrieves a model instance, providing basic information about the model such as the owner and permissioning

get/v1/models/{model}

Path parameters

modelstring required

The ID of the model to use for this request

Response

Successful response

idstring

The model identifier

model_type'llm' | 'vlm'

GenieX extension — the model's type, so clients need no local model store

objectstring

The object type, which is always "model"

owned_bystring

The organization that owns the model

createdinteger

The Unix timestamp (in seconds) of when the model was created

permissionobject[]

The permissions associated with the model

Changes