# MindSpore ## Overview Provides APIs related to MindSpore Lite model inference. The APIs in this module are non-thread-safe. **System capability**: SystemCapability.Ai.MindSpore **Since**: 9 ## Files | Name| Description| | -- | -- | | [context.h](capi-context-h.md) | Provides context-related APIs for configuring runtime information. These APIs are non-thread-safe.| | [data_type.h](capi-data-type-h.md) | Declares tensor data types.| | [format.h](capi-format-h.md) | Declares tensor data formats.| | [model.h](capi-model-h.md) | Provides model-related APIs for model creation and inference. These APIs are non-thread-safe.| | [status.h](capi-status-h.md) | Provides the status codes of MindSpore Lite.| | [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.| | [types.h](capi-types-h.md) | Provides the model file types and device types supported by MindSpore Lite.|