# Python inference-sdk

The `inference-sdk` python package Roboflow Inference के साथ इंटरफ़ेस करने के लिए client और utility implementations प्रदान करता है। आप इसका उपयोग Roboflow Inference के साथ development करने के लिए कर सकते हैं, चाहे आप Serverless / Hosted API, Dedicated Deployments का उपयोग कर रहे हों, self hosting कर रहे हों, या किसी edge device पर deploy कर रहे हों।\
\
सबसे up-to-date documentation के लिए `inference-sdk`देखें [इसका documentation ](https://inference.roboflow.com/inference_helpers/inference_sdk/)पर [inference.roboflow.com](https://inference.roboflow.com/) project site.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-hi/deploy/sdks/python-inference-sdk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
