> 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-hi/deploy/enterprise-deployment.md).

# Enterprise Deployment

Roboflow Enterprise ग्राहकों को कई उन्नत सुविधाओं तक पहुंच मिलती है।

एक enterprise customer के रूप में, आप हमारे निम्नलिखित का लाभ उठा सकते हैं:

* [License server](/roboflow/roboflow-hi/deploy/enterprise-deployment/license-server.md)
* [Inference containers में Offline mode](/roboflow/roboflow-hi/deploy/enterprise-deployment/offline-mode.md)
* [Kubernetes deployment संबंधी सलाह](/roboflow/roboflow-hi/deploy/enterprise-deployment/kubernetes.md)

Enterprise customers को स्थानीय Inference deployments में निम्नलिखित उन्नत सुविधाओं तक भी पहुंच मिलती है:

1. **Active learning**: समय के साथ नए, अधिक सटीक models के प्रशिक्षण में उपयोग के लिए अपने production line से डेटा सक्रिय रूप से एकत्र करें।
2. **Parallel processing server**: models पर inference चलाते समय अधिक throughput और कम latency पाने के लिए requests को parallel में चलाएँ।
3. **private models के लिए TensorRT model packages**: जब Roboflow platform के बाहर self-hosted Inference चलाया जाता है, तो private models के लिए TensorRT-optimized model packages केवल Enterprise plans पर उपलब्ध होते हैं। Public models सभी plans पर TensorRT packages शामिल करते हैं।
4. एक license जो Inference को एक से अधिक device पर चलाने की अनुमति देता है।

Roboflow के enterprise offerings के बारे में अधिक जानने के लिए, [sales team से संपर्क करें](https://roboflow.com/sales).

{% hint style="info" %}
विवरण के लिए देखें [Roboflow Licensing guidance](https://roboflow.com/licensing) इस बारे में अधिक जानने के लिए कि Roboflow tools को कैसे लाइसेंस किया जाता है।
{% endhint %}


---

# 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-hi/deploy/enterprise-deployment.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.
