# Python inference-sdk

다음 `inference-sdk` python 패키지는 Roboflow Inference와 인터페이스하기 위한 클라이언트 및 유틸리티 구현을 제공합니다. Serverless / Hosted API, Dedicated Deployments를 사용하든, 자체 호스팅을 하든, edge device에 배포하든 관계없이 Roboflow Inference를 사용해 개발하는 데 활용할 수 있습니다.\
\
최신 문서는 다음에서 확인하세요 `inference-sdk`을(를) 참조하세요 [해당 문서 ](https://inference.roboflow.com/inference_helpers/inference_sdk/)에서 [inference.roboflow.com](https://inference.roboflow.com/) 프로젝트 사이트.


---

# 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-ko/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.
