API Reference > imodeljs-clients > iModelHubClient > IModelCreateOptions IModelCreateOptions Interface Beta Options used when creating an HubIModel with IModelHandler.create or IModelsHandler.create. Properties Name Type Description description undefined | string Description of the iModel on the Hub. extent undefined | number[] Extent of iModel. path undefined | string iModel seed file path. progressCallback undefined | (progress: ProgressInfo) => void Callback for tracking progress. template CloneIModelTemplate | EmptyIModelTemplate Template used to create the seed file. timeOutInMilliseconds undefined | number Time to wait for iModel initialization. Defined in core/clients/src/imodelhub/iModels.ts Line 267 Last Updated: 13 June, 2024