> 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/train/roboflow-instant.md).

# Roboflow Instant

Roboflow Instant एक जल्दी-से-train होने वाला, few-shot मॉडल है जिसे आप Proof of Concept विकसित करते समय उपयोग कर सकते हैं।

जैसे ही आप अपने dataset में images के नए batch को approve करते हैं, Instant अपने-आप आपके dataset का उपयोग करके एक model train करता है।

इसके बाद यह model Roboflow Workflows में उपयोग के लिए उपलब्ध होता है, ठीक वैसे ही जैसे Roboflow पर train किया गया कोई भी अन्य model।

Instant केवल Object Detection projects को support करता है।

Roboflow Instant models को train करना free है।

### Roboflow Instant Model train करें

जब आप अपने dataset में <1000 images जोड़ते हैं और उस project के लिए अभी तक कोई Instant model मौजूद नहीं होता, तब Roboflow Instant models अपने-आप train हो जाते हैं।

आप एक Instant training job को manually भी trigger कर सकते हैं।

Instant training job trigger करने के लिए, किसी Project पर जाएँ, sidebar में Models पर click करें, फिर "Train Model" पर click करें:

<figure><img src="/files/43ad3a397b62f6c69e03b270f2d6f43381f8d920" alt=""><figcaption></figcaption></figure>

"Roboflow Instant Model" चुनें:

<figure><img src="/files/de4c92d0014dc90a299e8b7f08e8d83086a097bf" alt=""><figcaption></figcaption></figure>

इसके बाद आपसे आपके training job की पुष्टि करने के लिए कहा जाएगा:

<figure><img src="/files/8dfa4bafddf1bd996b37aa5d084fa3906445a655" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
आप Instant models पर preprocessing या augmentation steps लागू नहीं कर सकते।
{% endhint %}

"Create New Instant Model" पर click करें ताकि आपका Roboflow Instant training job शुरू हो सके।

इसके बाद आपका training job शुरू हो जाएगा।

आपका model उपयोग के लिए तैयार होने में कई मिनट लग सकते हैं।

इसके बाद आपका Instant model आपकी model list में दिखाई देगा:

<figure><img src="/files/f868c1e751cabd66a2d9e7f2ca2bebc72bf08cc9" alt=""><figcaption></figcaption></figure>

### एक Instant Model Deploy करें

अपने model का उपयोग करने के लिए, जिस model को आप deploy करना चाहते हैं, उसकी row के दाईं ओर मौजूद Deploy Model button पर click करें:

<figure><img src="/files/c81612ed4e36b49c550354667bd0ca5adc4520bd" alt=""><figcaption></figcaption></figure>

एक window दिखाई देगी, जहाँ से आप अपनी deployment में उपयोग करने के लिए Workflow template चुन सकते हैं। आप चाहें तो अपना खुद का Workflow बनाने का विकल्प भी चुन सकते हैं।

<figure><img src="/files/d23775962b9febff9509aecb74a242010aa4d54b" alt=""><figcaption></figcaption></figure>

जब आप कोई option चुनते हैं, तो एक Workflow बनाया जाएगा। यह Workflow आपके Roboflow Workspace के Workflows page से accessible होगा।

यहाँ Detect, Count, and Visualize template से बनाया गया एक Workflow का उदाहरण है:

<figure><img src="/files/b5fc265dd1ff38c403a2bea5b5d7bf29471bd705" alt=""><figcaption></figcaption></figure>

यह Workflow Roboflow Instant model का उपयोग करता है।

आप अपने Workflow को test कर सकते हैं ताकि Instant model को action में देख सकें:

<figure><img src="/files/efe68646735760ea945e42a797e45648ef80a138" alt=""><figcaption></figcaption></figure>

### API के साथ एक Instant Model चलाएँ

हमारे [Roboflow Instant Model चलाएँ ](https://docs.roboflow.com/deploy/serverless-hosted-api-v2/use-with-python-sdk)documentation देखें कि Python SDK और Serverless Hosted API V2 का उपयोग करके किसी Instant model को सीधे कैसे call किया जाए।


---

# 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/train/roboflow-instant.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.
