Skip to main content
GET
Retrieve Model
Retrieves a model instance, providing basic information about the model such as the owner and permissioning.
string
required
The ID of the model to retrieve.

Response

string
The model identifier.
string
The object type, which is always model.
integer
The Unix timestamp (in seconds) when the model was created.
string
The organization that owns the model.
string
A description of the model’s capabilities.
array
A list of capabilities supported by the model (e.g., function_calling, json_mode, vision).