latestOpenAPI 3.1.02026-08-08127304355.9 KB

69c553220183

Models

Get Model

Retrieve details for a specific custom model by ID.

get/api/v2/models/{model_id}

Path parameters

model_idstring required

Response

ModelReplicationInfo(id: uuid.UUID, name: str, display_name: Optional[str], provider_name: str, provider_info: Optional[dict[str, str]], supports_tool_use: bool, model_family: str, model_version: str, created_at: datetime.datetime)

idstring uuid required
namestring required
display_namestring nullable required
provider_namestring required
provider_infoobject nullable required
supports_tool_useboolean required
model_familystring required
model_versionstring required
created_atstring date-time required