## Inference Source Code License The Roboflow Inference code is distributed under an [Apache 2.0 license](https://github.com/roboflow/inference/blob/master/LICENSE.md). ## Using Models Hosted on Roboflow To use a model hosted on Roboflow for commercial purposes, you need a Roboflow Enterprise license. [Contact the Roboflow sales team](https://roboflow.com/sales) to inquire about an enterprise license. ## Model Code Licenses The models supported by Roboflow Inference have their own licenses. View the licenses for supported models below. | model | license | | :------------------------ | :-----------------------------------------------------------------------------------: | | `inference/models/clip` | [MIT](https://github.com/openai/CLIP/blob/main/LICENSE) | |`inference/models/gaze` | [MIT](https://github.com/Ahmednull/L2CS-Net/blob/main/LICENSE), [Apache 2.0](https://github.com/google/mediapipe/blob/master/LICENSE) | | `inference/models/sam` | [Apache 2.0](https://github.com/facebookresearch/segment-anything/blob/main/LICENSE) | | `inference/models/vit` | [Apache 2.0](https://github.com/roboflow/inference/main/inference/models/vit/LICENSE) | | `inference/models/yolact` | [MIT](https://github.com/dbolya/yolact/blob/master/README.md) | | `inference/models/yolov5` | [AGPL-3.0](https://github.com/ultralytics/yolov5/blob/master/LICENSE) | | `inference/models/yolov7` | [GPL-3.0](https://github.com/WongKinYiu/yolov7/blob/main/README.md) | | `inference/models/yolov8` | [AGPL-3.0](https://github.com/ultralytics/ultralytics/blob/master/LICENSE) |