> 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/deploy/sdks/lens-studio/changelog-lens-studio.md).

# Changelog - Lens Studio

### August 16, 2023

* **Please note: Roboflow models are now only compatible with Lens Studio 4.42 and up**
* Addresses feedback on low FPS in Lens Studio by implementing NMS optimization for Roboflow models

### June 22, 2023 - Public Release

Tap Into 50,000+ ML Models

We're excited to announce a flagship partnership between Roboflow and Lens Studio. With Roboflow, a service whose primary focus is reducing barriers to entry for developers interested in leveraging machine learning and computer vision, developers can easily bring ML models into Lens Studio for use in their AR Lenses. This collaboration enables Lens Studio developers to utilize Roboflow's free machine learning tools to easily train and bring models directly into SnapML.

Now developers can explore Roboflow's platform and upload, organize, automatically annotate, train, and deploy models to target devices, including hosted API endpoints, iOS devices, and now Lens Studio. Snap AR worked with Roboflow to make it possible for these models to be exported into a SnapML compatible format, so developers can download models in one tap and bring them into Lens Studio.

{% embed url="<https://ar.snap.com/blog/lens-studio-4.49>" %}
Snap AR Release Blog
{% endembed %}

{% embed url="<https://blog.roboflow.com/deploy-to-snap-lens-studio/>" %}
Roboflow + Lens Studio Guide
{% endembed %}

{% embed url="<https://docs.snap.com/lens-studio/references/guides/lens-features/machine-learning/ml-quick-start#for-ml-developers>" %}
Snap Lens Studio Guides
{% endembed %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/deploy/sdks/lens-studio/changelog-lens-studio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
