# Objaverse

[Objaverse](https://objaverse.allenai.org/) is a large openly available dataset of 3D models.&#x20;

Users of our [paid](https://www.echo3d.com/pricing) plans can use our platform or advanced API to find cached 3D models from Objaverse and add them to their collections. Below are two ways our users can get cached 3D models originating from Objaverse.

### **1. Using the** [**platform**](<https://console.echo3d.com/&#xD;&#xA;>) <a href="#viewer-fp4q3" id="viewer-fp4q3"></a>

Head over to our [platform](<https://console.echo3d.com/&#xD;&#xA;>). Use the search bar on the [Content page](/web-console/manage-pages/content-page.md) or click the New + button at the top of the sidebar to add a new asset. Use the search bar to find free 3D models that you can instantly add to your project.

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

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

For example, searching for `BMO` in the search bar will result in:

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

For example, searching for `BMO` in the echo3D Library will result in:

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

### **2. Using our** [**Advanced Search API**](/api/search.md#get-3d-models-advanced) <a href="#viewer-fnv15" id="viewer-fnv15"></a>

Use our API to query, retrieve, and filter cached 3D models from Objaverse.

You can **filter** for a specific result based on **ID**, **minimal and/or maximal triangle count,** and ask to include a maximal amount of results.

We also support **real-time conversation and compression** to retrieve optimized versions of the results.

![](/files/-MeYyRieo2jN_mzl3XlU)

Read the full documentation [here](/api/search.md#get-3d-models-advanced).


---

# 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://docs.echo3d.com/3d-content/objaverse.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.
