from inference_sdk import InferenceHTTPClient CLIENT = InferenceHTTPClient( api_url="https://detect.roboflow.com", api_key="****" ) result = CLIENT.infer(your_image.jpg, model_id="safety-vests/5")