# Running your model

{% hint style="info" %}
This page was generated from content adapted from the [AWS Developer Guide](https://github.com/awsdocs/amazon-lookout-for-vision-developer-guide.git)
{% endhint %}

## Starting your model

* **Note**\
  You are charged for the amount of the time that your model is running. To stop a running model, see [Stopping your Amazon Lookout for Vision model](https://github.com/kevinslin/aws-reference-notes/blob/main/services/amazon_lookout_for_vision/run-stop-model.md).\
  You can use the AWS SDK to view running models across all AWS Regions in which Lookout for Vision is available. For example code, see [find\_running\_models.py](https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/python/example_code/lookoutvision/find_running_models.py).

## Stopping your model

* **Note**\
  You are charged for the amount of the time that your model is running.


---

# 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://awsnotes.dendron.so/machine-learning/amazon-lookout-for-vision/topics/running-your-model.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.
