Models & Supported Content Types
Each Magika model is trained to detect a specific set of content types. Newer models typically expand this set, supporting a superset of the content types from previous versions, unless specified otherwise.
For instance, our initial standard_v1
model supported approximately 100 content types. The latest model, standard_v3_3
, supports over 200, while maintaining similar accuracy and inference speed.
The list of supported content types for each model is documented in its README file on GitHub. For example, the documentation for standard_v3_3
is here.
Details on the improvements and tradeoffs for each model can be found in the models’ CHANGELOG on GitHub: models/CHANGELOG.md.
Clients and bindings usually integrate the latest available model, but this may not always be the case. For more information, check the bindings section.