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)