# Supported model types The command syntax for the supported model types are: - ONNX: python model_configurator.py onnx Copy to clipboard **Note:** When running with multiple batch sizes, use an **asterisk** in place of first dimension for model-input. Example: `-model-input=gpu_0/data,float,[*,3,224,224]` - TensorFlow: python model_configurator.py ** tf -output-node-name**\ = Copy to clipboard **Note**: When running with multiple batch sizes, use an asterisk in place of the first dimension for model-input. Example: `-model-input=gpu_0/data,float,[*,3,224,224]` Last Published: Aug 25, 2026 [Previous Topic Usage](https://docs.qualcomm.com/bundle/publicresource/80-99100-3/topics/model-configurator-usage.md) [Next Topic Search space parameters](https://docs.qualcomm.com/bundle/publicresource/80-99100-3/topics/model-configurator-search-space-parameters.md)