Retrieve details for a specific custom model by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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)