1# MindSpore 2 3<!--Kit: MindSpore Lite Kit--> 4<!--Subsystem: AI--> 5<!--Owner: @zhuguodong8--> 6<!--Designer: @zhuguodong8; @jjfeing--> 7<!--Tester: @principal87--> 8<!--Adviser: @ge-yafang--> 9 10## Overview 11 12Provides APIs related to MindSpore Lite model inference. The APIs in this module are non-thread-safe. 13 14**System capability**: SystemCapability.Ai.MindSpore 15 16**Since**: 9 17## Files 18 19| Name| Description| 20| -- | -- | 21| [context.h](capi-context-h.md) | Provides context-related APIs for configuring runtime information. These APIs are non-thread-safe.| 22| [data_type.h](capi-data-type-h.md) | Declares tensor data types.| 23| [format.h](capi-format-h.md) | Declares tensor data formats.| 24| [model.h](capi-model-h.md) | Provides model-related APIs for model creation and inference. These APIs are non-thread-safe.| 25| [status.h](capi-status-h.md) | Provides the status codes of MindSpore Lite.| 26| [tensor.h](capi-tensor-h.md) | Provides tensor-related APIs, which can be used to create tensors and modify tensor information. These APIs are non-thread-safe.| 27| [types.h](capi-types-h.md) | Provides the model file types and device types supported by MindSpore Lite.| 28