> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-ko/deploy/sdks/python-inference-sdk.md).

# Python inference-sdk

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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