> ## Documentation Index
> Fetch the complete documentation index at: https://www.meilisearch.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Image Search

> Multimodal search across 100 million images with similar image discovery

<Info>
  **Live demo**: [flickr.meilisearch.com](https://flickr.meilisearch.com)
</Info>

Search 100 million Flickr images using multimodal search. Type natural language descriptions like "autumn colors" and find matching images instantly. This is not vector search on text metadata, it is true multimodal search where the model understands visual content.

<img src="https://mintcdn.com/meilisearch-6b28dec2/OfKxpiaME4eTUIOs/assets/images/demos/image-search-demo.png?fit=max&auto=format&n=OfKxpiaME4eTUIOs&q=85&s=6371f41baf71992571eff86828a5c125" alt="Image search demo showing &#x22;autumn colors&#x22; results" width="3822" height="1900" data-path="assets/images/demos/image-search-demo.png" />

## Key features

* **Multimodal search**: Search images by describing what you want in natural language. The model processes both text queries and image content in the same embedding space.
* **Similar images**: Click any result to discover visually similar images using the similar documents API.
* **Massive scale**: 100 million images indexed and searchable with sub-second response times.
* **Built with Nova Embeddings**: Powered by Amazon Nova Embeddings from AWS for high-quality multimodal understanding.

## Links

<CardGroup cols={2}>
  <Card title="Try the demo" icon="globe" href="https://flickr.meilisearch.com">
    Search 100 million images
  </Card>

  <Card title="Image search guide" icon="image" href="/capabilities/hybrid_search/how_to/image_search_with_multimodal">
    Implement image search in your app
  </Card>
</CardGroup>
