Page cover

EMBEDDINGS

Base-Path:

https://api.hyprlab.io/v1

Embeddings Path:

https://api.hyprlab.io/v1/embeddings

Making Request:

curl https://api.hyprlab.io/v1/embeddings \
  -H "Authorization: Bearer $HYPRLAB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "input": "The food was delicious and the waiter...",
    "model": "text-embedding-ada-002",
    "encoding_format": "float"
  }'

📃 Embeddings Models


Model Name:
Discount Rate:
Usage:

text-embedding-ada-002

30% off

$0.07 / 1M Tokens

text-embedding-3-large

30% off

$0.091 / 1M Tokens

text-embedding-3-small

30% off

$0.014 / 1M Tokens


Last updated