Embed v3.0 Models are now Multimodal
Today weβre announcing updates to our embed-v3.0 family of models. These models now have the ability to process images into embeddings. There is no change to existing text capabilities which means there is no need to re-embed texts you have already processed with our embed-v3.0
models.
In the rest of these release notes, weβll provide more details about technical enhancements, new features, and new pricing.
Technical Details
API Changes:
The Embed API has two major changes:
- Introduced a new
input_type
calledimage
- Introduced a new parameter called
images
Example request on how to process
cURL
Restrictions:
- The API only accepts images in the base format of the following:
png
,jpeg
,Webp
, andgif
- Image embeddings currently does not support batching so the max images sent per request is 1
- The maximum image sizez is
5mb
- The
images
parameter only accepts a base64 encoded image formatted as a Data Url