v32

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-312881,4162.7 MB
Models

Retrieve model

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

get/models/{model}

Path parameters

modelstring required
Example:gpt-4o-mini

The ID of the model to use for this request

Response

OK

idstring required

The model identifier, which can be referenced in the API endpoints.

createdinteger required

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

object'model' required

The object type, which is always "model".

owned_bystring required

The organization that owns the model.