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

# CLIP ViT-B/32 (LAION2B-s34B-b79K)

> A CLIP ViT-B/32 model trained with the LAION-2B English subset of LAION-5B (https://laion.ai/blog/laion-5b/) using OpenCLIP (https://github.com/mlfoundations/open_clip).

**Model ID**

```bash theme={null}
laion/CLIP-ViT-B-32-laion2B-s34B-b79K
```

## API Examples

### Shell

```bash theme={null}
curl --location 'https://api.gmi-serving.com/v1/embeddings' \
--header 'Content-Type: application/json' \
--header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36' \
-H 'Authorization: Bearer *************' \
--data '{
      "model": "laion/CLIP-ViT-B-32-laion2B-s34B-b79K",
      "input": "A photo of a cat sitting on a table"
}'
```
