Skip to main content
client.vectors.create(...) maps to POST /vectors/embedding.

Create embeddings

You can also pass input= instead of sentences=:

Raw JSON

client.vectors.embeddings(...) is an alias for create.