Skip to main content

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.

Model ID
laion/CLIP-ViT-B-32-laion2B-s34B-b79K

API Examples

Shell

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"
}'