Embeddings
Generate vector data points from text and images.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
model
The model to use for generating vectors.
input
truncate
Boolean setting whether to truncate inputs. Not supported by bridgetower.
truncation_direction
Which direction to truncate, “Left” or “Right”. Not supported by bridgetower.
Response
Successful response.
id
Unique ID for the embeddings.
object
Type of object (list).
created
Timestamp of when the embeddings was created.
model
The embeddings model used.
data
The set of vectorized data.